fn toBytes(self: Self, bytes: []u8, comptime endian: builtin.Endian) OverflowError!void
Encodes a big integer into a byte array.
self: Self,
bytes: []u8,
endian: builtin.Endian,