Implement set equality.
This commit is contained in:
parent
30664d10f8
commit
575c1cdb3d
7 changed files with 44 additions and 7 deletions
|
@ -389,6 +389,13 @@ Returns a new lset instance containing elements present both in
|
|||
Returns a new lset instance from ```ls1``` with all elements in
|
||||
```ls2``` removed from it.
|
||||
|
||||
(lset=? ls1 ls2)
|
||||
|
||||
* ```ls1``` - lset instance
|
||||
* ```ls2``` - lset instance
|
||||
|
||||
Returns true if the sets contain exactly the same values.
|
||||
|
||||
### String
|
||||
|
||||
(import util-string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue