aboutsummaryrefslogtreecommitdiff
path: root/lib/std/bounded_array.zig
AgeCommit message (Expand)Author
2022-01-16Slice function of BoundedArray now returns slice based on self pointerJimmi Holst Christensen
2022-01-12Allow BoundArray to be default initializedJimmi Holst Christensen
2021-12-15std.bounded_array: support inserting a new value at the end (#10340)Arnav Singh
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