and_collect

Function and_collect 

Source
pub fn and_collect<I>(iter: I) -> Option<Expression>
Expand description

Collects a list of anded values into a single vortex, expr [x, y, z] => x and (y and z)