SList.range

Forward range interface

  1. auto range()
    struct SList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
    range
    (
    this This
    )
    ()
  2. alias opSlice = range

Meta