LSHL

const val LSHL: Byte = 99(source)

Bitwise shift left a long (the top byte is the amount, the second long is the value to shift)

Value: 0x63

Specification