complement Compared to using anonymous functions, prefer to use the former. ;; good (filter (complement some-pred?) coll) ...
確定! 回上一頁