NormalTypeConstructor type

Default constructor for Normal types. Normal types are user-defined and some of the built-in types.

Methods

Str(ntc:NormalTypeConstructor) Source: stdlib.ngs:1926
String representation of normal type constructor. NormalTypeConstructor

Returns

"<NormalTypeConstructor>"

Example

Box.constructors.Arr()[0].Str().echo()  # Outputs: <NormalTypeConstructor>