FixedBuffer.this

constructor

  1. this(T[] rhs)
  2. this(F oFunc)
    struct FixedBuffer(size_t LEN, T = char)
    this
    (
    F
    )
    ()
    if (
    is(typeof(oFunc(null)))
    )
    if (
    T.sizeof == 1
    )

Meta