Skip to main content

Module functions

Module functions 

Source
Expand description

Function implementations for the expression language.

Modules§

arithmetic
Arithmetic operator implementations.
comparison
Comparison, containment, and slice operator implementations.
conversion
Type conversion function implementations.
list
List function implementations (sorted, reversed, unique, flatten, range).
math
Math function implementations (min, max, floor, ceil, round, sum).
misc
Miscellaneous function implementations (fail).
path
Path method implementations.
path_parse
Format-aware path parsing — replaces std::path::Path for cross-platform correctness.
regex
Regex function implementations.
repr
Repr function implementations (repr_py, repr_json, repr_sh, repr_cmd, repr_pwsh).
string
String function implementations.