(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"
{:deprecated "0.1.319.0-6b1aca-alpha"}
([p ch] (remove< p ch nil))
([p ch buf-or-n] (filter< (complement p) ch buf-or-n)))