SFA

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

insertBack
void insertBack(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
CopyTypeQualifiers!(S, T) opIndex(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
SFARange!(typeof(this), CopyTypeQualifiers!(S, T)) opSlice(size_t low, size_t high)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
SFARange!(typeof(this), CopyTypeQualifiers!(S, T)) opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
void removeAll()
Undocumented in source. Be warned that the author may not have intended to support it.
removeBack
void removeBack()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

back
CopyTypeQualifiers!(S, 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
CopyTypeQualifiers!(S, T) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasCapacity
bool hasCapacity [@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.

Structs

SFARange
struct SFARange(S, U)
Undocumented in source.

Variables

length_
ubyte length_;
Undocumented in source.
length_
ushort length_;
Undocumented in source.
length_
size_t length_;
Undocumented in source.
store
ubyte[T.sizeof * Size] store;
Undocumented in source.

Meta