fn satisfies_min_long_segment_len(
first_ix: usize,
last_ix: usize,
contour_last: usize,
) -> bool
Expand description
Given inclusive indices and a contour length, returns true if the segment is of sufficient size to test for bumps when detecting “long” Hebrew alignment zones.