bc.string

Undocumented in source.

Modules

ascii
module bc.string.ascii
Undocumented in source.
conv
module bc.string.conv

Parsing from string to standard types.

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.ascii
public import bc.string.ascii;
Undocumented in source.
bc.string.conv
public import bc.string.conv;
Undocumented in source.
bc.string.format
public import bc.string.format;
Undocumented in source.
bc.string.numeric
public import bc.string.numeric;
Undocumented in source.
bc.string.string
public import bc.string.string;
Undocumented in source.

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