index-of
builtin-function
(index-of item seq) (index-of item test seq)
(index-of item seq)
(index-of item test seq)
Returns the position of item in seq. The default equality test is =.
item
seq
=
make-html > (index-of 3 '(1 2 3 4)) it: 2 make-html > (index-of 3 '(1 2 4)) it: null
dedupe distinct except intersect union