Share via


ApplyOperationPowerA operation

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.