aboutsummaryrefslogtreecommitdiff
path: root/lib/std/array_list_sentineled.zig
AgeCommit message (Expand)Author
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-04-02new ArrayList API: fix std.ArrayListSentineledxackus
2020-04-01(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)Andrew Kelley