gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
TaggedAlgebraic.opCall
gfx
decl
sdlang
taggedalgebraic
TaggedAlgebraic
Enables call syntax operations on the stored value.
struct
TaggedAlgebraic
(U)
auto
opCall
(
this
TA
ARGS
...
)
(
auto
ref
ARGS
args
)
if
(
hasOp
!(
TA
,
OpKind.call
, null,
ARGS
)
)
if
(
is
(
U
== union) ||
is
(
U
== struct)
)
Meta
Source
See Implementation
gfx
decl
sdlang
taggedalgebraic
TaggedAlgebraic
aliases
Kind
Type
Union
typeID
constructors
this
destructors
~this
functions
opAssign
opBinary
opBinaryRight
opCall
opCast
opCmp
opDispatch
opEquals
opIndex
opIndexAssign
opOpAssign
opUnary
toString
postblits
this(this)
properties
kind
Enables call syntax operations on the stored value.