🚧 under construction
Last updated 2 years ago
Was this helpful?
⟩ ⟩ boolean
!!x // any -> boolean
Every value is either or
operator(s) that expect operands will work with an operand of any type
any value to Boolean.
!!x // conversion: any -> true/false
falsy
not(f) - logical negation of a function.