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 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<AutoVisualizer xmlns =" http://schemas.microsoft.com/vstudio/debugger/natvis/2010" >
33 <Type Name =" collections::vec::Vec< *> " >
4- <DisplayString >{{ size={len} }}</DisplayString >
5- <Expand >
4+ <DisplayString >{{ size={len} }}</DisplayString >
5+ <Expand >
66 <Item Name =" [size]" ExcludeView =" simple" >len</Item >
77 <Item Name =" [capacity]" ExcludeView =" simple" >buf.cap</Item >
88 <ArrayItems >
99 <Size >len</Size >
1010 <ValuePointer >buf.ptr.pointer.__0</ValuePointer >
1111 </ArrayItems >
12- </Expand >
13- </Type >
12+ </Expand >
13+ </Type >
1414 <Type Name =" collections::vec_deque::VecDeque< *> " >
1515 <DisplayString >{{ size={tail < = head ? head - tail : buf.cap - tail + head} }}</DisplayString >
1616 <Expand >
You can’t perform that action at this time.
0 commit comments