klyn.UInt.operator**
method
public native static operator**( readonly value as UInt, readonly power as UInt ) as UInt
Description

Raises a UInt value to a power.

Parameters
ParameterDescription
valueBase value.
powerExponent.
Returns

The result as a UInt.

Example
assert UInt(2) ** 3u == 8u