pub type HistoryIndex = usize;
Expand description

Represents a position within the history. Smaller numbers are assumed to be before larger numbers, and the indices are assumed to be contiguous.