//! Maintained positional coordinates over Rhapsody's placed walk order.
//!
//! The counted fragment arena serves offset-shaped reads. The run-coalesced
//! region coordinate serves insertion boundaries across independent seams.
//! Both are derived, mutable only with the owning Rhapsody, excluded from the
//! value and wire, and pinned against independent contract forms.
pub use OrderThread;
/// Shared null arena id. Live ids never use the sentinel.
const NIL: u32 = u32MAX;