Monomorphize.Apply(QsCompilation, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs Monomorphization on the given compilation. If the monomorphizeIntrinsics parameter is set to false, then intrinsics will not be monomorphized.
public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation Apply (Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation compilation, bool monomorphizeIntrinsics = false);
static member Apply : Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation * bool -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation
Public Shared Function Apply (compilation As QsCompilation, Optional monomorphizeIntrinsics As Boolean = false) As QsCompilation
Parameters
- compilation
- QsCompilation
- monomorphizeIntrinsics
- Boolean