dyaml v0.9.2 (2022-08-24T21:56:38Z)
Home
Dub
Repo
SumType.this
dyaml
stdsumtype
SumType
Undocumented in source.
this
(T value)
this
(const(T) value)
this
(immutable(T) value)
this
(Value value)
this
(T value)
this
(const(T) value)
this
(const(T) value)
struct
SumType
(Types...)
@
disable
const
static if
(!(
isCopyable!(const(T))
))
this
(
const
(
T
)
value
)
if
(
is
(
NoDuplicates
!
Types
==
Types
) &&
Types.length
> 0
)
this
(immutable(T) value)
this
(immutable(T) value)
this
(Value value)
this
(Value 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
dyaml
stdsumtype
SumType
aliases
Types
constructors
this
destructors
~this
functions
opAssign
opEquals
toHash
toString