Data.concat

Create a new Data containing the concatenation of this and data. Does not preallocate for successive appends.

  1. Data concat(const(void)[] data)
    struct Data
    concat
    (
    const(void)[] data
    )
  2. template opBinary(string op)

Meta