(remove [pred] [pred coll])Returns a lazy sequence of the items in coll for which
(pred item) returns logical false. pred must be free of side-effects.
Returns a transducer when no collection is provided.
Examples
No examples yet. Be the first to add one!