TaggedAlgebraic.toString

Uses cast(string)/to!string to return a string representation of the enclosed value.

struct TaggedAlgebraic(U)
const
string
toString
()
if (
is(U == union) ||
is(U == struct)
)

Meta