distssh v2.0.1 (2019-10-06T18:28:00Z)
Dub
Repo
SumType.this
sumtype
SumType
Undocumented in source.
this
(T value)
this
(const(T) value)
this
(immutable(T) value)
this
(const(T) value)
this
(immutable(T) value)
struct
SumType
(TypeArgs...)
@
disable
immutable
static if
(!(
isCopyable!T
))
this
(
immutable
(
T
)
value
)
if
(
is
(
NoDuplicates
!
TypeArgs
==
TypeArgs
) &&
TypeArgs.length
> 0
)
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)