TaggedUnion.toString

Converts the contained value to a string.

The format output by this method is "(kind: value)", where "kind" is the enum name of the currently stored type and "value" is the string representation of the stored value.

struct TaggedUnion
const
void
toString
(
W
)
(
ref W w
)
if (
isOutputRange!(W, char)
)

Meta