Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bitmap ¶
type Bitmap struct {
// contains filtered or unexported fields
}
bitmap is a lazily initialized bitmap
func (*Bitmap) Add ¶
add sets n in the bitmap.
bits will be expanded as needed.
If n is greater than max, the call has no effect.
Click to show internal directories.
Click to hide internal directories.