zig/src-self-hosted
Andrew Kelley 2e806682f4
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
This new name (and the fact that it is a function returning a type) will
make it more clear which use cases are better suited for ArrayList and
which are better suited for ArrayListSentineled.

Also for consistency with ArrayList,
 * `append` => `appendSlice`
 * `appendByte` => `append`

Thanks daurnimator for pointing out the confusion of std.Buffer.
2020-04-01 13:30:07 -04:00
..
2020-02-16 13:25:30 -05:00
2019-11-26 11:52:12 +02:00
2019-12-29 11:04:58 +02:00
2018-11-13 05:08:37 -08:00
2020-02-16 13:25:30 -05:00