DynamicArray.opCatAssign

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

Meta