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

Method create

src/jvm/clojure/lang/ArraySeq.java:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23//ISeq _rest;
24
25static public ArraySeq create(){
26 return null;
27}
28
29static public ArraySeq create(Object... array){
30 if(array == null || array.length == 0)

Callers 4

invokeMethod · 0.95
invokeMethod · 0.95
ontoArrayPrependMethod · 0.95
formatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected