fifel
A functional representation of if-else statement
A functional representation of if-else statement
fought-action-web3-poetry
general-suggest-blind2
If a condition is truthy, return `x`; otherwise, return `y`.
If a condition is truthy, invoke `x`; otherwise, invoke `y`.
If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.
If a predicate function returns a truthy value, return `x`; otherwise, return `y`.