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,
Construct pruned SSA from events already ordered within each dense block.