Expand description
Methods on TypeInner
, Scalar
, and ScalarKind
.
Macros§
Constants§
Traits§
- Helper trait for providing the min and max values exactly representable by the integer type
Self
and floating point typeF
.
Functions§
- Returns a tuple of
crate::Literal
s representing the minimum and maximum float values exactly representable by the provided float and integer types. Panics iffloat
is not one ofF16
,F32
, orF64
, orint
is not one ofI32
,U32
,I64
, orU64
.