aboutsummaryrefslogtreecommitdiff
path: root/doc/langref/test_switch_dispatch_loop.zig
AgeCommit message (Collapse)Author
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-08-05std: remove BoundedArrayAndrew Kelley
This use case is handled by ArrayListUnmanaged via the "...Bounded" method variants, and it's more optimal to share machine code, versus generating multiple versions of each function for differing array lengths.
2025-02-09std.BoundedArray: popOrNull() -> pop() [v2] (#22723)Meghan Denny
2024-09-12Labeled switch documentation (#21383)LiterallyVoid
Add langref docs for labeled switch This feature was proposed in #8220, and implemented in #21257. Co-authored-by: Andrew Kelley <andrew@ziglang.org>