pub fn persistent_list(cx: &mut Cx, items: Vec<Value>) -> Result<Value>
Construct an immutable list Value from the given elements.
Value