or_collect

Function or_collect 

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

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