bitsetx

package
v0.0.0-...-7ee87ef Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2023 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 BitSet

type BitSet[T constraints.Unsigned] struct {
	// contains filtered or unexported fields
}

func (*BitSet[T]) Clear

func (b *BitSet[T]) Clear(i ...int)

func (*BitSet[T]) ClearAll

func (b *BitSet[T]) ClearAll()

func (*BitSet[T]) IsEmpty

func (b *BitSet[T]) IsEmpty() bool

func (*BitSet[T]) IsFull

func (b *BitSet[T]) IsFull() bool

func (*BitSet[T]) Set

func (b *BitSet[T]) Set(i ...int)

func (*BitSet[T]) SetAll

func (b *BitSet[T]) SetAll()

func (*BitSet[T]) Test

func (b *BitSet[T]) Test(i ...int) bool

func (*BitSet[T]) Toggle

func (b *BitSet[T]) Toggle(i ...int)

func (*BitSet[T]) ToggleAll

func (b *BitSet[T]) ToggleAll()

Jump to

Keyboard shortcuts

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