distssh v2.0.1 (2019-10-06T18:28:00Z)
Dub
Repo
SumType.this
sumtype
SumType
Constructs a
SumType
holding a specific value.
this
(T value)
this
(const(T) value)
struct
SumType
(TypeArgs...)
const
static if
(
isCopyable!T
)
this
()
(
auto
ref
const
(
T
)
value
)
if
(
is
(
NoDuplicates
!
TypeArgs
==
TypeArgs
) &&
TypeArgs.length
> 0
)
this
(immutable(T) value)
this
(const(T) value)
this
(immutable(T) value)
this
(SumType other)
this
(const(SumType) other)
this
(immutable(SumType) other)
this
()
Meta
Source
See Implementation
sumtype
SumType
aliases
Types
constructors
this
destructors
~this
functions
opAssign
opEquals
toString
postblits
this(this)
Constructs a SumType holding a specific value.