Description
Proposed primitive:
func nat64BigEndian(n : Nat64) : (msb : Nat8, Nat8, Nat8, Nat8, Nat8, Nat8, Nat8, lsb : Nat8)
The BigEndian
part is necessitated by the representation of Nat8
in the backend. This order is waaaaay more efficient to generate than the reverse.
FYI: @timohanke