mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 00:22:41 +08:00
set
This commit is contained in:
8
sets/sorted_set.go
Normal file
8
sets/sorted_set.go
Normal file
@ -0,0 +1,8 @@
|
||||
package sets
|
||||
|
||||
type sorted_set[T comparable] struct {
|
||||
sorted []T
|
||||
set Set[T]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user