BitVectorOfInt

public struct BitVectorOfInt<T> : BitVectorSort where T : FixedWidthInteger

A bit width sort which fits as many bits as the bit width of its T parameter

  • Declaration

    Swift

    public static var bitWidth: UInt32 { get }