zig/doc
Jason Ho 2b92c5a23e
langref: tweak description of []T (#12319)
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>
2022-08-31 21:53:00 -04:00
..
docgen.zig make self-hosted the default compiler 2022-08-19 16:45:15 -07:00
langref.html.in langref: tweak description of []T (#12319) 2022-08-31 21:53:00 -04:00