Alias DList.Range

The range types for DList.

struct DList
{
  // ...
  alias Range = DRange!DList;
  // ...
}