Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ first
Method
first
src/jvm/clojure/lang/APersistentVector.java:585–587 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
583
}
584
585
public
Object first(){
586
return
v.nth(i);
587
}
588
589
public
ISeq next(){
590
if
(i > 0)
Callers
nothing calls this directly
Calls
1
nth
Method · 0.65
Tested by
no test coverage detected