bitutils

package
v0.22.9-patch-2-reduce... Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2021 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bit

func Bit(b []byte, idx int) int

Bit returns the bit at index `idx` in the byte array `b` (big endian)

The function assumes b has at least idx bits. The caller must make sure this condition is met.

func SetBit

func SetBit(b []byte, i int)

SetBit sets the bit at position i in the byte array b

The function assumes b has at least i bits. The caller must make sure this condition is met.

Types

This section is empty.

Jump to

Keyboard shortcuts

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