Snapi Language ReferenceBuilt-in LibrariesTypeOn this pageTypeLibrary of functions that apply to types.FunctionsCastCasts an expression to a specific type.Syntax:Type.Cast(type: type, expression: anything)Parameterstype: The type to cast to.expression: The expression to cast.Example:Type.Cast(type double, 1) // 1.0