novdom/state_parameter
Functions
pub fn if2(
state1: State(a),
state2: State(b),
when: fn(a, b) -> Bool,
then: List(Parameter),
) -> Parameter
pub fn ternary1(
state: State(a),
when: fn(a) -> Bool,
then: List(Parameter),
otherwise: List(Parameter),
) -> Parameter