bc.string

Undocumented in source.

Modules

format
module bc.string.format

@nogc formatting utilities

numeric
module bc.string.numeric
Undocumented in source.
string
module bc.string.string

Some helper functions to work with strings

Public Imports

bc.string.format
public import bc.string.format;
bc.string.numeric
public import bc.string.numeric;
bc.string.string
public import bc.string.string;

Members

Functions

equals
bool equals(S1 a, S2 b)
Undocumented in source. Be warned that the author may not have intended to support it.
equals
bool equals(S1 a, S2 b)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main()
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main()
Undocumented in source. Be warned that the author may not have intended to support it.
rtTest
int rtTest()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta