- 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.