FixedBuffer.opOpAssign

append

  1. auto opOpAssign(S rhs)
  2. auto opOpAssign(S rhs)
    struct FixedBuffer(size_t LEN, T = char)
    opOpAssign
    (
    string op : "~"
    S
    )
    (
    ref S rhs
    )
    if (
    S.sizeof > 1
    )
    if (
    T.sizeof == 1
    )
  3. auto ref opOpAssign(void[] rhs)

Meta