You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want a pointer with type *usize, so I allocated some memory with ArenaAllocator,. It should give me a buffer with type []usize, but the hinted result is []u8:
The text was updated successfully, but these errors were encountered:
vscode-zig version:
Zig Language
v0.5.9
Issues:
I want a pointer with type
*usize
, so I allocated some memory withArenaAllocator
,. It should give me a buffer with type[]usize
, but the hinted result is[]u8
:The text was updated successfully, but these errors were encountered: