pub type Range = (usize, usize);
The start (inclusive) and end (exclusive) indices of a Remark.
Remark