Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Set1 ¶
type Set1 interface {
Count() int
String() string
IsNone() bool
IsAll() bool
Has(int) bool
LessCount(int) int
MoreCount(int) int
Min() int
Max() int
Each() iter.Seq[int]
Ranges() iter.Seq2[int, int]
}
Set1 has the common value methods not requiring a type parameter.
Click to show internal directories.
Click to hide internal directories.