Versions in this module Expand all Collapse all v0 v0.0.1 Sep 7, 2023 Changes in this version + type BitMap struct + func NewBitMap(size int) *BitMap + func (b *BitMap) GetBit(bitIndex int) bool + func (b *BitMap) Scan(value any) error + func (b *BitMap) SetBit(bitIndex int, on bool) + func (b BitMap) Value() (driver.Value, error)