v2 changes Removed .start and .end, now all OffsetBounds are built from .first and .last. Simplifies usage and learnability. Delineates OffsetBound abstraction and terminology from indices. Added RangeReplaceableCollection convenience overloads, subscript setters. .inser...