Documentation ¶
Index ¶
Constants ¶
View Source
const (
MaxSupportedNetmask = 32
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitArray ¶
type BitArray struct {
// contains filtered or unexported fields
}
BitArray is type to represent an arbitrary long array of bits
func NewBitArray ¶
NewBitArray creates a new, empty BitArray object Returns error if length is zero, otherwise a pointer to the array
func NewBitArrayFromBase64 ¶
NewBitArrayFromBase64 creates a new BitArray from a Base64 encoded string
Click to show internal directories.
Click to hide internal directories.