object

Undocumented in source.

Members

Aliases

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

Classes

ClassInfo
class ClassInfo
Undocumented in source.
Error
class Error
Undocumented in source.
Exception
class Exception
Undocumented in source.
Object
class Object
Undocumented in source.
Throwable
class Throwable
Undocumented in source.
TypeInfo
class TypeInfo
Undocumented in source.

Functions

__sd_array_concat
auto __sd_array_concat(T lhs, T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
__sd_array_outofbounds
int __sd_array_outofbounds(string , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__sd_assert_fail
void __sd_assert_fail(string , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__sd_assert_fail_msg
void __sd_assert_fail_msg(string , string , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__sd_class_downcast
Object __sd_class_downcast(Object o, ClassInfo c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__sd_eh_personality
int __sd_eh_personality(int , int , ulong , void* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__sd_eh_throw
void __sd_eh_throw(Throwable t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__sd_gc_tl_array_alloc
void* __sd_gc_tl_array_alloc(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__sd_gc_tl_malloc
void* __sd_gc_tl_malloc(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcpy
void* memcpy(void* destination, void* source, size_t num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memset
void* memset(void* ptr, int value, size_t num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta