UnsignedIntegerType

protocol UnsignedIntegerType : _DisallowMixedSignArithmetic, IntegerType
  • Build bit pattern from array of bits.

    Declaration

    Swift

    init(bits: [Bit])