bitmap v1.0.0

Modules summary

Bitmap

Defines behaviour of a Bitmap, which can be implemented by the user. We provide implementations using Binary and Integers

Bitmap.Binary

Contains functions to create and work with a bitmap

Bitmap.Integer

Bitmap behaviour implementation using arbitrarily sized integers

Bitmap.Utils