MCPcopy Index your code
hub / github.com/clojure/clojure / create

Method create

src/jvm/clojure/lang/Tuple.java:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 static final int MAX_SIZE = 6;
21
22 public static IPersistentVector create(){return PersistentVector.EMPTY;}
23 public static IPersistentVector create(Object v0)
24 {return RT.vector(v0);}
25 public static IPersistentVector create(Object v0, Object v1)

Callers

nothing calls this directly

Calls 1

vectorMethod · 0.95

Tested by

no test coverage detected