[][src]Function liquid::filters::push

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

Receives a Value::Array as an input. Returns a copy of the input with the given value appended at the end.