NumericAnnex Reference (100% documented)

View on GitHub

Install in Dash

UInt8

struct UInt8 : FixedWidthInteger, UnsignedInteger
Topics
  • **(_:_:)

    Returns the result of raising lhs to the power of rhs, rounded to a representable value.

    Declaration

    Swift

    public static func ** (lhs: UInt8, rhs: UInt8) -> UInt8
  • **=(_:_:)

    Raises lhs to the power of rhs and stores the result in lhs, rounded to a representable value.

    Declaration

    Swift

    public static func **= (lhs: inout UInt8, rhs: UInt8)