"Multi pointers" are now "many pointers"
TypeInfo.Pointer.Size says "many", so there we are!
This commit is contained in:
parent
6a44079c9d
commit
0168afd250
5 changed files with 11 additions and 11 deletions
4
patches/patches/54_manypointers.patch
Normal file
4
patches/patches/54_manypointers.patch
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
33c33
|
||||
< const zen12_string: []const u8 = zen_manyptr;
|
||||
---
|
||||
> const zen12_string: []const u8 = zen_manyptr[0..21];
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
33c33
|
||||
< const zen12_string: []const u8 = zen_multiptr;
|
||||
---
|
||||
> const zen12_string: []const u8 = zen_multiptr[0..21];
|
||||
Loading…
Add table
Add a link
Reference in a new issue