As we have seen in the examples, identity use with filter also removes false elements, while nil? does not: (remove nil? [0 1 2 false 3 4 nil 5]) ;; (0 1 2 ...
確定! 回上一頁