pub fn persistent_vector_push( cx: &mut Cx, vector: &Value, item: Value, ) -> Result<Value>
Return a new vector with item appended; the input vector is unchanged.
item