JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(def h ["a" "b" :c]) # => ("a" "b" :c) (find (fn [a] (= "a" a)) h) # => "a"