foreignptr

Undocumented in source.

Members

Classes

ForeignPtr
class ForeignPtr(T)
Undocumented in source.
RTFForeignPtr
class RTFForeignPtr(T)
Undocumented in source.

Functions

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.

Meta