Versions in this module Expand all Collapse all v4 v4.2.2 Jan 20, 2021 Changes in this version + const MaxSupportedAllocLength + type BitArray struct + func CreateBitArrayFromIpnet(ipnet *net.IPNet) (*BitArray, error) + func NewBitArray(len uint32) (*BitArray, error) + func NewBitArrayFromBase64(text string) *BitArray + func (arr *BitArray) Encode() string + func (arr *BitArray) Get(pos uint32) bool + func (arr *BitArray) Len() uint32 + func (arr *BitArray) Reset(pos uint32) + func (arr *BitArray) Set(pos uint32) Other modules containing this package github.com/alejandrojnm/danm