ReadBuffer.opDollar

  1. size_t length [@property getter]
  2. alias opDollar = length
    struct ReadBuffer(T = ubyte)
    alias opDollar = length

Return Value

Data size.

Meta