SerialIndex

Undocumented in source.

Constructors

this
this(T f, size_t len_, IndexType offset)
Undocumented in source.

Alias This

_idx

Members

Functions

clamp
SerialIndex clamp()
Undocumented in source. Be warned that the author may not have intended to support it.
idx
void idx(IndexType i)
Undocumented in source. Be warned that the author may not have intended to support it.
idx
auto idx()
Undocumented in source. Be warned that the author may not have intended to support it.
len
size_t len()
Undocumented in source. Be warned that the author may not have intended to support it.
loop
SerialIndex loop()
Undocumented in source. Be warned that the author may not have intended to support it.
max
IndexType max()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto opAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
SerialIndex opBinary(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
SerialIndex opBinaryRight(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
SerialIndex opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_idx
IndexType _idx;
Undocumented in source.
_len
size_t _len;
Undocumented in source.
_offset
IndexType _offset;
Undocumented in source.

Meta