Syntax
every(*list*, *condition*)
*list*.every(*condition*)
Examples
every([1, 2, 3], current > 0)
["a", "b", "c"].every(current == "b")
→ every
Untitled
More Info
every · Notion Formulas · Ben Smith