File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<AutoVisualizer xmlns =" http://schemas.microsoft.com/vstudio/debugger/natvis/2010" >
3
3
<Type Name =" collections::vec::Vec< *> " >
4
- <DisplayString >{{ size={len} }}</DisplayString >
5
- <Expand >
4
+ <DisplayString >{{ size={len} }}</DisplayString >
5
+ <Expand >
6
6
<Item Name =" [size]" ExcludeView =" simple" >len</Item >
7
7
<Item Name =" [capacity]" ExcludeView =" simple" >buf.cap</Item >
8
8
<ArrayItems >
9
9
<Size >len</Size >
10
10
<ValuePointer >buf.ptr.pointer.__0</ValuePointer >
11
11
</ArrayItems >
12
- </Expand >
13
- </Type >
12
+ </Expand >
13
+ </Type >
14
14
<Type Name =" collections::vec_deque::VecDeque< *> " >
15
15
<DisplayString >{{ size={tail < = head ? head - tail : buf.cap - tail + head} }}</DisplayString >
16
16
<Expand >
You can’t perform that action at this time.
0 commit comments