SList.this

Use the given allocator for allocations.

  1. this()
  2. this(Allocator allocator)
    struct SList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
    this
    (
    Allocator allocator
    )

Meta