toString

Generates a string representation of a value based on its flag members.

static pure
string
toString
(
T
)
(
T val
)

Parameters

val T

The value for which to generate the string representation.

Return Value

Type: string

A string representing the flag members set in the value.

Meta