The result of splitting a message list into a byte-stable prefix and a mutable tail.
Index where the volatile region begins; equals Stable.length.
Stable.length
The maximal contiguous leading run for which isStable held.
isStable
Everything from the first non-stable message onward (the mutable region).
The result of splitting a message list into a byte-stable prefix and a mutable tail.