Static Propertyswift 6.0.3Swift

bitWidth

The number of bits used for the underlying binary representation of values of this type.

static var bitWidth: Int { get }

The bit width of a UInt instance is 32 on 32-bit platforms and 64 on 64-bit platforms.