Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Float64Set ¶
type Float64Set map[float64]struct{}
Float64Set is a float64 set.
func NewFloat64Set ¶
func NewFloat64Set(fs ...float64) Float64Set
NewFloat64Set builds a float64 set.
func (Float64Set) Exist ¶
func (s Float64Set) Exist(val float64) bool
Exist checks whether `val` exists in `s`.
type Int64Set ¶
type Int64Set map[int64]struct{}
Int64Set is a int64 set.
Click to show internal directories.
Click to hide internal directories.