Alias SList.ConstRange

The range types for SList.

struct SList
{
  // ...
  alias ConstRange = SRange!(const(SList));
  // ...
}