Skip to content

Bitarray #17

Description

@robbassi

Create a bitarray module that provides a BitArray class, with the following interface:

  • BitArray(size)
  • setall(bit)
  • set(n, bit)
  • get(n)

Where bit is 1 or 0, and n is an offset in the BitArray.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions