Liking cljdoc? Tell your friends :D

tupelo.set

Tupelo - Making Clojure even sweeter

Tupelo - Making Clojure even sweeter
raw docstring

addclj/s≠

clj
(add set-in & values)
cljs
(add G__91706 & rest91707)

Inputs: [set-in :- (s/maybe #{s/Any}) & values :- [s/Any]] Returns: #{s/Any}

Adds a value to a set, creating the set if necessary.

Inputs: [set-in :- (s/maybe #{s/Any}) & values :- [s/Any]]
Returns: #{s/Any}

Adds a value to a set, creating the set if necessary.
sourceraw docstring

removeclj/s≠

clj
(remove set-in & values)
cljs
(remove G__91714 & rest91715)

Inputs: [set-in :- (s/maybe #{s/Any}) & values :- [s/Any]] Returns: #{s/Any}

Removes a values from a set iff present, creating the set if necessary.

Inputs: [set-in :- (s/maybe #{s/Any}) & values :- [s/Any]]
Returns: #{s/Any}

Removes a values from a set iff present, creating the set if necessary.
sourceraw docstring

unionclj/s

(union & args)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close