// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // This file re-exports the standard library under the name `Std`, which will be the preferred standard library API going forward. namespace Microsoft.Quantum { export Std.Arrays, Std.Convert, Std.Diagnostics, Std.Logical, Std.Math, Std.Measurement, Std.Intrinsic, Std.Random, Std.ResourceEstimation, Std.Canon; } namespace Microsoft.Quantum.Core { import Std.Range.*; export RangeStart, RangeEnd, IsRangeEmpty, Length, Repeated; } namespace Microsoft.Quantum.Unstable { export Std.Arithmetic, Std.StatePreparation, Std.TableLookup; }