FunctionsType Conversion
reinterpret_as_uint256
Reinterprets input bytes as UInt256 in native byte order. In this runtime path the low 64 bits are materialized and typed as UInt256.
reinterpret_as_uint256(…) → UInt256Kind · scalar
Reinterprets input bytes as UInt256 in native byte order. In this runtime path the low 64 bits are materialized and typed as UInt256.
Part of the Type Conversion family.