function boot.janet on line 1014, column 1 (find-index pred ind &opt dflt) Find the index of indexed type for which pred is true. Returns dflt if not found.
(find-index |(= $ "b") ["a" "b" "c" "d"]) #=> 1