Function list_to_values

Source
pub fn list_to_values(list: &str) -> Result<Vec<i32>, Xcsp3Error>
Expand description

return the list of values, eg str“1 3 5 76“ -> vec[1,3,5,76],