[][src]Function liquid::filters::unshift

pub fn unshift(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 beginning.