bee.typing
class
String:
String type.
class
Array:
Array type.
class
LongArray:
unsigned Long Array type. unsigned long 64 bit.
class
Bitmap:
Bitmap type base LongArray.
since 1.6.2
Bitmap(num_bits: int)
Initialize a bitmap, using LongArray as the underlying storage.
Parameters
- num_bits: The total number of bits in a bitmap.