Bitmap.containsRange

Check if all values from start (included) to end (excluded) are present

class Bitmap
@nogc @safe const pure
bool
containsRange
(
const uint start
,
const uint end
)

Meta