Bitmap behaviour
Defines behaviour of a Bitmap, which can be implemented by the user. We provide implementations using Binary and Integers.
This behavior has been designed to be pipe-friendly, so pipe ‘em up.
Methods are delegated to the default implementation which is currently, integer - Bitmap.Integer.
Summary
Types
bitmap :: binary | Bitmap.Integer.t
index :: non_neg_integer
bit :: 1 | 0
Functions
Callbacks
Specs:
- new(argt) :: any
Specs:
Specs:
Specs:
Specs:
Specs:
Specs:
Specs:
Specs:
Specs:
Specs:
Specs: