Versions in this module Expand all Collapse all v0 v0.5.2 Jan 31, 2023 Changes in this version + const MaxSize + type Bitmap struct + func New(size uint16) *Bitmap + func (b *Bitmap) Get(offset uint16) uint8 + func (b *Bitmap) Set(offset uint16, value uint8) bool + func (b *Bitmap) Size() uint16