Skip to main content

force_list_to_vec

Function force_list_to_vec 

Source
pub fn force_list_to_vec(
    cx: &mut Cx,
    list: &dyn ListValue,
    context: &str,
) -> Result<Vec<Value>>
Expand description

Materializes a list to a vector, erroring if it exceeds the force bound.