Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ disjoin
Method
disjoin
src/jvm/clojure/lang/PersistentTreeSet.java:61–65 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
59
}
60
61
public
IPersistentSet disjoin(Object key) {
62
if
(contains(key))
63
return
new
PersistentTreeSet(meta(),impl.without(key));
64
return
this;
65
}
66
67
public
IPersistentSet cons(Object o){
68
if
(contains(o))
Callers
nothing calls this directly
Calls
3
meta
Method · 0.95
contains
Method · 0.65
without
Method · 0.65
Tested by
no test coverage detected