bitset

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package bitset implements a byte-slice based bitset

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bitset

type Bitset []uint8

Bitset is a byte-slice based bitset.

func Build

func Build[T any](s []T, cb func(int, T) bool) (r Bitset)

Build builds a bitset from slice using given predicate.

func (*Bitset) Set

func (r *Bitset) Set(i int, v bool)

Set sets the bit by given index.

Jump to

Keyboard shortcuts

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