mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 22:13:11 -05:00
784b66ffcf
TypeInfo.Pointer.Size says "many", so there we are!
4 lines
121 B
Diff
4 lines
121 B
Diff
33c33
|
|
< const zen12_string: []const u8 = zen_manyptr;
|
|
---
|
|
> const zen12_string: []const u8 = zen_manyptr[0..21];
|