Alias Set.ConstRange

The range types for Set.

struct Set
{
  // ...
  alias ConstRange = Set.Range!(const(HashArray));
  // ...
}