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

Method first

src/jvm/clojure/lang/APersistentVector.java:526–528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

524 }
525
526 public Object first(){
527 return v.nth(i);
528 }
529
530 public ISeq next(){
531 if(i + 1 < v.count())

Callers

nothing calls this directly

Calls 1

nthMethod · 0.65

Tested by

no test coverage detected