Skip to content

str

Description

@str(x)
  • input with the value x, output string
  • default format: json

Type Rules

Any -> str
_   -> domain error

Examples

    @str((-1,2,3):i32)
"{"type": "i32", "value": [-1,2,3]}":str