Skip to main content

build

Function build 

Source
pub fn build<V, D, U>(
    cfg: &impl SsaCfg,
    events: &[Vec<Event<V, D, U>>],
) -> Result<SparseSsa<V, D, U>, SsaError>
where V: Copy + Ord, D: Copy + Ord, U: Copy + Ord,
Expand description

Construct pruned SSA from events already ordered within each dense block.