Ignore 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.Canon

Package: Microsoft.Quantum.QSharp.Foundation

Ignores the output of an operation or function.

function Ignore<'T> (value : 'T) : Unit

Input

value : 'T

A value to be ignored.

Output : Unit

Type Parameters

'T