IntegerWrapping

public protocol IntegerWrapping : Comparable, ExpressibleByIntegerLiteral, Hashable

Undocumented

  • Undocumented

    Declaration

    Swift

    var value: Int { get }
  • Undocumented

    Declaration

    Swift

    init(integerLiteral: Int)

Equatable

  • ==(_:_:) Extension method

    Declaration

    Swift

    public static func == (lhs: Self, rhs: Self) -> Bool

Comparable

  • <(_:_:) Extension method

    Declaration

    Swift

    public static func < (lhs: Self, rhs: Self) -> Bool

Hashable

  • hash(into:) Extension method

    Declaration

    Swift

    public func hash(into hasher: inout Hasher)