libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
SumType.this
libwasm
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
libwasm
sumtype
SumType
aliases
Types
constructors
this
destructors
~this
functions
opAssign
opEquals
toString
trustedGet
postblits
this(this)