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