The OpenD Programming Language

Buffer.bits

Write bits to the buffer.

  1. uint bits [@property getter]
  2. uint bits [@property setter]
    struct Buffer(size_t N)
    @safe pure nothrow @nogc @property
    void
    bits
    (
    size_t Offset
    size_t Bits
    )
    (
    uint value
    )

Meta