An efficient implementation of adding two Array[Byte] objects togther.
An efficient implementation of adding two Array[Byte] objects togther. About 20x faster than (a ++ b).
Returns the eight bytes of bytes
in big-endian order, starting at i
.
Writes the eight bytes of l
into bytes
in big-endian order, starting
at the position i
.