padStart

fun ByteArray.padStart(toSize: Int, pad: Byte = 0): ByteArray
fun ByteArray.padStart(toSize: UInt, pad: Byte = 0): ByteArray