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
fix: Transition from ArrayList to ArrayListUnmanaged
This fix anticipates upcoming changes in Zig 0.15 which will make
`ArrayList` a synonym for `ArrayListUnmanaged` while still maintaining
compatibility (for now) with Zig 0.14
0 commit comments