Module fusion.stdlib.ternary
A single function to act as a ternary, right to left
Functions
ternary (condition, is_if, is_else) | Return one of two values based on initial condition |
fusion.stdlib.ternary
A single function to act as a ternary, right to left
ternary (condition, is_if, is_else) | Return one of two values based on initial condition |