pub fn force_list_to_vec( cx: &mut Cx, list: &dyn ListValue, context: &str, ) -> Result<Vec<Value>>
Materializes a list to a vector, erroring if it exceeds the force bound.