Skip to main content

align

Function align 

Source
pub fn align(left: &[Step], right: &[Step]) -> Vec<AlignRow>
Expand description

Align two step sequences. Returns a sequence of rows suitable for rendering in a two-pane TUI. Rows are emitted in a consistent “walk both sides together” order so that row N on screen corresponds to row N in the timeline on both sides (with gaps shown as gray gutters).