Skip to main content

persistent_vector_push

Function persistent_vector_push 

Source
pub fn persistent_vector_push(
    cx: &mut Cx,
    vector: &Value,
    item: Value,
) -> Result<Value>
Expand description

Return a new vector with item appended; the input vector is unchanged.