pub fn or_collect<I>(iter: I) -> Option<Expression>where
I: IntoIterator<Item = Expression>,
<I as IntoIterator>::IntoIter: DoubleEndedIterator<Item = Expression>,Expand description
Collects a list of ored values into a single vortex, expr
[x, y, z] => x or (y or z)