BitArray.length

Sets the amount of bits in the BitArray. Warning: increasing length may overwrite bits in the final word of the current underlying data regardless of whether it is shared between BitArray objects. i.e. D dynamic array extension semantics are not followed.

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

Meta