zig
zig copied to clipboard
std.{ArrayList,ArrayHashMap,MultiArrayList,BoundedArray}: popOrNull() -> pop()
is there a discussion of this elsewhere i can read? what's the motivation for this change?
https://github.com/ziglang/zig/pull/19406#discussion_r1536731443 and that having both Is redundant
carefully looked over my code again and didn't see anything that stuck out that seemed to be the cause of the CI issue i'm seeing, which i unfortunately believe is a bug in the c backend. will try to reproduce separately.
if the type names are correct its while using a std.AutoArrayHashMapUnmanaged(void, void)