mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 00:26:57 +00:00
2b92c5a23e
saying []T is a pointer is confusing because zig docs say there are two types of pointers (*T and [*]T). It is more clear to say that []T is a slice type which contains a [*]T pointer and a length. Co-authored-by: Philipp Lühmann <47984692+luehmann@users.noreply.github.com> |
||
---|---|---|
.. | ||
docgen.zig | ||
langref.html.in |