LxSequentialImpl

Sequential types represents "arrays" of types. This is a super class for array, vector, and pointer types.

All elements in a sequential type have the same type.

Alias This

type

Members

Properties

addressSpace
auto addressSpace [@property getter]

Obtain the address space of a pointer type.

length
size_t length [@property getter]

Obtain the number of elements in a vector type.

length
size_t length [@property getter]

Obtain the length of an array type.

Variables

type
LxType type;
Undocumented in source.

Meta