Record.toString

Stringifies and formats all fields.

struct Record(T...)
string
toString
const
(
)
if (
T.length % 2 == 0 &&
areTypeNamePairs!T
)

Meta

Authors

Tony J. Hudgins