Documentation ¶
Overview ¶
Package intset provides a set of integers based on a bit vector.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntSet ¶
type IntSet struct {
// contains filtered or unexported fields
}
An IntSet is a set of small non-negative integers. Its zero value represents the empty set.
Click to show internal directories.
Click to hide internal directories.