Alias SList.Range

The range types for SList.

struct SList
{
  // ...
  alias Range = SRange!SList;
  // ...
}