Data.prepend

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

  1. Data prepend(const(void)[] data)
    struct Data
    prepend
    (
    const(void)[] data
    )
  2. template opBinaryRight(string op)

Meta