Meant for debugging purposes, not general use. Unwraps the input value from an Option, returning the default value if the input is None.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Input | Primary Input | Option<String>Option<f64>Option<u32>Option<u64> |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | f64u32u64string |