Complement and Compose. ○ complement to create the “opposite” function. ○ comp to compose functions. (filter (complement zero?) (range 5)). ;=> (1 2 3 4).
確定! 回上一頁