toHex
Converts a BigInt to its hexadecimal string representation with underscores.
This is a module-level free function for compatibility with std.bigint. Returns upper-case hexadecimal with underscores every 4 characters.
Parameters
x | The BigInt value to convert |
Returns
Hexadecimal string representation with underscores