SumType.toString

Undocumented in source. Be warned that the author may not have intended to support it.
struct SumType(TypeArgs...)
version(!D_BetterC)
static if(allSatisfy!(isCopyable, Types))
string
toString
(
this T
)
()
if (
is(NoDuplicates!TypeArgs == TypeArgs) &&
TypeArgs.length > 0
)

Meta