- __assert
void __assert(const(char)* msg, const(char)* file, uint line)
Undocumented in source. Be warned that the author may not have intended to support it.
- _d_arraybounds_index
void _d_arraybounds_index(string file, uint line, size_t index, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- _d_assert
void _d_assert(string file, uint line)
Undocumented in source. Be warned that the author may not have intended to support it.
- _d_assert_msg
void _d_assert_msg(string msg, string file, uint line)
Undocumented in source. Be warned that the author may not have intended to support it.
- abort
void abort()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.