create

fun create(from: UByte, to: UByte): UByte(source)
@JvmName(name = "createByte")
fun create(from: Byte, to: Byte): UByte(source)

Create shortcut for:

val castByte = ([from] shl 4) or [to]

Get more information about the cast byte in the PCast Bytecode Specification

Since

0.1.0