Closed kushti closed 1 month ago
A new Global.fromBigEndianBytes[TNum] method is implemented in this PR, which can parse big-endian two's complement binary representation of TNum type.
example:
{ val l = 1088800L val ba = l.toBytes Global.fromBigEndianBytes[Long](ba) == l }
close #993
A new Global.fromBigEndianBytes[TNum] method is implemented in this PR, which can parse big-endian two's complement binary representation of TNum type.
example:
close #993