This commit is contained in:
timmy.hu
2021-11-04 22:11:09 +08:00
parent 9ea2db5c81
commit 430102c995

View File

@ -23,9 +23,7 @@ func ExampleStrSet_NewStrSet() {
fmt.Println(strSet.Slice())
// May Output:
//Iterator str1
//Iterator str2
//Iterator str3
// [str3 str1 str2]
}
// NewStrSetFrom returns a new set from `items`.