Int8
struct Int8 : FixedWidthInteger, SignedInteger
-
Returns the result of raising
lhs
to the power ofrhs
, rounded to a representable value.Declaration
Swift
public static func ** (lhs: Int8, rhs: Int8) -> Int8
-
Raises
lhs
to the power ofrhs
and stores the result inlhs
, rounded to a representable value.Declaration
Swift
public static func **= (lhs: inout Int8, rhs: Int8)