DoxigAlpha

Array

This data structure is used by the Zig language code generation and therefore must be kept in sync with the compiler implementation.

Fields of this type

Fields

#
len:comptime_int
child:type
sentinel_ptr:?*const anyopaque
The type of the sentinel is the element type of the array, which is

Loads the array type's sentinel value from `sentinel_ptr`.

Functions

#
sentinel
Loads the array type's sentinel value from `sentinel_ptr`.