- abiSignatureOf
ulong abiSignatureOf()
Undocumented in source. Be warned that the author may not have intended to support it.
- accessMember
auto ref accessMember(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- as
auto ref as(Func func)
Execute a given piece of code while casting it:
- asBytes
ubyte[] asBytes(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitEnumToString
string bitEnumToString(ulong val)
Convert a value to bitwise or of enum members
- copyTo
void copyTo(T src, T dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- funcAttrToString
string funcAttrToString(FunctionAttribute attr)
Return a FunctionAttribute converted to a mixinable string
- genMoveArgument
string genMoveArgument(size_t numArgs, string callString, string argumentString, string ret)
A CTFE function for generating a mixin string of a function call moving arguments
- methodCall
auto methodCall(ParentType!METHOD* instance, ParameterTypeTuple!METHOD args)
Undocumented in source. Be warned that the author may not have intended to support it.
- methodCall
auto methodCall(ParentType!METHOD instance, ParameterTypeTuple!METHOD args)
Undocumented in source. Be warned that the author may not have intended to support it.
- setToInit
void setToInit(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setToInit
void setToInit(T* val)
Undocumented in source. Be warned that the author may not have intended to support it.
- toFuncAttrs
FunctionAttribute toFuncAttrs(string attrs)
Undocumented in source. Be warned that the author may not have intended to support it.
- traceDisableCompileTimeInstrumentation
void traceDisableCompileTimeInstrumentation()
Undocumented in source.
Various utilities for hacking the D type system