Category description coming soon.
Nodes
| Node | Details | Possible Types |
|---|---|---|
| As String | Type-asserts a value to be a string. | String → StringString[] → String[] |
| As Vector | Type-asserts a value to be vector data. | Vector → VectorVector[] → 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 → f64f64[] → f64[] |
| As u32 | Convert a number to an integer of the type u32, which may be the required type for certain node inputs. | u32 → u32u32[] → u32[] |
| As u64 | Convert a number to an integer of the type u64, which may be the required type for certain node inputs. | u64 → u64u64[] → u64[] |