ElementsRange

The elements defined in a struct.

Constructors

this
this(StructType t)
Undocumented in source.

Alias This

type

Members

Functions

opIndex
LxType opIndex(size_t index)

Mixins

__anonymous
mixin IndexedRangeX!LxType
Undocumented in source.

Variables

length
size_t length;
Undocumented in source.
type
StructType type;
Undocumented in source.

Mixed In Members

From mixin IndexedRangeX!LxType

front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta