Inner.SequencedRange

Defines the index' primary range, which embodies a bidirectional range

template Inner(ThisContainer, ThisNode, Value, ValueView, size_t N, Allocator)
struct SequencedRange (
bool is_const
) {
Container c;
Node* _front;
Node* _back;
}

Meta