u256!() { /* proc-macro */ }
Expand description

Converts what is entered into it into a &str, which is entered into U256::from_dec_or_hex_str, the result of which is unwrapped at compile time to produce a const U256.