Meant for debugging purposes, not general use. Wraps the input value in the Some variant of an Option.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Input | Primary Input | f32f64stringu32u64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Option<f64>Option<f32>Option<u32>Option<u64>Option<String> |