Appender.this

  1. this()
  2. this(A allocator)
    struct Appender(T, A, size_t initialSize = 10)
    this
    ()
    (
    auto ref A allocator
    )

Parameters

allocator A

the allocator to use

Meta