//
pkg.gl
Category
github.com/soedev/soelib
common
bitmap
package
1.7.0
Repository:
https://github.com/soedev/soelib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
96 SLOC
#
Functions
NewBitmap
NewBitmap 使用默认容量实例化一个 Bitmap.
NewBitmapSize
NewBitmapSize 根据指定的 size 实例化一个 Bitmap.
#
Constants
BitmapSize
暂时只支持 1 << 32 位(可以扩展到 1 << 64) The Max Size is 0x01 << 32 at present(can expand to 0x01 << 64).
#
Structs
Bitmap
Bitmap 数据结构定义.