Bitmap.lengthInRange

Returns the number of elements present between start (included) and end (excluded)

class Bitmap
@nogc @safe const pure
ulong
lengthInRange
(
const ulong start
,
const ulong end
)

Meta