Length function

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Core

Package: Microsoft.Quantum.QSharp.Foundation

Returns the number of elements in an array.

function Length<'T> (a : 'T[]) : Int

Input

a : 'T[]

Input array.

Output : Int

The total count of elements in an array.

Type Parameters

'T