1. 8.0.1
    Type PropertySwiftBSONSwift

    min

    The minimum representable integer in this type.

    static var min: Self { get }

    Overview

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