bePackInto

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

Syntactic Sugar. See Endian.Big.pack