# Functions
BitmapFromBytes create a bitmap struct from bytes.
DumpByteSlice dump a byte slice in hex and optionally ASCII format.
DumpByteSlicesWithDiffs show two byte slices in hex and ASCII format, with differences highlighted.
NewBitmap creates a new bitmap of size bytes; it is not in bits to force the caller to have a complete set.
# Constants
AppNameVersion name and URL to app.
# Structs
Bitmap is a structure holding a bitmap.
Contiguous a position and count of contiguous bits, either free or set.