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

Method first

src/jvm/clojure/lang/ArraySeq.java:403–405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

401 }
402
403 public Object first(){
404 return Numbers.num(array[i]);
405 }
406
407 public ISeq next(){
408 if(i + 1 < array.length)

Callers

nothing calls this directly

Calls 1

numMethod · 0.95

Tested by

no test coverage detected