Functions§
- expand_
expr - An AST pass that maps AST to PL.
- expand_
module_ def - restrict_
annotation - restrict_
expr - An AST pass that tries to revert the mapping from AST to PL
- restrict_
module - restrict_
module_ def - restrict_
null_ literal - Returns None if the Expr is a null literal and Some(expr) otherwise.
- try_
restrict_ range - Restricts a tuple of form
{start=a, end=b}
into a rangea..b
.