- front
inout(T) front()
Undocumented in source. Be warned that the author may not have intended to support it.
- isErr
bool isErr()
Undocumented in source. Be warned that the author may not have intended to support it.
- isOk
bool isOk()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
auto ref opAssign(U rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
auto ref opAssign(U rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Result rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(U rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
ref opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(T) opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
ref opIndex(size_t[2] dim)
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.
- popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
- save
inout(Result) save()
Undocumented in source. Be warned that the author may not have intended to support it.