Engine.util

Undocumented in source.

Public Imports

std.traits
public import std.traits : isPointer;

Members

Functions

_d_newclass
Object _d_newclass(ClassInfo info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
copy
T copy(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
copy2
T copy2(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
newInstance
Object newInstance(ClassInfo classInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
parallelRange
void parallelRange(T t, R range)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ConstArray
struct ConstArray(T)
Undocumented in source.

Templates

baseType
template baseType(T : T*)
Undocumented in source.
baseType
template baseType(T)
Undocumented in source.
pointerType
template pointerType(T)
Undocumented in source.
remove
template remove(ArrTy, IntTy)
Undocumented in source.

Meta