Type Assertion

Category description coming soon.

Nodes

NodeDetailsPossible Types
As String

Type-asserts a value to be a string.

String → String
String[] → String[]
As Vector

Type-asserts a value to be vector data.

Vector → Vector
Vector[] → Vector[]
As f64

Convert an integer to a decimal number of the type f64, which may be the required type for certain node inputs.

f64 → f64
f64[] → f64[]
As u32

Convert a number to an integer of the type u32, which may be the required type for certain node inputs.

u32 → u32
u32[] → u32[]
As u64

Convert a number to an integer of the type u64, which may be the required type for certain node inputs.

u64 → u64
u64[] → u64[]