dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
SumType.this
sumtype
SumType
Constructs a
SumType
holding a specific value.
this
(T value)
struct
SumType
(Types...)
private public
this
(
T
value
)
if
(
is
(
NoDuplicates
!
Types
==
Types
) &&
Types.length
> 0
)
this
(const(T) value)
this
(const(T) value)
this
(immutable(T) value)
this
(immutable(T) value)
this
(inout(SumType) other)
this
(SumType other)
this
(SumType other)
this
(const(SumType) other)
this
(const(SumType) other)
this
(immutable(SumType) other)
this
(immutable(SumType) other)
this
()
Meta
Source
See Implementation
sumtype
SumType
aliases
Types
constructors
this
destructors
~this
functions
opAssign
opEquals
toHash
toString
typeIndex
Constructs a SumType holding a specific value.