without

Function without 

Source
pub fn without(list: Value, exclude: &[Value]) -> Result<Value, Error>
Expand description

Remove specified values from list {{ items | without(“a”, “b”) }}