mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-17 03:02:28 +08:00
feat: add Minus func for set
This commit is contained in:
@@ -129,7 +129,7 @@ func TestSet_Intersection(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestSet_Minus(t *testing.T) {
|
func TestSet_Minus(t *testing.T) {
|
||||||
assert := internal.NewAssert(t, "TestSet_Intersection")
|
assert := internal.NewAssert(t, "TestSet_Minus")
|
||||||
|
|
||||||
set1 := NewSet(1, 2, 3)
|
set1 := NewSet(1, 2, 3)
|
||||||
set2 := NewSet(2, 3, 4, 5)
|
set2 := NewSet(2, 3, 4, 5)
|
||||||
|
|||||||
Reference in New Issue
Block a user