Int

extension Int

Public Instance Interface

  • The bit numbers of the current value.

    Values are returned in “most significant bit form”, meaning sorted from least to greatest. Values can be obtained in the “least significant bit” form for applying sorted(by: >) to the return value.

    Declaration

    Swift

    public var bitNumbers: [Int] { get }