OutBuffer.putUnsafe

Responsibility that there's enough capacity is on the user

  1. void putUnsafe(T bytes)
  2. void putUnsafe(T value)
    class OutBuffer
    void
    putUnsafe
    (
    T
    )
    (
    auto ref T value
    )
    if (
    !is(T == ubyte[])
    )

Meta