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/ArraySeq.java:247–249 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
245
}
246
247
public
Object first(){
248
return
Numbers.num(array[i]);
249
}
250
251
public
ISeq next(){
252
if
(i + 1 < array.length)
Callers
nothing calls this directly
Calls
1
num
Method · 0.95
Tested by
no test coverage detected