Std.Show.render
1 declaration
fn
render: T -> StrThis is a callable function.
What it does
Any value rendered the way the prompt renders it.
Text renders with its quotes, so a rendered "1" is never mistaken for the
number. Use text when the quotes are not wanted.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
