optional ~master (2021-10-31T03:15:21.3959971)
Dub
Repo
OptionalChain.opDispatch
optional
oc
OptionalChain
Undocumented in source.
auto
opDispatch
(Args args)
template
opDispatch
(string name)
static if
(
is(typeof(__traits(getMember, T, name)) == function)
)
auto
opDispatch
(
Args
...
)
(
auto
ref
Args
args
)
if
(
hasMember
!(
T
,
name
)
)
template
opDispatch
(Ts...)
auto
opDispatch
(Args args)
Public Imports
optional
public
import
optional
:
no
,
some
;
Members
Functions
opDispatch
auto
opDispatch
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto
opDispatch
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Templates
opDispatch
template
opDispatch
(Ts...)
Undocumented in source.
Meta
Source
See Implementation
optional
oc
OptionalChain
constructors
this
functions
empty
front
popFront
toString
templates
opDispatch
variables
value