COMMITS
/ lib/std/bounded_array.zig January 12, 2022
J
Slice function of BoundedArray now returns slice based on self pointer
Jimmi Holst Christensen committed
J
Allow BoundArray to be default initialized
Jimmi Holst Christensen committed
December 15, 2021
A
std.bounded_array: support inserting a new value at the end (#10340)
Arnav Singh committed
November 19, 2021
R
std.bounded_array: fix `self` parameter type in `constSlice`
Rohlem committed
November 10, 2021
G
BoundedArray: add appendAssumeCapacity
Gregory Anders committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
F
BoundedArray: a simple way to represent small data whose max size is known (#9134)
Frank Denis committed