flatLongBitMask

fun flatLongBitMask(count: Int): Long

Create a Long mask of count length e.g. flatLongBitMask(3) = 0b00000111L`.