MmapArray.length

Get/set the number of elements in the array.

  1. size_t length [@property getter]
    struct MmapArray(T, bool shrink = false)
    @property const pure nothrow @nogc
    size_t
    length
    ()
  2. size_t length [@property setter]

Meta