lePackIntoUnsafe

@JvmStatic
inline fun Short.lePackIntoUnsafe(dest: ByteArray, destOffset: Int): ByteArray(source)
@JvmStatic
inline fun Short.lePackIntoUnsafe(dest: ByteArray, destOffset: Int, sourceIndexStart: Int, sourceIndexEnd: Int = Short.SIZE_BYTES): ByteArray(source)
@JvmStatic
inline fun ShortArray.lePackIntoUnsafe(dest: ByteArray, destOffset: Int, sourceIndexStart: Int = 0, sourceIndexEnd: Int = this.size): ByteArray(source)
@JvmStatic
inline fun ByteArray.lePackIntoUnsafe(dest: ShortArray, destOffset: Int, sourceIndexStart: Int, sourceIndexEnd: Int): ShortArray(source)
@JvmStatic
inline fun Int.lePackIntoUnsafe(dest: ByteArray, destOffset: Int): ByteArray(source)
@JvmStatic
inline fun Int.lePackIntoUnsafe(dest: ByteArray, destOffset: Int, sourceIndexStart: Int, sourceIndexEnd: Int = Int.SIZE_BYTES): ByteArray(source)
@JvmStatic
inline fun IntArray.lePackIntoUnsafe(dest: ByteArray, destOffset: Int, sourceIndexStart: Int = 0, sourceIndexEnd: Int = this.size): ByteArray(source)
@JvmStatic
inline fun ByteArray.lePackIntoUnsafe(dest: IntArray, destOffset: Int, sourceIndexStart: Int, sourceIndexEnd: Int): IntArray(source)
@JvmStatic
inline fun Long.lePackIntoUnsafe(dest: ByteArray, destOffset: Int): ByteArray(source)
@JvmStatic
inline fun Long.lePackIntoUnsafe(dest: ByteArray, destOffset: Int, sourceIndexStart: Int, sourceIndexEnd: Int = Long.SIZE_BYTES): ByteArray(source)
@JvmStatic
inline fun LongArray.lePackIntoUnsafe(dest: ByteArray, destOffset: Int, sourceIndexStart: Int = 0, sourceIndexEnd: Int = this.size): ByteArray(source)
@JvmStatic
inline fun ByteArray.lePackIntoUnsafe(dest: LongArray, destOffset: Int, sourceIndexStart: Int, sourceIndexEnd: Int): LongArray(source)

Syntactic Sugar. See Endian.Little.packUnsafe