get

operator fun get(index: Long): Boolean(source)

Returns the bit at index. Never throws an exception when index>=0, as getting a bit outside the underlying bytes' bounds returns false.