DynamicArray.opCatAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opCatAssign(T c)
  2. auto opCatAssign(const(T)[] s)
    struct DynamicArray(T, size_t chunkSize = 32)
    opCatAssign
    (
    const(T)[] s
    )

Meta