to text(value)text Type: For any types t where Showable t(t) -> Text

Converts a value to text.

ExamplesClick an example to insert it
to text(true)"true"
to text(65{m})"65"