Using the `int.from_bytes()` function to construct an integer from a base-256 byte array. See https://docs.python.org/3/c-api/long.html#c.PyLong_FromString https://github.com/fulcrum-so/ziggy-pydust/blob/develop/pydust/src/types/long.zig#L33-L36
Using the
int.from_bytes()function to construct an integer from a base-256 byte array.See https://docs.python.org/3/c-api/long.html#c.PyLong_FromString
https://github.com/fulcrum-so/ziggy-pydust/blob/develop/pydust/src/types/long.zig#L33-L36