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::Pathfor 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.