ae v0.0.3574 (2024-07-05T19:56:39Z)
Home
Dub
Repo
functor.Functor
ae
utils
functor
primitives
functor
Undocumented in source.
template
functor
(alias fun, State...)
struct
Functor {
State
state
;
auto ref
opCall
(Args args);
}
Members
Functions
opCall
auto ref
opCall
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
state
State
state
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
functor
primitives
functor
functions
functor
structs
Functor