AppendBuffer.this

Constructor

  1. this()
  2. this(size_t n, bool limited)
    class AppendBuffer(T, Base : AppendBufferImpl)
    this
    (
    size_t n
    ,
    bool limited = false
    )

Parameters

n size_t

content length for buffer preallocation

limited bool

true: enable size limitation, false: disable

Meta