I would approach it like this, and make full use of Clojure's lazy sequences: (count (take-while belowCount (filter identity (map isInteresting pixels))))
確定! 回上一頁