- call
ReturnType!Delegate call()
Undocumented in source. Be warned that the author may not have intended to support it.
- callAndSaveReturn
void callAndSaveReturn()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFuncPtr
void* getFuncPtr()
Undocumented in source. Be warned that the author may not have intended to support it.
- toBytes
ubyte[] toBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
Struct which stores all parameters for given delegate. Mainly used to store delegate with patameters for future call. May be used to convert: AnyType deletage(SomeTypes..) to void delegate()
Ref parameters are stored as a pointers