1. Int
  2. max
    1. 2.41.1
    2. 2.41.0
    3. 2.40.0
    4. 2.39.0
    5. 2.38.0
    Type PropertySwiftNIOConcurrencyHelpersSwift

    max

    The maximum representable integer in this type.

    • Available because Self conforms to SignedInteger.

    • Available when Self conforms to FixedWidthInteger

    static var max: Self { get }

    Overview

    For signed integer types, this value is (2 ** (bitWidth - 1)) - 1, where ** is exponentiation.