meander: nth interop
This commit is contained in:
parent
ad8982d0c6
commit
b395084d47
1 changed files with 2 additions and 1 deletions
|
|
@ -108,6 +108,8 @@
|
||||||
{:methods [{:name "without"}]}
|
{:methods [{:name "without"}]}
|
||||||
clojure.lang.IPersistentSet
|
clojure.lang.IPersistentSet
|
||||||
{:methods [{:name "disjoin"}]}
|
{:methods [{:name "disjoin"}]}
|
||||||
|
clojure.lang.IPersistentVector
|
||||||
|
{:methods [{:name "nth"}]}
|
||||||
})
|
})
|
||||||
|
|
||||||
(def custom-map
|
(def custom-map
|
||||||
|
|
@ -445,7 +447,6 @@
|
||||||
clojure.lang.IMeta
|
clojure.lang.IMeta
|
||||||
clojure.lang.IPersistentCollection
|
clojure.lang.IPersistentCollection
|
||||||
clojure.lang.IPersistentStack
|
clojure.lang.IPersistentStack
|
||||||
clojure.lang.IPersistentVector
|
|
||||||
clojure.lang.IPersistentList
|
clojure.lang.IPersistentList
|
||||||
clojure.lang.IRecord
|
clojure.lang.IRecord
|
||||||
clojure.lang.IReduce
|
clojure.lang.IReduce
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue