@tsonic/dotnet 0.7.3 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +46 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +65 -85
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +337 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +22 -47
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +77 -99
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +26 -51
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +5 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +83 -107
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Intrinsics.d.ts +29 -8
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +1 -26
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.AccessControl.d.ts +23 -6
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +608 -633
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +14 -39
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +142 -167
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +154 -179
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +10 -35
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -16,31 +16,6 @@ import type { ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnume
|
|
|
16
16
|
import * as System_Internal from "../../System/internal/index.js";
|
|
17
17
|
import type { Action_1, Array as ClrArray, Boolean as ClrBoolean, Comparison_1, Func_2, Func_3, IDisposable, IEquatable_1, Int32, Object as ClrObject, Predicate_1, Range, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Type, ValueType, Void } from "../../System/internal/index.js";
|
|
18
18
|
|
|
19
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
20
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
21
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
22
|
-
export type CLROf<T> =
|
|
23
|
-
T extends sbyte ? System_Internal.SByte :
|
|
24
|
-
T extends short ? System_Internal.Int16 :
|
|
25
|
-
T extends int ? System_Internal.Int32 :
|
|
26
|
-
T extends long ? System_Internal.Int64 :
|
|
27
|
-
T extends int128 ? System_Internal.Int128 :
|
|
28
|
-
T extends nint ? System_Internal.IntPtr :
|
|
29
|
-
T extends byte ? System_Internal.Byte :
|
|
30
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
31
|
-
T extends uint ? System_Internal.UInt32 :
|
|
32
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
33
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
34
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
35
|
-
T extends half ? System_Internal.Half :
|
|
36
|
-
T extends float ? System_Internal.Single :
|
|
37
|
-
T extends double ? System_Internal.Double :
|
|
38
|
-
T extends decimal ? System_Internal.Decimal :
|
|
39
|
-
T extends char ? System_Internal.Char :
|
|
40
|
-
T extends boolean ? System_Internal.Boolean :
|
|
41
|
-
T extends string ? System_Internal.String :
|
|
42
|
-
T; // Identity fallback for non-primitive types
|
|
43
|
-
|
|
44
19
|
export interface IImmutableDictionary_2$instance<TKey, TValue> extends IReadOnlyDictionary_2<TKey, TValue>, IEnumerable_1<KeyValuePair_2<TKey, TValue>>, IEnumerable, IReadOnlyCollection_1<KeyValuePair_2<TKey, TValue>> {
|
|
45
20
|
readonly item: TValue;
|
|
46
21
|
readonly keys: IEnumerable_1<TKey>;
|
|
@@ -54,8 +29,9 @@ export interface IImmutableDictionary_2$instance<TKey, TValue> extends IReadOnly
|
|
|
54
29
|
getEnumerator(): IEnumerator_1<KeyValuePair_2<TKey, TValue>>;
|
|
55
30
|
getEnumerator(): IEnumerator;
|
|
56
31
|
remove(key: TKey): IImmutableDictionary_2<TKey, TValue>;
|
|
57
|
-
tryGetKey(equalKey: TKey, actualKey:
|
|
58
|
-
tryGetValue(key: TKey, value:
|
|
32
|
+
tryGetKey(equalKey: TKey, actualKey: TKey): boolean;
|
|
33
|
+
tryGetValue(key: TKey, value: TValue): boolean;
|
|
34
|
+
getEnumerator2(): IEnumerator;
|
|
59
35
|
}
|
|
60
36
|
|
|
61
37
|
|
|
@@ -78,6 +54,7 @@ export interface IImmutableList_1$instance<T> extends IReadOnlyList_1<T>, IEnume
|
|
|
78
54
|
removeRange(items: IEnumerable_1<T>, equalityComparer: IEqualityComparer_1<T>): IImmutableList_1<T>;
|
|
79
55
|
removeRange(index: int, count: int): IImmutableList_1<T>;
|
|
80
56
|
replace(oldValue: T, newValue: T, equalityComparer: IEqualityComparer_1<T>): IImmutableList_1<T>;
|
|
57
|
+
getEnumerator2(): IEnumerator;
|
|
81
58
|
}
|
|
82
59
|
|
|
83
60
|
|
|
@@ -90,6 +67,7 @@ export interface IImmutableQueue_1$instance<T> extends IEnumerable_1<T>, IEnumer
|
|
|
90
67
|
getEnumerator(): IEnumerator_1<T>;
|
|
91
68
|
getEnumerator(): IEnumerator;
|
|
92
69
|
peek(): T;
|
|
70
|
+
getEnumerator2(): IEnumerator;
|
|
93
71
|
}
|
|
94
72
|
|
|
95
73
|
|
|
@@ -104,7 +82,8 @@ export interface IImmutableSet_1$instance<T> extends IReadOnlyCollection_1<T>, I
|
|
|
104
82
|
getEnumerator(): IEnumerator;
|
|
105
83
|
intersect(other: IEnumerable_1<T>): IImmutableSet_1<T>;
|
|
106
84
|
setEquals(other: IEnumerable_1<T>): boolean;
|
|
107
|
-
tryGetValue(equalValue: T, actualValue:
|
|
85
|
+
tryGetValue(equalValue: T, actualValue: T): boolean;
|
|
86
|
+
getEnumerator2(): IEnumerator;
|
|
108
87
|
}
|
|
109
88
|
|
|
110
89
|
|
|
@@ -117,6 +96,7 @@ export interface IImmutableStack_1$instance<T> extends IEnumerable_1<T>, IEnumer
|
|
|
117
96
|
getEnumerator(): IEnumerator;
|
|
118
97
|
peek(): T;
|
|
119
98
|
push(value: T): IImmutableStack_1<T>;
|
|
99
|
+
getEnumerator2(): IEnumerator;
|
|
120
100
|
}
|
|
121
101
|
|
|
122
102
|
|
|
@@ -135,7 +115,7 @@ export interface ImmutableArray_1$instance<T> {
|
|
|
135
115
|
addRange(items: ImmutableArray_1<T>, length: int): ImmutableArray_1<T>;
|
|
136
116
|
addRange<TDerived extends T>(items: ImmutableArray_1<TDerived>): ImmutableArray_1<T>;
|
|
137
117
|
addRange(items: ReadOnlySpan_1<T>): ImmutableArray_1<T>;
|
|
138
|
-
addRange(items: T[]): ImmutableArray_1<T>;
|
|
118
|
+
addRange(...items: T[]): ImmutableArray_1<T>;
|
|
139
119
|
as_<TOther>(): ImmutableArray_1<TOther>;
|
|
140
120
|
asMemory(): ReadOnlyMemory_1<T>;
|
|
141
121
|
asSpan(): ReadOnlySpan_1<T>;
|
|
@@ -163,7 +143,7 @@ export interface ImmutableArray_1$instance<T> {
|
|
|
163
143
|
insertRange(index: int, items: ImmutableArray_1<T>): ImmutableArray_1<T>;
|
|
164
144
|
insertRange(index: int, items: T[]): ImmutableArray_1<T>;
|
|
165
145
|
insertRange(index: int, items: ReadOnlySpan_1<T>): ImmutableArray_1<T>;
|
|
166
|
-
itemRef(index: int):
|
|
146
|
+
itemRef(index: int): T;
|
|
167
147
|
lastIndexOf(item: T): int;
|
|
168
148
|
lastIndexOf(item: T, startIndex: int): int;
|
|
169
149
|
lastIndexOf(item: T, startIndex: int, count: int): int;
|
|
@@ -213,7 +193,7 @@ export interface __ImmutableArray_1$views<T> {
|
|
|
213
193
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ImmutableArray_1<T>>;
|
|
214
194
|
|
|
215
195
|
// Structural method bridges for numeric interface constraints
|
|
216
|
-
|
|
196
|
+
equals(other: ImmutableArray_1<T>): boolean;
|
|
217
197
|
}
|
|
218
198
|
|
|
219
199
|
export interface ImmutableArray_1$instance<T> extends System_Collections_Internal.IStructuralComparable$instance {}
|
|
@@ -371,7 +351,7 @@ export interface ImmutableArray_1_Builder$instance<T> {
|
|
|
371
351
|
item: T;
|
|
372
352
|
add(item: T): void;
|
|
373
353
|
addRange(items: IEnumerable_1<T>): void;
|
|
374
|
-
addRange(items: T[]): void;
|
|
354
|
+
addRange(...items: T[]): void;
|
|
375
355
|
addRange<TDerived extends T>(items: TDerived[]): void;
|
|
376
356
|
addRange(items: T[], length: int): void;
|
|
377
357
|
addRange(items: ImmutableArray_1<T>): void;
|
|
@@ -394,7 +374,7 @@ export interface ImmutableArray_1_Builder$instance<T> {
|
|
|
394
374
|
insert(index: int, item: T): void;
|
|
395
375
|
insertRange(index: int, items: IEnumerable_1<T>): void;
|
|
396
376
|
insertRange(index: int, items: ImmutableArray_1<T>): void;
|
|
397
|
-
itemRef(index: int):
|
|
377
|
+
itemRef(index: int): T;
|
|
398
378
|
lastIndexOf(item: T): int;
|
|
399
379
|
lastIndexOf(item: T, startIndex: int): int;
|
|
400
380
|
lastIndexOf(item: T, startIndex: int, count: int): int;
|
|
@@ -455,8 +435,8 @@ export interface ImmutableDictionary_2$instance<TKey, TValue> {
|
|
|
455
435
|
setItem(key: TKey, value: TValue): ImmutableDictionary_2<TKey, TValue>;
|
|
456
436
|
setItems(items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
457
437
|
toBuilder(): ImmutableDictionary_2_Builder<TKey, TValue>;
|
|
458
|
-
tryGetKey(equalKey: TKey, actualKey:
|
|
459
|
-
tryGetValue(key: TKey, value:
|
|
438
|
+
tryGetKey(equalKey: TKey, actualKey: TKey): boolean;
|
|
439
|
+
tryGetValue(key: TKey, value: TValue): boolean;
|
|
460
440
|
withComparers(keyComparer: IEqualityComparer_1<TKey>, valueComparer: IEqualityComparer_1<TValue>): ImmutableDictionary_2<TKey, TValue>;
|
|
461
441
|
withComparers(keyComparer: IEqualityComparer_1<TKey>): ImmutableDictionary_2<TKey, TValue>;
|
|
462
442
|
}
|
|
@@ -504,8 +484,8 @@ export interface ImmutableDictionary_2_Builder$instance<TKey, TValue> {
|
|
|
504
484
|
remove(item: KeyValuePair_2<TKey, TValue>): boolean;
|
|
505
485
|
removeRange(keys: IEnumerable_1<TKey>): void;
|
|
506
486
|
toImmutable(): ImmutableDictionary_2<TKey, TValue>;
|
|
507
|
-
tryGetKey(equalKey: TKey, actualKey:
|
|
508
|
-
tryGetValue(key: TKey, value:
|
|
487
|
+
tryGetKey(equalKey: TKey, actualKey: TKey): boolean;
|
|
488
|
+
tryGetValue(key: TKey, value: TValue): boolean;
|
|
509
489
|
}
|
|
510
490
|
|
|
511
491
|
|
|
@@ -547,7 +527,7 @@ export interface ImmutableHashSet_1$instance<T> {
|
|
|
547
527
|
setEquals(other: IEnumerable_1<T>): boolean;
|
|
548
528
|
symmetricExcept(other: IEnumerable_1<T>): ImmutableHashSet_1<T>;
|
|
549
529
|
toBuilder(): ImmutableHashSet_1_Builder<T>;
|
|
550
|
-
tryGetValue(equalValue: T, actualValue:
|
|
530
|
+
tryGetValue(equalValue: T, actualValue: T): boolean;
|
|
551
531
|
union(other: IEnumerable_1<T>): ImmutableHashSet_1<T>;
|
|
552
532
|
withComparer(equalityComparer: IEqualityComparer_1<T>): ImmutableHashSet_1<T>;
|
|
553
533
|
}
|
|
@@ -591,7 +571,7 @@ export interface ImmutableHashSet_1_Builder$instance<T> {
|
|
|
591
571
|
setEquals(other: IEnumerable_1<T>): boolean;
|
|
592
572
|
symmetricExceptWith(other: IEnumerable_1<T>): void;
|
|
593
573
|
toImmutable(): ImmutableHashSet_1<T>;
|
|
594
|
-
tryGetValue(equalValue: T, actualValue:
|
|
574
|
+
tryGetValue(equalValue: T, actualValue: T): boolean;
|
|
595
575
|
unionWith(other: IEnumerable_1<T>): void;
|
|
596
576
|
}
|
|
597
577
|
|
|
@@ -644,7 +624,7 @@ export interface ImmutableList_1$instance<T> {
|
|
|
644
624
|
indexOf(value: T): int;
|
|
645
625
|
insert(index: int, item: T): ImmutableList_1<T>;
|
|
646
626
|
insertRange(index: int, items: IEnumerable_1<T>): ImmutableList_1<T>;
|
|
647
|
-
itemRef(index: int):
|
|
627
|
+
itemRef(index: int): T;
|
|
648
628
|
lastIndexOf(item: T, index: int, count: int, equalityComparer: IEqualityComparer_1<T>): int;
|
|
649
629
|
remove(value: T): ImmutableList_1<T>;
|
|
650
630
|
remove(value: T, equalityComparer: IEqualityComparer_1<T>): ImmutableList_1<T>;
|
|
@@ -720,7 +700,7 @@ export interface ImmutableList_1_Builder$instance<T> {
|
|
|
720
700
|
indexOf(item: T, index: int, count: int, equalityComparer: IEqualityComparer_1<T>): int;
|
|
721
701
|
insert(index: int, item: T): void;
|
|
722
702
|
insertRange(index: int, items: IEnumerable_1<T>): void;
|
|
723
|
-
itemRef(index: int):
|
|
703
|
+
itemRef(index: int): T;
|
|
724
704
|
lastIndexOf(item: T): int;
|
|
725
705
|
lastIndexOf(item: T, startIndex: int): int;
|
|
726
706
|
lastIndexOf(item: T, startIndex: int, count: int): int;
|
|
@@ -767,11 +747,11 @@ export interface ImmutableQueue_1$instance<T> {
|
|
|
767
747
|
readonly isEmpty: boolean;
|
|
768
748
|
clear(): ImmutableQueue_1<T>;
|
|
769
749
|
dequeue(): ImmutableQueue_1<T>;
|
|
770
|
-
dequeue(value:
|
|
750
|
+
dequeue(value: T): ImmutableQueue_1<T>;
|
|
771
751
|
enqueue(value: T): ImmutableQueue_1<T>;
|
|
772
752
|
getEnumerator(): ImmutableQueue_1_Enumerator<T>;
|
|
773
753
|
peek(): T;
|
|
774
|
-
peekRef():
|
|
754
|
+
peekRef(): T;
|
|
775
755
|
}
|
|
776
756
|
|
|
777
757
|
|
|
@@ -810,9 +790,9 @@ export interface ImmutableSortedDictionary_2$instance<TKey, TValue> {
|
|
|
810
790
|
setItem(key: TKey, value: TValue): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
811
791
|
setItems(items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
812
792
|
toBuilder(): ImmutableSortedDictionary_2_Builder<TKey, TValue>;
|
|
813
|
-
tryGetKey(equalKey: TKey, actualKey:
|
|
814
|
-
tryGetValue(key: TKey, value:
|
|
815
|
-
valueRef(key: TKey):
|
|
793
|
+
tryGetKey(equalKey: TKey, actualKey: TKey): boolean;
|
|
794
|
+
tryGetValue(key: TKey, value: TValue): boolean;
|
|
795
|
+
valueRef(key: TKey): TValue;
|
|
816
796
|
withComparers(keyComparer: IComparer_1<TKey>, valueComparer: IEqualityComparer_1<TValue>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
817
797
|
withComparers(keyComparer: IComparer_1<TKey>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
818
798
|
}
|
|
@@ -860,9 +840,9 @@ export interface ImmutableSortedDictionary_2_Builder$instance<TKey, TValue> {
|
|
|
860
840
|
remove(item: KeyValuePair_2<TKey, TValue>): boolean;
|
|
861
841
|
removeRange(keys: IEnumerable_1<TKey>): void;
|
|
862
842
|
toImmutable(): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
863
|
-
tryGetKey(equalKey: TKey, actualKey:
|
|
864
|
-
tryGetValue(key: TKey, value:
|
|
865
|
-
valueRef(key: TKey):
|
|
843
|
+
tryGetKey(equalKey: TKey, actualKey: TKey): boolean;
|
|
844
|
+
tryGetValue(key: TKey, value: TValue): boolean;
|
|
845
|
+
valueRef(key: TKey): TValue;
|
|
866
846
|
}
|
|
867
847
|
|
|
868
848
|
|
|
@@ -903,14 +883,14 @@ export interface ImmutableSortedSet_1$instance<T> {
|
|
|
903
883
|
isProperSupersetOf(other: IEnumerable_1<T>): boolean;
|
|
904
884
|
isSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
905
885
|
isSupersetOf(other: IEnumerable_1<T>): boolean;
|
|
906
|
-
itemRef(index: int):
|
|
886
|
+
itemRef(index: int): T;
|
|
907
887
|
overlaps(other: IEnumerable_1<T>): boolean;
|
|
908
888
|
remove(value: T): ImmutableSortedSet_1<T>;
|
|
909
889
|
reverse(): IEnumerable_1<T>;
|
|
910
890
|
setEquals(other: IEnumerable_1<T>): boolean;
|
|
911
891
|
symmetricExcept(other: IEnumerable_1<T>): ImmutableSortedSet_1<T>;
|
|
912
892
|
toBuilder(): ImmutableSortedSet_1_Builder<T>;
|
|
913
|
-
tryGetValue(equalValue: T, actualValue:
|
|
893
|
+
tryGetValue(equalValue: T, actualValue: T): boolean;
|
|
914
894
|
union(other: IEnumerable_1<T>): ImmutableSortedSet_1<T>;
|
|
915
895
|
withComparer(comparer: IComparer_1<T>): ImmutableSortedSet_1<T>;
|
|
916
896
|
}
|
|
@@ -955,14 +935,14 @@ export interface ImmutableSortedSet_1_Builder$instance<T> {
|
|
|
955
935
|
isProperSupersetOf(other: IEnumerable_1<T>): boolean;
|
|
956
936
|
isSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
957
937
|
isSupersetOf(other: IEnumerable_1<T>): boolean;
|
|
958
|
-
itemRef(index: int):
|
|
938
|
+
itemRef(index: int): T;
|
|
959
939
|
overlaps(other: IEnumerable_1<T>): boolean;
|
|
960
940
|
remove(item: T): boolean;
|
|
961
941
|
reverse(): IEnumerable_1<T>;
|
|
962
942
|
setEquals(other: IEnumerable_1<T>): boolean;
|
|
963
943
|
symmetricExceptWith(other: IEnumerable_1<T>): void;
|
|
964
944
|
toImmutable(): ImmutableSortedSet_1<T>;
|
|
965
|
-
tryGetValue(equalValue: T, actualValue:
|
|
945
|
+
tryGetValue(equalValue: T, actualValue: T): boolean;
|
|
966
946
|
unionWith(other: IEnumerable_1<T>): void;
|
|
967
947
|
}
|
|
968
948
|
|
|
@@ -989,9 +969,9 @@ export interface ImmutableStack_1$instance<T> {
|
|
|
989
969
|
clear(): ImmutableStack_1<T>;
|
|
990
970
|
getEnumerator(): ImmutableStack_1_Enumerator<T>;
|
|
991
971
|
peek(): T;
|
|
992
|
-
peekRef():
|
|
972
|
+
peekRef(): T;
|
|
993
973
|
pop(): ImmutableStack_1<T>;
|
|
994
|
-
pop(value:
|
|
974
|
+
pop(value: T): ImmutableStack_1<T>;
|
|
995
975
|
push(value: T): ImmutableStack_1<T>;
|
|
996
976
|
}
|
|
997
977
|
|
|
@@ -1025,7 +1005,7 @@ export abstract class ImmutableArray$instance {
|
|
|
1025
1005
|
static create<T>(item1: T, item2: T): ImmutableArray_1<T>;
|
|
1026
1006
|
static create<T>(item: T): ImmutableArray_1<T>;
|
|
1027
1007
|
static create<T>(items: T[], start: int, length: int): ImmutableArray_1<T>;
|
|
1028
|
-
static create<T>(items: T[]): ImmutableArray_1<T>;
|
|
1008
|
+
static create<T>(...items: T[]): ImmutableArray_1<T>;
|
|
1029
1009
|
static createBuilder<T>(): ImmutableArray_1_Builder<T>;
|
|
1030
1010
|
static createBuilder<T>(initialCapacity: int): ImmutableArray_1_Builder<T>;
|
|
1031
1011
|
static createRange<T>(items: IEnumerable_1<T>): ImmutableArray_1<T>;
|
|
@@ -1075,11 +1055,11 @@ export abstract class ImmutableHashSet$instance {
|
|
|
1075
1055
|
static create<T>(): ImmutableHashSet_1<T>;
|
|
1076
1056
|
static create<T>(equalityComparer: IEqualityComparer_1<T>, items: ReadOnlySpan_1<T>): ImmutableHashSet_1<T>;
|
|
1077
1057
|
static create<T>(equalityComparer: IEqualityComparer_1<T>, item: T): ImmutableHashSet_1<T>;
|
|
1078
|
-
static create<T>(equalityComparer: IEqualityComparer_1<T>, items: T[]): ImmutableHashSet_1<T>;
|
|
1058
|
+
static create<T>(equalityComparer: IEqualityComparer_1<T>, ...items: T[]): ImmutableHashSet_1<T>;
|
|
1079
1059
|
static create<T>(equalityComparer: IEqualityComparer_1<T>): ImmutableHashSet_1<T>;
|
|
1080
1060
|
static create<T>(items: ReadOnlySpan_1<T>): ImmutableHashSet_1<T>;
|
|
1081
1061
|
static create<T>(item: T): ImmutableHashSet_1<T>;
|
|
1082
|
-
static create<T>(items: T[]): ImmutableHashSet_1<T>;
|
|
1062
|
+
static create<T>(...items: T[]): ImmutableHashSet_1<T>;
|
|
1083
1063
|
static createBuilder<T>(): ImmutableHashSet_1_Builder<T>;
|
|
1084
1064
|
static createBuilder<T>(equalityComparer: IEqualityComparer_1<T>): ImmutableHashSet_1_Builder<T>;
|
|
1085
1065
|
static createRange<T>(items: IEnumerable_1<T>): ImmutableHashSet_1<T>;
|
|
@@ -1093,25 +1073,25 @@ export abstract class ImmutableHashSet$instance {
|
|
|
1093
1073
|
export type ImmutableHashSet = ImmutableHashSet$instance;
|
|
1094
1074
|
|
|
1095
1075
|
export abstract class ImmutableInterlocked$instance {
|
|
1096
|
-
static addOrUpdate<TKey, TValue>(location:
|
|
1097
|
-
static addOrUpdate<TKey, TValue>(location:
|
|
1098
|
-
static enqueue<T>(location:
|
|
1099
|
-
static getOrAdd<TKey, TValue>(location:
|
|
1100
|
-
static getOrAdd<TKey, TValue, TArg>(location:
|
|
1101
|
-
static getOrAdd<TKey, TValue>(location:
|
|
1102
|
-
static interlockedCompareExchange<T>(location:
|
|
1103
|
-
static interlockedExchange<T>(location:
|
|
1104
|
-
static interlockedInitialize<T>(location:
|
|
1105
|
-
static push<T>(location:
|
|
1106
|
-
static tryAdd<TKey, TValue>(location:
|
|
1107
|
-
static tryDequeue<T>(location:
|
|
1108
|
-
static tryPop<T>(location:
|
|
1109
|
-
static tryRemove<TKey, TValue>(location:
|
|
1110
|
-
static tryUpdate<TKey, TValue>(location:
|
|
1111
|
-
static update<T>(location:
|
|
1112
|
-
static update<T, TArg>(location:
|
|
1113
|
-
static update<T>(location:
|
|
1114
|
-
static update<T, TArg>(location:
|
|
1076
|
+
static addOrUpdate<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, addValueFactory: Func_2<TKey, TValue>, updateValueFactory: Func_3<TKey, TValue, TValue>): TValue;
|
|
1077
|
+
static addOrUpdate<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, addValue: TValue, updateValueFactory: Func_3<TKey, TValue, TValue>): TValue;
|
|
1078
|
+
static enqueue<T>(location: ImmutableQueue_1<T>, value: T): void;
|
|
1079
|
+
static getOrAdd<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, valueFactory: Func_2<TKey, TValue>): TValue;
|
|
1080
|
+
static getOrAdd<TKey, TValue, TArg>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, valueFactory: Func_3<TKey, TArg, TValue>, factoryArgument: TArg): TValue;
|
|
1081
|
+
static getOrAdd<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): TValue;
|
|
1082
|
+
static interlockedCompareExchange<T>(location: ImmutableArray_1<T>, value: ImmutableArray_1<T>, comparand: ImmutableArray_1<T>): ImmutableArray_1<T>;
|
|
1083
|
+
static interlockedExchange<T>(location: ImmutableArray_1<T>, value: ImmutableArray_1<T>): ImmutableArray_1<T>;
|
|
1084
|
+
static interlockedInitialize<T>(location: ImmutableArray_1<T>, value: ImmutableArray_1<T>): boolean;
|
|
1085
|
+
static push<T>(location: ImmutableStack_1<T>, value: T): void;
|
|
1086
|
+
static tryAdd<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
1087
|
+
static tryDequeue<T>(location: ImmutableQueue_1<T>, value: T): boolean;
|
|
1088
|
+
static tryPop<T>(location: ImmutableStack_1<T>, value: T): boolean;
|
|
1089
|
+
static tryRemove<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
1090
|
+
static tryUpdate<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, newValue: TValue, comparisonValue: TValue): boolean;
|
|
1091
|
+
static update<T>(location: ImmutableArray_1<T>, transformer: Func_2<ImmutableArray_1<T>, ImmutableArray_1<T>>): boolean;
|
|
1092
|
+
static update<T, TArg>(location: ImmutableArray_1<T>, transformer: Func_3<ImmutableArray_1<T>, TArg, ImmutableArray_1<T>>, transformerArgument: TArg): boolean;
|
|
1093
|
+
static update<T>(location: T, transformer: Func_2<T, T>): boolean;
|
|
1094
|
+
static update<T, TArg>(location: T, transformer: Func_3<T, TArg, T>, transformerArgument: TArg): boolean;
|
|
1115
1095
|
}
|
|
1116
1096
|
|
|
1117
1097
|
|
|
@@ -1121,7 +1101,7 @@ export abstract class ImmutableList$instance {
|
|
|
1121
1101
|
static create<T>(): ImmutableList_1<T>;
|
|
1122
1102
|
static create<T>(items: ReadOnlySpan_1<T>): ImmutableList_1<T>;
|
|
1123
1103
|
static create<T>(item: T): ImmutableList_1<T>;
|
|
1124
|
-
static create<T>(items: T[]): ImmutableList_1<T>;
|
|
1104
|
+
static create<T>(...items: T[]): ImmutableList_1<T>;
|
|
1125
1105
|
static createBuilder<T>(): ImmutableList_1_Builder<T>;
|
|
1126
1106
|
static createRange<T>(items: IEnumerable_1<T>): ImmutableList_1<T>;
|
|
1127
1107
|
static indexOf<T>(list: IImmutableList_1<T>, item: T, equalityComparer: IEqualityComparer_1<T>): int;
|
|
@@ -1146,9 +1126,9 @@ export abstract class ImmutableQueue$instance {
|
|
|
1146
1126
|
static create<T>(): ImmutableQueue_1<T>;
|
|
1147
1127
|
static create<T>(items: ReadOnlySpan_1<T>): ImmutableQueue_1<T>;
|
|
1148
1128
|
static create<T>(item: T): ImmutableQueue_1<T>;
|
|
1149
|
-
static create<T>(items: T[]): ImmutableQueue_1<T>;
|
|
1129
|
+
static create<T>(...items: T[]): ImmutableQueue_1<T>;
|
|
1150
1130
|
static createRange<T>(items: IEnumerable_1<T>): ImmutableQueue_1<T>;
|
|
1151
|
-
static dequeue<T>(queue: IImmutableQueue_1<T>, value:
|
|
1131
|
+
static dequeue<T>(queue: IImmutableQueue_1<T>, value: T): IImmutableQueue_1<T>;
|
|
1152
1132
|
}
|
|
1153
1133
|
|
|
1154
1134
|
|
|
@@ -1180,11 +1160,11 @@ export abstract class ImmutableSortedSet$instance {
|
|
|
1180
1160
|
static create<T>(): ImmutableSortedSet_1<T>;
|
|
1181
1161
|
static create<T>(comparer: IComparer_1<T>, items: ReadOnlySpan_1<T>): ImmutableSortedSet_1<T>;
|
|
1182
1162
|
static create<T>(comparer: IComparer_1<T>, item: T): ImmutableSortedSet_1<T>;
|
|
1183
|
-
static create<T>(comparer: IComparer_1<T>, items: T[]): ImmutableSortedSet_1<T>;
|
|
1163
|
+
static create<T>(comparer: IComparer_1<T>, ...items: T[]): ImmutableSortedSet_1<T>;
|
|
1184
1164
|
static create<T>(comparer: IComparer_1<T>): ImmutableSortedSet_1<T>;
|
|
1185
1165
|
static create<T>(items: ReadOnlySpan_1<T>): ImmutableSortedSet_1<T>;
|
|
1186
1166
|
static create<T>(item: T): ImmutableSortedSet_1<T>;
|
|
1187
|
-
static create<T>(items: T[]): ImmutableSortedSet_1<T>;
|
|
1167
|
+
static create<T>(...items: T[]): ImmutableSortedSet_1<T>;
|
|
1188
1168
|
static createBuilder<T>(): ImmutableSortedSet_1_Builder<T>;
|
|
1189
1169
|
static createBuilder<T>(comparer: IComparer_1<T>): ImmutableSortedSet_1_Builder<T>;
|
|
1190
1170
|
static createRange<T>(comparer: IComparer_1<T>, items: IEnumerable_1<T>): ImmutableSortedSet_1<T>;
|
|
@@ -1201,9 +1181,9 @@ export abstract class ImmutableStack$instance {
|
|
|
1201
1181
|
static create<T>(): ImmutableStack_1<T>;
|
|
1202
1182
|
static create<T>(items: ReadOnlySpan_1<T>): ImmutableStack_1<T>;
|
|
1203
1183
|
static create<T>(item: T): ImmutableStack_1<T>;
|
|
1204
|
-
static create<T>(items: T[]): ImmutableStack_1<T>;
|
|
1184
|
+
static create<T>(...items: T[]): ImmutableStack_1<T>;
|
|
1205
1185
|
static createRange<T>(items: IEnumerable_1<T>): ImmutableStack_1<T>;
|
|
1206
|
-
static pop<T>(stack: IImmutableStack_1<T>, value:
|
|
1186
|
+
static pop<T>(stack: IImmutableStack_1<T>, value: T): IImmutableStack_1<T>;
|
|
1207
1187
|
}
|
|
1208
1188
|
|
|
1209
1189
|
|