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

    min

    The minimum representable integer in this type.

    • Available because Self conforms to SignedInteger.

    • Available when Self conforms to FixedWidthInteger

    static var min: Self { get }

    Overview

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