IndexMixin.RARangeT

Defines the index' primary range, which embodies a random access range

mixin template IndexMixin(size_t N, ThisContainer)
struct RARangeT (
bool is_const
) {
Container c;
size_t s;
size_t e;
}

Meta