IndexMixin.HashedRangeT

the primary range for this index, which embodies a forward range. iteration has time complexity O(n)

mixin template IndexMixin(size_t N, alias KeyFromValue, alias Hash, alias Eq, bool allowDuplicates, alias SeqRange, ThisContainer)
struct HashedRangeT (
bool is_const
) {
Container c;
Node* node;
size_t n;
}

Meta