What you really want is take-while: take-while function Usage: (take-while pred coll) Returns a lazy sequence of successive items from coll ...
確定! 回上一頁