ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
UnboundFunctorOf
ae
utils
meta
binding
Undocumented in source.
deprecated
struct
UnboundFunctorOf (
alias
f
) {
alias
opCall
=
f
;
alias
R
=
RefType
!(
thisOf
!
f
)
;
auto
bind
(R r);
}
Members
Aliases
R
alias
R
=
RefType
!(
thisOf
!
f
)
Undocumented in source.
opCall
alias
opCall
=
f
Undocumented in source.
Functions
bind
auto
bind
(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
meta
binding
structs
BoundFunctorOf
UnboundFunctorOf
templates
boundFunctorOf
unboundFunctorOf