Removed TBD toArray impls to fix reflection error with Java 11.
Breaking changes:
- Renamed
consl
toconjl
(same argument order) - Removed
conjr
-- just useconj
for appending on the right
New:
- Implemented equality
- counted-sorted-set can be equal to both sets and sequentials
- Implemented hashCode
- Implemented support for meta and with-meta (IObj)
This is essentially the version described in the Clojure Conj talk