Int8

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

    Swift

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

    Swift

    public static func empty() -> Int8
  • Declaration

    Swift

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

    Swift

    public static func one() -> Int8