The OpenD Programming Language

Buffer.bits

Read bits from the buffer.

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

Meta