clojure.core/take-last ([n coll]) Returns a seq of the last n items in coll. Depending on the type of coll may be no better than linear time.
確定! 回上一頁