pub fn without(list: Value, exclude: &[Value]) -> Result<Value, Error>
Remove specified values from list {{ items | without(“a”, “b”) }}