Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Types

Types

Types -- features related to Type but not requiring an instance of Type

Functions

§(T 
type
)
:
Any
 => 
Type
Get the Type instance corresponding to a given type

The result of 'Types.get x' is the same as 'x.type'.

Internally, Fuzion's front end implements 'x.type' using
'Types.get x'.