Set.ConstRange

The range types for $(D_PSYMBOL Set).

struct Set(T, alias hasher = hash)
alias ConstRange = .Range!(const HashArray)

Meta