inline fun Short.bePackIntoUnsafe(dest: ByteArray, destOffset: Int, sourceIndexStart: Int, sourceIndexEnd: Int = Short.SIZE_BYTES): ByteArray(source) inline fun ShortArray.bePackIntoUnsafe(dest: ByteArray, destOffset: Int, sourceIndexStart: Int = 0, sourceIndexEnd: Int = this.size): ByteArray(source) inline fun ByteArray.bePackIntoUnsafe(dest: ShortArray, destOffset: Int, sourceIndexStart: Int, sourceIndexEnd: Int): ShortArray(source) inline fun Int.bePackIntoUnsafe(dest: ByteArray, destOffset: Int, sourceIndexStart: Int, sourceIndexEnd: Int = Int.SIZE_BYTES): ByteArray(source) inline fun IntArray.bePackIntoUnsafe(dest: ByteArray, destOffset: Int, sourceIndexStart: Int = 0, sourceIndexEnd: Int = this.size): ByteArray(source) inline fun ByteArray.bePackIntoUnsafe(dest: IntArray, destOffset: Int, sourceIndexStart: Int, sourceIndexEnd: Int): IntArray(source) inline fun Long.bePackIntoUnsafe(dest: ByteArray, destOffset: Int, sourceIndexStart: Int, sourceIndexEnd: Int = Long.SIZE_BYTES): ByteArray(source) inline fun LongArray.bePackIntoUnsafe(dest: ByteArray, destOffset: Int, sourceIndexStart: Int = 0, sourceIndexEnd: Int = this.size): ByteArray(source) inline fun ByteArray.bePackIntoUnsafe(dest: LongArray, destOffset: Int, sourceIndexStart: Int, sourceIndexEnd: Int): LongArray(source) Syntactic Sugar. See Endian.Big.packUnsafe