Skip to main content

Module expression

Module expression 

Source
Expand description

Python Expression — a self-contained symbolic expression.

Each Expression owns a private leaked Arena + AtomArena<'static>, recovered on Drop. This mirrors the C API design and avoids cross- reference lifetime entanglement between Python objects.

Structs§

Expression
A symbolic expression.