MCPcopy 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
2273static public float[] aclone(float[] xs){
2274 return xs.clone();
2275}
2276
2277static public double aget(double[] xs, int i){
2278 return xs[i];

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected