Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fully qualified name: Std.Canon.ApplyOperationPowerA
operation ApplyOperationPowerA<'T>(power : Int, op : ('T => Unit is Adj), target : 'T) : Unit is Adj
Summary
Applies operation op to the target power times.
If power is negative, the adjoint of op is used.
If power is 0, the operation op is not applied.