MCPcopy Index your code
hub / github.com/clojure/clojure / spliterator

Method spliterator

src/jvm/clojure/lang/PersistentVector.java:392–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390}
391
392public Spliterator spliterator(){return rangedSpliterator(0,count());}
393
394public Object reduce(IFn f){
395 Object init;

Callers

nothing calls this directly

Calls 2

rangedSpliteratorMethod · 0.95
countMethod · 0.95

Tested by

no test coverage detected