semitwist.util.ctfe

Undocumented in source.

Members

Functions

ctfe_find
size_t ctfe_find(const(T)[] collection, const(T) elem, size_t start)
Undocumented in source. Be warned that the author may not have intended to support it.
ctfe_find
size_t ctfe_find(const(T)[] haystack, const(T)[] needle, size_t start)
Undocumented in source. Be warned that the author may not have intended to support it.
ctfe_isWhite
bool ctfe_isWhite(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
ctfe_iswhite
bool ctfe_iswhite(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
ctfe_join
T ctfe_join(T[] strs, T delim)
Undocumented in source. Be warned that the author may not have intended to support it.
ctfe_pad
T[] ctfe_pad(T[] str, int length, T[] padChar)
Undocumented in source. Be warned that the author may not have intended to support it.
ctfe_pad
T[] ctfe_pad(T[] str, int length, bool padLeft, T[] padChar)
Undocumented in source. Be warned that the author may not have intended to support it.
ctfe_repeat
T[] ctfe_repeat(T[] str, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
ctfe_split
T[] ctfe_split(T str, T delim)
Undocumented in source. Be warned that the author may not have intended to support it.
ctfe_strip
T ctfe_strip(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
ctfe_stripl
T ctfe_stripl(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
ctfe_stripr
T ctfe_stripr(T str)
Undocumented in source. Be warned that the author may not have intended to support it.
ctfe_subMapJoin
T ctfe_subMapJoin(T str, T match, T[] replacements)

ctfe_subMapJoin("Hi WHO. ", "WHO", ["Joey", "Q", "Sue"]) --> "Hi Joey. Hi Q. Hi Sue. "

ctfe_substitute
T ctfe_substitute(T str, T match, T replace)
Undocumented in source. Be warned that the author may not have intended to support it.
ctfe_to
T ctfe_to(string str)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta