(remove< p ch)
(remove< p ch buf-or-n)
Deprecated - this function will be removed. Use transducer instead
Source
(defn
remove<
"Deprecated - this function will be removed. Use transducer instead"
([p ch] (remove< p ch nil))
([p ch buf-or-n] (filter< (complement p) ch buf-or-n)))