tagion.betterC.utils.StringHelper

Undocumented in source.

Members

Functions

append
void append(T[] arr, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
count_pieces
int count_pieces(const(char)[] data, char splitter)
Undocumented in source. Be warned that the author may not have intended to support it.
decimal_place
int decimal_place(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
find_next_char
size_t find_next_char(const(char)[] data, char symbol, size_t start_pos)
Undocumented in source. Be warned that the author may not have intended to support it.
int_to_str
string int_to_str(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
pop_back
T pop_back(T[] arr)
Undocumented in source.
split_by_char
const(char[])[] split_by_char(const(char)[] data, char splitter)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta