Alias DList.ConstRange

The range types for DList.

struct DList
{
  // ...
  alias ConstRange = DRange!(const(DList));
  // ...
}