- append
inout(char)[] append(const(char)[] current, inout(char)[] new_)
Undocumented in source. Be warned that the author may not have intended to support it.
- find
inout(char)[] find(inout(char)[] haystack, const(char)[] needle)
Undocumented in source. Be warned that the author may not have intended to support it.
- range
auto range(T[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeItem
auto removeItem(inout(char)[] current, const(char)[] item)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeItem
auto removeItem(inout(char)[] current, size_t itemStart, size_t itemLimit)
Undocumented in source.
- removeItemWithLength
auto removeItemWithLength(inout(char)[] current, size_t itemStart, size_t itemLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- sentinalRange
auto sentinalRange(T* str)
Undocumented in source. Be warned that the author may not have intended to support it.