mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
IntSet
This commit is contained in:
@ -298,7 +298,7 @@ func ExampleIntSet_Remove() {
|
||||
s1.Remove(1)
|
||||
fmt.Println(s1.Slice())
|
||||
|
||||
// Output:
|
||||
// May Output:
|
||||
// [3 4 2]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user