boundDgAlias

Bound delegate alias. Return value contains context. Example construction: boundDgAlias!method(context)

template boundDgAlias(alias fun)
deprecated static
boundDgAlias
(
RefType!(thisOf!fun) context
)

Members

Static functions

boundDgAlias
deprecated auto boundDgAlias(RefType!(thisOf!fun) context)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta