bitarray

package
v0.0.0-...-436d200 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2023 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BitArray

type BitArray struct {
	// contains filtered or unexported fields
}

func New

func New(n int) *BitArray

func NewUsingSlice

func NewUsingSlice(vs []uint64, n int) *BitArray

func (*BitArray) Clear

func (b *BitArray) Clear(i int)

func (*BitArray) ClearRange

func (b *BitArray) ClearRange(i0, i1 int)

func (*BitArray) Clone

func (b *BitArray) Clone() *BitArray

func (*BitArray) IsAnyClear

func (b *BitArray) IsAnyClear(i0, i1 int) bool

func (*BitArray) IsAnySet

func (b *BitArray) IsAnySet(i0, i1 int) bool

func (*BitArray) IsSet

func (b *BitArray) IsSet(i int) bool

func (*BitArray) OrEquals

func (b *BitArray) OrEquals(b2 *BitArray)

func (*BitArray) Set

func (b *BitArray) Set(i int)

func (*BitArray) SetRange

func (b *BitArray) SetRange(i0, i1 int)

Jump to

Keyboard shortcuts

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