Span

Undocumented in source.

Constructors

this
this(inout(T)[] slice)
Undocumented in source.

Members

Aliases

opDollar
alias opDollar(size_t dim) = length
Undocumented in source.

Functions

headMutable
auto headMutable()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Span rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Span rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(T)[] opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(T) opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(T)[] opIndex(size_t[2] bounds)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
size_t[2] opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
ptr
inout(T)* ptr()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta