FixedWidthInteger
extension FixedWidthInteger where Self: UnsignedInteger
-
The number of bytes needed to hold
selfbits.Declaration
Swift
public var bitsToBytes: UInt { get } -
The number of bits in
selfbytes.Declaration
Swift
public var bytesToBits: UInt { get } -
The number of bits required to represent
self.Declaration
Swift
public var bitsInRepresentation: UInt { get } -
Self, rounded up to the nearest power of 2.
Declaration
Swift
public var roundedUpToPowerOf2: UInt { get }
View on GitHub