Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ aclone
Method
aclone
src/jvm/clojure/lang/RT.java:2273–2275 ·
view source on GitHub ↗
(float[] xs)
Source
from the content-addressed store, hash-verified
2271
}
2272
2273
static
public
float[] aclone(float[] xs){
2274
return
xs.clone();
2275
}
2276
2277
static
public
double aget(double[] xs,
int
i){
2278
return
xs[i];
Callers
nothing calls this directly
Calls
1
clone
Method · 0.80
Tested by
no test coverage detected