- back
inout(KV) back [@property getter]
Undocumented in source.
- empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- front
inout(KV) front [@property getter]
Undocumented in source.
- save
Range save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Bidirectional range whose element type is a tuple of a key and the respective value.