object

Undocumented in source.

Public Imports

runtime.primitives.equality
public import runtime.primitives.equality : __equals;
runtime.primitives.memory
public import runtime.primitives.memory : _memset32;
runtime.entrypoint
public import runtime.entrypoint : _d_cmain;
libd.datastructures.string
public import libd.datastructures.string, libd.util.errorhandling;
libd.util.errorhandling
public import libd.datastructures.string, libd.util.errorhandling;

Members

Aliases

bcstring
alias bcstring = const(char)[]
Undocumented in source.
ptrdiff_t
alias ptrdiff_t = long
Undocumented in source.
size_t
alias size_t = ulong
Undocumented in source.
string
alias string = immutable(char)[]
Undocumented in source.

Functions

_assert
void _assert(char* , char* , uint )
Undocumented in source. Be warned that the author may not have intended to support it.
_d_assert
void _d_assert(char[] message, uint line)
Undocumented in source. Be warned that the author may not have intended to support it.
_d_assertp
void _d_assertp()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta