SkipArray

Undocumented in source.

Constructors

this
this(T arrays)
Undocumented in source.

Members

Functions

opIndex
auto opIndex(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
const(size_t) length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_length
size_t _length;
Undocumented in source.
arrays
const(ElementType!T)[] arrays;
Undocumented in source.

Meta