Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecimalSet ¶
DecimalSet is a decimal set.
func (DecimalSet) Exist ¶
func (s DecimalSet) Exist(val *types.MyDecimal) bool
Exist checks whether `val` exists in `s`.
func (DecimalSet) Insert ¶
func (s DecimalSet) Insert(val *types.MyDecimal)
Insert inserts `val` into `s`.
type Float64Set ¶
type Float64Set map[float64]struct{}
Float64Set is a float64 set.
func (Float64Set) Exist ¶
func (s Float64Set) Exist(val float64) bool
Exist checks whether `val` exists in `s`.
Click to show internal directories.
Click to hide internal directories.