macro_rules! cell_to_expr {
($x:expr, $F:ty) => { ... };
}Expand description
Creates an [Expression] that queries the given cell relative to the
beginning of the cell’s region.
macro_rules! cell_to_expr {
($x:expr, $F:ty) => { ... };
}Creates an [Expression] that queries the given cell relative to the
beginning of the cell’s region.