Alias Set.Range

The range types for Set.

struct Set
{
  // ...
  alias Range = Set.Range!HashArray;
  // ...
}