Skip to main content

backward_slice_with_shape

Function backward_slice_with_shape 

Source
pub fn backward_slice_with_shape(
    shape: ProgramGraphShape,
    frontier_in: &str,
    frontier_out: &str,
) -> Program
👎Deprecated since 0.4.1:

use backward_slice(shape, frontier_in, frontier_out) directly - the suffix is redundant since the 5-arg entry was removed

Expand description

Deprecated alias for back-compat with callers that imported the pre-fix backward_slice_with_shape name.