SList.opSlice

Forward range interface

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

Meta