DArray.len

Sets the size of the array. Resizes space if necessary. Does not deallocate if n is zero.

  1. size_t len()
  2. void len(size_t n)
    struct DArray(E)
    void
    len
    @property
    (
    size_t n
    )

Meta