Encoder.putRaw

Encodes into the OutputRange a range of objects in raw form.

Note: The encoded byte order is machine dependent.

  1. void putRaw(T item)
  2. void putRaw(R items)
    class Encoder(ORangeT)
    final
    void
    putRaw
    (
    R
    )
    ()
    if (
    isInputRange!R
    )
    if (
    isOutputRange!(ORangeT, ubyte) &&
    isOutputRange!(ORangeT, ubyte[])
    )

Meta