BoundedArray.length

  1. size_t length [@property getter]
    struct BoundedArray(E, size_t maxElements_)
    @property pure const nothrow @safe
    size_t
    length
    ()
  2. alias opDollar = length

Meta