Skip to main content

try_range_propagate

Function try_range_propagate 

Source
pub fn try_range_propagate(
    defs_in: &str,
    edges_in: &str,
    ranges_out: &str,
) -> Result<Program, String>
Expand description

Checked version of range_propagate for callers that want uniform fallible construction.