aboutsummaryrefslogtreecommitdiff
path: root/lib/std/bounded_array.zig
AgeCommit message (Expand)Author
2021-11-20std.bounded_array: fix `self` parameter type in `constSlice`Rohlem
2021-11-14BoundedArray: add appendAssumeCapacityGregory Anders
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24BoundedArray: a simple way to represent small data whose max size is known (#...Frank Denis