Welcome! Please see the About page for a little more info on how this works.
ChunkedSeq in clojure implements Counted, should do the same in CLJS. Implementation is straight forward.
Comment made by: aralo
Patch lgtm. Straight from Clojure:
`
public int count(){ return vec.cnt - (i + offset); }