diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-02 18:36:06 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-02 18:36:06 -0600 |
| commit | 8cdfa445d6629ffef4cb84967ff7017654045bc2 (patch) | |
| tree | 22f0b0907c024c78d26a731e2e1f5219407d8102 /vendor/tinyvec/debug_metadata/tinyvec.natvis | |
| parent | 4351c74c7c5f97156bc94d3a8549b9940ac80e3f (diff) | |
chore: add vendor directory
Diffstat (limited to 'vendor/tinyvec/debug_metadata/tinyvec.natvis')
| -rw-r--r-- | vendor/tinyvec/debug_metadata/tinyvec.natvis | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/tinyvec/debug_metadata/tinyvec.natvis b/vendor/tinyvec/debug_metadata/tinyvec.natvis new file mode 100644 index 00000000..7efccece --- /dev/null +++ b/vendor/tinyvec/debug_metadata/tinyvec.natvis @@ -0,0 +1,24 @@ +<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
+ <Type Name="tinyvec::arrayvec::ArrayVec<array$<*,*>>">
+ <DisplayString>{{ len={len} }}</DisplayString>
+ <Expand>
+ <Item Name="[len]">len</Item>
+ <Item Name="[capacity]">$T2</Item>
+ <ArrayItems>
+ <Size>len</Size>
+ <ValuePointer>($T1*)data</ValuePointer>
+ </ArrayItems>
+ </Expand>
+ </Type>
+
+ <Type Name="tinyvec::slicevec::SliceVec<*>">
+ <DisplayString>{{ len={len} }}</DisplayString>
+ <Expand>
+ <Item Name="[len]">len</Item>
+ <ArrayItems>
+ <Size>len</Size>
+ <ValuePointer>data.data_ptr</ValuePointer>
+ </ArrayItems>
+ </Expand>
+ </Type>
+</AutoVisualizer>
\ No newline at end of file |
