dextool v1.2.2 (2019-07-12T16:12:10Z)
Dub
Repo
SumType.toString
sumtype
SumType
Returns a string representation of a
SumType
's value.
struct
SumType
(TypeArgs...)
static if
(
allSatisfy!(isCopyable, Types)
)
string
toString
(
this
T
)
(
)
if
(
is
(
NoDuplicates
!
TypeArgs
==
TypeArgs
) &&
TypeArgs.length
> 0
)
Meta
Source
See Implementation
sumtype
SumType
aliases
Types
constructors
this
destructors
~this
functions
opAssign
opEquals
toString
postblits
this(this)
Returns a string representation of a SumType's value.