FixedSizeArraySlice

Undocumented in source.

Constructors

this
this(FSA* fsa, short low, short high)
Undocumented in source.

Members

Aliases

put
alias put = insertBack

Ditto

Functions

insertBack
void insertBack(S s)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
typeof(this) opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
typeof(this) opIndex(size_t l, size_t h)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
typeof(this) opSlice(size_t l, size_t h)
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
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.

Properties

back
T back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
back
const(T) back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
const(T) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
typeof(this) save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
const(typeof(this)) save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fsa
FSA* fsa;
Undocumented in source.
high
short high;
Undocumented in source.
low
short low;
Undocumented in source.

Meta