forgot to update sets as well
Signed-off-by: Colin Jones <trptcolin@gmail.com>
This commit is contained in:
committed by
Colin Jones
parent
1d09a984e7
commit
3c6478e5da
@@ -1,7 +1,10 @@
|
||||
(meditations
|
||||
"Sets are another important data structure in clojure"
|
||||
"You can create a set in two ways"
|
||||
(= #{} (set nil))
|
||||
|
||||
"They are another important data structure in clojure"
|
||||
(= __ (.size #{}))
|
||||
|
||||
"Remember that a set is a 'set'"
|
||||
(= __ (set '(1 1 2 2 3 3 4 4 5 5)))
|
||||
|
||||
|
Reference in New Issue
Block a user