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