bitmap

package
v0.0.0-...-66c0c6b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bitmap

type Bitmap interface {
	SetBit(offset uint64, one bool) bool
	GetBit(offset uint64) bool
	GetBits() []byte
	EqualTo(bm Bitmap) bool
	Free()
}

func NewX32Bitmap

func NewX32Bitmap(size uint64) Bitmap

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL