const fn is_tail_protected(index: usize, total: usize) -> bool
Returns true if the message at index (in a list of total messages) falls within the protected tail window and must not be truncated.
true
index
total