(ns biseq) (defprotocol Spinnable (spin [_])) (defn biseq [start fwd bwd] (reify clojure.lang.ISeq (first [this] start) (next [this] (biseq ...
確定! 回上一頁