FixedBuffer.this

constructor

  1. this(T[] rhs)
    struct FixedBuffer(size_t LEN, T = char)
    pure @nogc nothrow @safe
    this
    (
    in T[] rhs
    )
    if (
    T.sizeof == 1
    )
  2. this(F oFunc)

Meta