unboundDgPointer

Unbound delegate pointer. Return value contains function pointer without context. Example construction: unboundDgPointer!method(&method) Currently only implements callWith.

template unboundDgPointer(alias fun)
deprecated static
unboundDgPointer
(
Dg
)
(
Dg dg
)

Members

Static functions

unboundDgPointer
deprecated auto unboundDgPointer(Dg dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta