package
1.7.0
Repository: https://github.com/soedev/soelib.git
Documentation: pkg.go.dev

# Functions

NewBitmap 使用默认容量实例化一个 Bitmap.
NewBitmapSize 根据指定的 size 实例化一个 Bitmap.

# Constants

暂时只支持 1 << 32 位(可以扩展到 1 << 64) The Max Size is 0x01 << 32 at present(can expand to 0x01 << 64).

# Structs

Bitmap 数据结构定义.