[][src]Function liquid::filters::pop

pub fn pop(input: &Value, args: &[Value]) -> FilterResult

Receives a Value::Array as an input. Returns a copy of the input with the last element removed.