DistinguishedEncodingRulesElement.bitString

Encodes an array of bools representing a string of bits.

  1. bool[] bitString [@property getter]
  2. bool[] bitString [@property setter]
    class DistinguishedEncodingRulesElement
    override @property
    void
    bitString
    (
    in bool[] value
    )
    out { assert (this.value.length > 0u); }

Meta