Expand description
Methods on TypeInner, Scalar, and ScalarKind.
Macros§
Constants§
Traits§
- IntFloat
Limits - Helper trait for providing the min and max values exactly representable by
the integer type
Selfand floating point typeF.
Functions§
- min_
max_ float_ representable_ by - Returns a tuple of
crate::Literals representing the minimum and maximum float values exactly representable by the provided float and integer types. Panics iffloatis not one ofF16,F32, orF64, orintis not one ofI32,U32,I64, orU64.