代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Type Name="sfc::str::Str">
<DisplayString>{_buf._ptr, sb}</DisplayString>
</Type>
<Type Name="sfc::string::String">
<DisplayString>{_vec._buf._ptr, s8}</DisplayString>
</Type>
<Type Name="sfc::slice::Slice<*>">
<DisplayString>{{size = {_len}}}</DisplayString>
<Expand>
<ArrayItems>
<Size>_len</Size>
<ValuePointer>_ptr</ValuePointer>
</ArrayItems>
</Expand>
</Type>
<Type Name="sfc::vec::Vec<*>">
<DisplayString>{{size = {_len}}}</DisplayString>
<Expand>
<ArrayItems>
<Size>_len</Size>
<ValuePointer>_buf._ptr</ValuePointer>
</ArrayItems>
</Expand>
</Type>
<Type Name="sfc::collections::Queue<*>">
<DisplayString>{{size = {_vec._len-_pos}}}</DisplayString>
<Expand>
<ArrayItems>
<Size>_vec._len-_pos</Size>
<ValuePointer>_vec._buf._ptr+_pos</ValuePointer>
</ArrayItems>
</Expand>
</Type>
<Type Name="sfc::math::geo::Point">
<DisplayString>{{x={_x}, y={_y}}}</DisplayString>
</Type>
</AutoVisualizer>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。