diff options
author | Chouser <chouser@n01se.net> | 2008-10-08 06:27:32 +0000 |
---|---|---|
committer | Chouser <chouser@n01se.net> | 2008-10-08 06:27:32 +0000 |
commit | 0d66a5b133475b8297a15ee53850f8d518f7d652 (patch) | |
tree | 58a104e6dbb0628ac6736df02ada970109118b27 /clojurescript/tojs.clj | |
parent | 5636a81535ec54fb9a366c8f2eb39bb8168b8938 (diff) |
ClojureScript: Add LazilyPersistentVector. Clean up hash and several vector functions.
Diffstat (limited to 'clojurescript/tojs.clj')
-rw-r--r-- | clojurescript/tojs.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clojurescript/tojs.clj b/clojurescript/tojs.clj index 3ebf1d78..69aa63d2 100644 --- a/clojurescript/tojs.clj +++ b/clojurescript/tojs.clj @@ -260,6 +260,7 @@ seq instance? assoc apply refer first rest import hash-map count find keys vals get class contains? print-method class? number? string? integer? nth + to-array ;-- not supported yet make-array to-array-2d re-pattern re-matcher re-groups re-seq re-matches re-find format |