strand v1.0.2 (2023-04-12T13:00:37Z)
Dub
Repo
Callable.opAssign
strand
context
Callable
Undocumented in source. Be warned that the author may not have intended to support it.
void
opAssign
(void function() fn)
void
opAssign
(void delegate() dg)
struct
Callable
pure nothrow @
nogc
@
safe
void
opAssign
(
void
delegate
(
)
dg
)
Meta
Source
See Implementation
strand
context
Callable
functions
opAssign
opCall