This repository was archived by the owner on May 28, 2025. It is now read-only.
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 44 <DisplayString >{{ len={len} }}</DisplayString >
55 <Expand >
66 <Item Name =" [len]" ExcludeView =" simple" >len</Item >
7- <Item Name =" [capacity]" ExcludeView =" simple" >buf.cap</Item >
7+ <Item Name =" [capacity]" ExcludeView =" simple" >buf.cap.__0 </Item >
88 <ArrayItems >
99 <Size >len</Size >
1010 <ValuePointer >buf.ptr.pointer.pointer</ValuePointer >
1515 <DisplayString >{{ len={len} }}</DisplayString >
1616 <Expand >
1717 <Item Name =" [len]" ExcludeView =" simple" >len</Item >
18- <Item Name =" [capacity]" ExcludeView =" simple" >buf.cap</Item >
18+ <Item Name =" [capacity]" ExcludeView =" simple" >buf.cap.__0 </Item >
1919 <CustomListItems >
2020 <Variable Name =" i" InitialValue =" 0" />
2121 <Size >len</Size >
2222 <Loop >
2323 <If Condition =" i == len" >
2424 <Break />
2525 </If >
26- <Item >buf.ptr.pointer.pointer[(i + head) % buf.cap]</Item >
26+ <Item >buf.ptr.pointer.pointer[(i + head) % buf.cap.__0 ]</Item >
2727 <Exec >i = i + 1</Exec >
2828 </Loop >
2929 </CustomListItems >
4545 <StringView >(char*)vec.buf.ptr.pointer.pointer,[vec.len]s8</StringView >
4646 <Expand >
4747 <Item Name =" [len]" ExcludeView =" simple" >vec.len</Item >
48- <Item Name =" [capacity]" ExcludeView =" simple" >vec.buf.cap</Item >
48+ <Item Name =" [capacity]" ExcludeView =" simple" >vec.buf.cap.__0 </Item >
4949 <Synthetic Name =" [chars]" >
5050 <DisplayString >{(char*)vec.buf.ptr.pointer.pointer,[vec.len]s8}</DisplayString >
5151 <Expand >
You can’t perform that action at this time.
0 commit comments