Skip to main content

Module value

Module value 

Source
Expand description

Runtime values for expression evaluation.

Structs§

Float64
A float with optional original string representation for passthrough. 16 bytes: 8 for f64, 8 for Option<Box<str>> (NULL or heap pointer).

Enums§

ExprValue
A typed value during expression evaluation.
ListIter
Zero-allocation iterator over list elements.

Functions§

format_float
normalize_path_separators
Normalize path separators to match format.