replikativ / hitchhiker-tree

Functional, persistent, off-heap, high performance data structure
Eclipse Public License 1.0
44 stars 19 forks source link

use <! in cljs #32

Open timothypratley opened 3 years ago

timothypratley commented 3 years ago

<!! is only available in clojure

whilo commented 3 years ago

This is already resolved in the development branch https://github.com/replikativ/hitchhiker-tree/blob/development/src/hitchhiker/tree.cljc#L488. Sorry if this was hard to see, we are still in the process of pulling the cljs support together.