Int32

@frozen
struct Int32 : FixedWidthInteger, SignedInteger, _ExpressibleByBuiltinIntegerLiteral
  • Declaration

    Swift

    public func combine(_ other: Int32) -> Int32
  • Declaration

    Swift

    public static func empty() -> Int32
  • Declaration

    Swift

    public func multiply(_ other: Int32) -> Int32
  • Declaration

    Swift

    public static func one() -> Int32