Skip to main content

prepare_slice_graph

Function prepare_slice_graph 

Source
pub fn prepare_slice_graph(
    node_count: u32,
    edge_offsets: &[u32],
    edge_targets: &[u32],
    edge_kind_mask: &[u32],
) -> Result<FixedPointForwardGraph, String>