Extensions

The following extensions are available globally.

  • Extension to make it easier to work with OperatingSystemVersion.

    This makes it so you can initialize one with an Int e.g.

    let v: OperatingSystemVersion = 11
    
    See more

    Declaration

    Swift

    extension OperatingSystemVersion: ExpressibleByIntegerLiteral