BitArray.length

Resizes this array to newlen bits. If newlen is larger than the current length, the new bits will be initialized to zero.

  1. size_t length [@property getter]
  2. size_t length [@property setter]
    struct BitArray
    @property pure
    void
    length
    ()

Parameters

newlen size_t

The number of bits this array should contain.

Meta