- foreignPtr
ForeignPtr!T foreignPtr(T ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- foreignPtr
ForeignPtr!T foreignPtr(void delegate(T) deconstruct, T ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- foreignPtr
ForeignPtr!T foreignPtr(void function(T) deconstruct, T ptr)
Undocumented in source. Be warned that the author may not have intended to support it.