ministd ~master (2023-07-09T14:09:42Z)
Dub
Repo
Callable.this
ministd
callable
Callable
Undocumented in source.
this
(RetT function(ParamsT) fn)
this
(RetT delegate(ParamsT) dg)
struct
Callable
(RetT, ParamsT...)
pure nothrow @
nogc
@
safe
this
(
RetT
delegate
(
ParamsT
)
dg
)
Meta
Source
See Implementation
ministd
callable
Callable
constructors
this
functions
opCall