pub fn and_collect_right<I>(iter: I) -> Option<Expression>where
I: IntoIterator<Item = Expression>,Expand description
Collects a list of anded values into a single vortex, expr
[x, y, z] => x and (y and z)
pub fn and_collect_right<I>(iter: I) -> Option<Expression>where
I: IntoIterator<Item = Expression>,Collects a list of anded values into a single vortex, expr
[x, y, z] => x and (y and z)