Skip to main content

Module conv

Module conv 

Source
Expand description

Runtime value-conversion helpers shared across dialects.

Helpers here are intentionally small, dialect-agnostic primitives used by per-dialect FromXValue implementations.

Functionsยง

checked_float_to_int
Convert an f64 database value to an integer type T, rejecting non-finite, non-integral, and out-of-range inputs with a descriptive error.