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