append

Function append 

Source
pub fn append(list: Value, item: Value) -> Result<Value, Error>
Expand description

Append item to end of list (returns new list) {{ items | append(“new”) }}