BasicSector.length

Sets the new size of this sector's internal buffer

Note that this should only be smaller or equal to the current internal buffer size

  1. size_t length [@property getter]
  2. size_t length [@property setter]
    struct BasicSector(T)
    @property
    void
    length
    (
    size_t newSize
    )

Parameters

newSize size_t

the new size

Meta