ae ~master (2024-01-05T13:09:51Z)
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