Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UintSet ¶
type UintSet map[uint32]struct{}
A UintSet is a set of uint32s
func FromValues ¶
FromValues initializes a uint32 set with values.
func (UintSet) Intersection ¶
Intersection updates the current set to reflect the intersection between sets.
Click to show internal directories.
Click to hide internal directories.