FunctionsType Conversion
reinterpret_as_uint16
Reinterprets the first 2 bytes of input as an unsigned 16-bit integer in native byte order.
reinterpret_as_uint16(…) → UInt16Kind · scalar
Reinterprets the first 2 bytes of input as an unsigned 16-bit integer in native byte order.
Part of the Type Conversion family.
reinterpret_as_uint128
Reinterprets input bytes as UInt128 in native byte order. In this runtime path the low 64 bits are materialized and typed as UInt128.
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.