type{...}

Creates a type value. Type values are used for functions like from text to(..), and as tsype(..), to specify a destination type.

ExamplesClick an example to insert it
from text to(type{Boolean}, "true")true
from text to(type{Number{minute}}, "93")93{minute}
from text to(type{@apply Optional(Date)}, "None")Optional\None