yurai ~master (2022-05-09T17:34:28.3517347)
Dub
Repo
ControllerAction
yurai
controllers
controlleraction
Undocumented in source.
final
class
ControllerAction {
this
(Status delegate() d);
this
(Status function() f);
Status
opCall
();
}
Constructors
this
this
(Status delegate() d)
Undocumented in source.
this
this
(Status function() f)
Undocumented in source.
Members
Functions
opCall
Status
opCall
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
yurai
controllers
controlleraction
classes
ControllerAction