Reversed function
Namespace: Microsoft.Quantum.Arrays
Package: Microsoft.Quantum.Standard
Create an array that contains the same elements as an input array but in Reversed order.
function Reversed<'T> (array : 'T[]) : 'T[]
Input
array : 'T[]
An array whose elements are to be copied in Reversed order.
Output : 'T[]
An array containing the elements array[Length(array) - 1] .. array[0].
Type Parameters
'T
The type of the array elements.
反馈
提交和查看相关反馈