SumType.toString

Returns a string representation of the SumType's current value.

Not available when compiled with -betterC.

struct SumType(TypeArgs...)
version(!D_BetterC)
string
toString
(
this T
)
()
if (
is(NoDuplicates!TypeArgs == TypeArgs) &&
TypeArgs.length > 0
)

Meta