Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ dropFirst
Method
dropFirst
src/jvm/clojure/lang/IChunk.java:17–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
public
interface
IChunk extends Indexed{
16
17
IChunk dropFirst();
18
19
Object reduce(IFn f, Object start) ;
20
}
Callers
3
next
Method · 0.65
more
Method · 0.65
next
Method · 0.65
Implementers
2
ArrayChunk
src/jvm/clojure/lang/ArrayChunk.java
LongChunk
src/jvm/clojure/lang/LongRange.java
Calls
no outgoing calls
Tested by
no test coverage detected