LONG_MASK

const val LONG_MASK: Long = 0xffffffffL

This mask is used to obtain the value of an int as if it were unsigned.