Some

Meant for debugging purposes, not general use. Wraps the input value in the Some variant of an Option.

Interface

Inputs

ParameterDetailsPossible Types
Input

Primary Input

f32
f64
string
u32
u64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Option<f64>
Option<f32>
Option<u32>
Option<u64>
Option<String>