- indexOfAlt
sizediff_t indexOfAlt(string str, string search, sizediff_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
void insert(T[] array, size_t i, T[] stuff)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(T[] array, size_t i, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
- splice
T[] splice(T[] list, sizediff_t start, sizediff_t count, T[] objects)
Undocumented in source. Be warned that the author may not have intended to support it.
- substr
string substr(string str, size_t start, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.