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

Method first

src/jvm/clojure/lang/PersistentList.java:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95public Object first(){
96 return _first;
97}
98
99public ISeq next(){
100 if(_count == 1)

Callers 2

peekMethod · 0.95
reduceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected