aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-04-01 12:44:45 -0400
committerAndrew Kelley <andrew@ziglang.org>2020-04-01 13:30:07 -0400
commit2e806682f451efd26bef0486ddd980ab60de0fa1 (patch)
tree7962a47dd9df3976a7aa8c8c5ad754d27dd55ba4 /src/ir.cpp
parent553f0e0546e0ceecf2ff735443d9a2c2f282b8db (diff)
downloadzig-2e806682f451efd26bef0486ddd980ab60de0fa1.tar.gz
zig-2e806682f451efd26bef0486ddd980ab60de0fa1.zip
(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.
Diffstat (limited to 'src/ir.cpp')
0 files changed, 0 insertions, 0 deletions