Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct {
// contains filtered or unexported fields
}
Set set of int values.
func (*Set) Add ¶
Add adds to the set content of other sets. Sources sets with different size than target will be ignored.
func (Set) Contains ¶
Contains returns true if set includes int value. Ignores negative values and above set length.
Click to show internal directories.
Click to hide internal directories.