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

get

Types.get

§get(T 
type
)
 => 
Type
:
Any 

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'.