BitArray.length

Get the number of bits in this array.

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

Return Value

Type: size_t

The number of bits in this array.

Meta