Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
25
static
public
ArraySeq create(){
26
return
null;
27
}
28
29
static
public
ArraySeq create(Object... array){
30
if
(array == null || array.length == 0)
Callers
4
invoke
Method · 0.95
invoke
Method · 0.95
ontoArrayPrepend
Method · 0.95
format
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected