inlist_intersection

Function inlist_intersection 

Source
fn inlist_intersection(l1: InList, l2: &InList, negated: bool) -> Result<Expr>
Expand description

Return the intersection of two inlist expressions maintaining the order of the elements in the two lists