Methods

StrΒΆ

Str(t:Type)

String representation of a type
Source: stdlib.ngs:605

Returns

"<Type NAME>"

Example

Real.Str().echo()  # Outputs: <Type Real>