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)
struct
SumType
(TypeArgs...)
this
()
(
auto
ref
T
value
)
if
(
is
(
NoDuplicates
!
TypeArgs
==
TypeArgs
) &&
TypeArgs.length
> 0
)
this
(const(T) value)
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.