@tsonic/dotnet 0.5.2 → 0.6.0
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 +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -41,82 +41,82 @@ export type CLROf<T> =
|
|
|
41
41
|
T extends string ? System_Internal.String :
|
|
42
42
|
T; // Identity fallback for non-primitive types
|
|
43
43
|
|
|
44
|
-
export interface IImmutableDictionary_2$instance<TKey, TValue> {
|
|
45
|
-
readonly
|
|
46
|
-
readonly
|
|
47
|
-
readonly
|
|
48
|
-
readonly
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
44
|
+
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
|
+
readonly item: TValue;
|
|
46
|
+
readonly keys: IEnumerable_1<TKey>;
|
|
47
|
+
readonly values: IEnumerable_1<TValue>;
|
|
48
|
+
readonly count: int;
|
|
49
|
+
add(key: TKey, value: TValue): IImmutableDictionary_2<TKey, TValue>;
|
|
50
|
+
addRange(pairs: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): IImmutableDictionary_2<TKey, TValue>;
|
|
51
|
+
clear(): IImmutableDictionary_2<TKey, TValue>;
|
|
52
|
+
contains(pair: KeyValuePair_2<TKey, TValue>): boolean;
|
|
53
|
+
containsKey(key: TKey): boolean;
|
|
54
|
+
getEnumerator(): IEnumerator_1<KeyValuePair_2<TKey, TValue>>;
|
|
55
|
+
getEnumerator(): IEnumerator;
|
|
56
|
+
remove(key: TKey): IImmutableDictionary_2<TKey, TValue>;
|
|
57
|
+
tryGetKey(equalKey: TKey, actualKey: { value: ref<TKey> }): boolean;
|
|
58
|
+
tryGetValue(key: TKey, value: { value: ref<TValue> }): boolean;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
export type IImmutableDictionary_2<TKey, TValue> = IImmutableDictionary_2$instance<TKey, TValue>;
|
|
63
63
|
|
|
64
|
-
export interface IImmutableList_1$instance<T> {
|
|
65
|
-
readonly
|
|
66
|
-
readonly
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
64
|
+
export interface IImmutableList_1$instance<T> extends IReadOnlyList_1<T>, IEnumerable_1<T>, IEnumerable, IReadOnlyCollection_1<T> {
|
|
65
|
+
readonly item: T;
|
|
66
|
+
readonly count: int;
|
|
67
|
+
add(value: T): IImmutableList_1<T>;
|
|
68
|
+
addRange(items: IEnumerable_1<T>): IImmutableList_1<T>;
|
|
69
|
+
clear(): IImmutableList_1<T>;
|
|
70
|
+
getEnumerator(): IEnumerator_1<T>;
|
|
71
|
+
getEnumerator(): IEnumerator;
|
|
72
|
+
indexOf(item: T, index: int, count: int, equalityComparer: IEqualityComparer_1<T>): int;
|
|
73
|
+
insert(index: int, element: T): IImmutableList_1<T>;
|
|
74
|
+
insertRange(index: int, items: IEnumerable_1<T>): IImmutableList_1<T>;
|
|
75
|
+
remove(value: T, equalityComparer: IEqualityComparer_1<T>): IImmutableList_1<T>;
|
|
76
|
+
removeAll(match: Predicate_1<T>): IImmutableList_1<T>;
|
|
77
|
+
removeAt(index: int): IImmutableList_1<T>;
|
|
78
|
+
removeRange(items: IEnumerable_1<T>, equalityComparer: IEqualityComparer_1<T>): IImmutableList_1<T>;
|
|
79
|
+
removeRange(index: int, count: int): IImmutableList_1<T>;
|
|
80
|
+
replace(oldValue: T, newValue: T, equalityComparer: IEqualityComparer_1<T>): IImmutableList_1<T>;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
export type IImmutableList_1<T> = IImmutableList_1$instance<T>;
|
|
85
85
|
|
|
86
|
-
export interface IImmutableQueue_1$instance<T> {
|
|
87
|
-
readonly
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
86
|
+
export interface IImmutableQueue_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
|
|
87
|
+
readonly isEmpty: boolean;
|
|
88
|
+
clear(): IImmutableQueue_1<T>;
|
|
89
|
+
enqueue(value: T): IImmutableQueue_1<T>;
|
|
90
|
+
getEnumerator(): IEnumerator_1<T>;
|
|
91
|
+
getEnumerator(): IEnumerator;
|
|
92
|
+
peek(): T;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
export type IImmutableQueue_1<T> = IImmutableQueue_1$instance<T>;
|
|
97
97
|
|
|
98
|
-
export interface IImmutableSet_1$instance<T> {
|
|
99
|
-
readonly
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
98
|
+
export interface IImmutableSet_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
99
|
+
readonly count: int;
|
|
100
|
+
add(value: T): IImmutableSet_1<T>;
|
|
101
|
+
clear(): IImmutableSet_1<T>;
|
|
102
|
+
contains(value: T): boolean;
|
|
103
|
+
getEnumerator(): IEnumerator_1<T>;
|
|
104
|
+
getEnumerator(): IEnumerator;
|
|
105
|
+
intersect(other: IEnumerable_1<T>): IImmutableSet_1<T>;
|
|
106
|
+
setEquals(other: IEnumerable_1<T>): boolean;
|
|
107
|
+
tryGetValue(equalValue: T, actualValue: { value: ref<T> }): boolean;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
|
|
111
111
|
export type IImmutableSet_1<T> = IImmutableSet_1$instance<T>;
|
|
112
112
|
|
|
113
|
-
export interface IImmutableStack_1$instance<T> {
|
|
114
|
-
readonly
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
113
|
+
export interface IImmutableStack_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
|
|
114
|
+
readonly isEmpty: boolean;
|
|
115
|
+
clear(): IImmutableStack_1<T>;
|
|
116
|
+
getEnumerator(): IEnumerator_1<T>;
|
|
117
|
+
getEnumerator(): IEnumerator;
|
|
118
|
+
peek(): T;
|
|
119
|
+
push(value: T): IImmutableStack_1<T>;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
|
|
@@ -149,7 +149,7 @@ export class ImmutableArray_1$instance<T> {
|
|
|
149
149
|
copyTo(destination: T[]): void;
|
|
150
150
|
copyTo(destination: T[], destinationIndex: int): void;
|
|
151
151
|
copyTo(sourceIndex: int, destination: T[], destinationIndex: int, length: int): void;
|
|
152
|
-
equals(obj:
|
|
152
|
+
equals(obj: unknown): boolean;
|
|
153
153
|
equals(other: ImmutableArray_1<T>): boolean;
|
|
154
154
|
getEnumerator(): ImmutableArray_1_Enumerator<T>;
|
|
155
155
|
getHashCode(): int;
|
|
@@ -190,27 +190,29 @@ export class ImmutableArray_1$instance<T> {
|
|
|
190
190
|
sort(index: int, count: int, comparer: IComparer_1<T>): ImmutableArray_1<T>;
|
|
191
191
|
toBuilder(): ImmutableArray_1_Builder<T>;
|
|
192
192
|
static readonly empty: unknown;
|
|
193
|
-
static
|
|
193
|
+
static castUp<T, TDerived extends T>(items: ImmutableArray_1<TDerived>): ImmutableArray_1<T>;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
|
|
197
197
|
export interface __ImmutableArray_1$views<T> {
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
198
|
+
As_IImmutableList_1(): IImmutableList_1$instance<T>;
|
|
199
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
200
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
201
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
|
|
202
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
203
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
204
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
205
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
206
|
+
As_IStructuralComparable(): System_Collections_Internal.IStructuralComparable$instance;
|
|
207
|
+
As_IStructuralEquatable(): System_Collections_Internal.IStructuralEquatable$instance;
|
|
208
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ImmutableArray_1<T>>;
|
|
209
209
|
|
|
210
210
|
// Structural method bridges for numeric interface constraints
|
|
211
211
|
Equals(other: ImmutableArray_1<T>): boolean;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
+
export interface ImmutableArray_1$instance<T> extends System_Collections_Internal.IStructuralComparable$instance {}
|
|
215
|
+
|
|
214
216
|
export type ImmutableArray_1<T> = ImmutableArray_1$instance<T> & __ImmutableArray_1$views<T>;
|
|
215
217
|
|
|
216
218
|
|
|
@@ -222,7 +224,7 @@ export class ImmutableArray_1_Enumerator$instance<T> {
|
|
|
222
224
|
|
|
223
225
|
export type ImmutableArray_1_Enumerator<T> = ImmutableArray_1_Enumerator$instance<T>;
|
|
224
226
|
|
|
225
|
-
export class ImmutableDictionary_2_Enumerator$instance<TKey, TValue> {
|
|
227
|
+
export class ImmutableDictionary_2_Enumerator$instance<TKey, TValue> implements IDisposable {
|
|
226
228
|
readonly current: KeyValuePair_2<TKey, TValue>;
|
|
227
229
|
dispose(): void;
|
|
228
230
|
moveNext(): boolean;
|
|
@@ -231,14 +233,14 @@ export class ImmutableDictionary_2_Enumerator$instance<TKey, TValue> {
|
|
|
231
233
|
|
|
232
234
|
|
|
233
235
|
export interface __ImmutableDictionary_2_Enumerator$views<TKey, TValue> {
|
|
234
|
-
|
|
235
|
-
|
|
236
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
237
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
236
238
|
}
|
|
237
239
|
|
|
238
240
|
export type ImmutableDictionary_2_Enumerator<TKey, TValue> = ImmutableDictionary_2_Enumerator$instance<TKey, TValue> & __ImmutableDictionary_2_Enumerator$views<TKey, TValue>;
|
|
239
241
|
|
|
240
242
|
|
|
241
|
-
export class ImmutableHashSet_1_Enumerator$instance<T> {
|
|
243
|
+
export class ImmutableHashSet_1_Enumerator$instance<T> implements IDisposable {
|
|
242
244
|
readonly current: T;
|
|
243
245
|
dispose(): void;
|
|
244
246
|
moveNext(): boolean;
|
|
@@ -247,14 +249,14 @@ export class ImmutableHashSet_1_Enumerator$instance<T> {
|
|
|
247
249
|
|
|
248
250
|
|
|
249
251
|
export interface __ImmutableHashSet_1_Enumerator$views<T> {
|
|
250
|
-
|
|
251
|
-
|
|
252
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<T>;
|
|
253
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
252
254
|
}
|
|
253
255
|
|
|
254
256
|
export type ImmutableHashSet_1_Enumerator<T> = ImmutableHashSet_1_Enumerator$instance<T> & __ImmutableHashSet_1_Enumerator$views<T>;
|
|
255
257
|
|
|
256
258
|
|
|
257
|
-
export class ImmutableList_1_Enumerator$instance<T> {
|
|
259
|
+
export class ImmutableList_1_Enumerator$instance<T> implements IDisposable {
|
|
258
260
|
readonly current: T;
|
|
259
261
|
dispose(): void;
|
|
260
262
|
moveNext(): boolean;
|
|
@@ -263,8 +265,8 @@ export class ImmutableList_1_Enumerator$instance<T> {
|
|
|
263
265
|
|
|
264
266
|
|
|
265
267
|
export interface __ImmutableList_1_Enumerator$views<T> {
|
|
266
|
-
|
|
267
|
-
|
|
268
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<T>;
|
|
269
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
268
270
|
}
|
|
269
271
|
|
|
270
272
|
export type ImmutableList_1_Enumerator<T> = ImmutableList_1_Enumerator$instance<T> & __ImmutableList_1_Enumerator$views<T>;
|
|
@@ -278,7 +280,7 @@ export class ImmutableQueue_1_Enumerator$instance<T> {
|
|
|
278
280
|
|
|
279
281
|
export type ImmutableQueue_1_Enumerator<T> = ImmutableQueue_1_Enumerator$instance<T>;
|
|
280
282
|
|
|
281
|
-
export class ImmutableSortedDictionary_2_Enumerator$instance<TKey, TValue> {
|
|
283
|
+
export class ImmutableSortedDictionary_2_Enumerator$instance<TKey, TValue> implements IDisposable {
|
|
282
284
|
readonly current: KeyValuePair_2<TKey, TValue>;
|
|
283
285
|
dispose(): void;
|
|
284
286
|
moveNext(): boolean;
|
|
@@ -287,14 +289,14 @@ export class ImmutableSortedDictionary_2_Enumerator$instance<TKey, TValue> {
|
|
|
287
289
|
|
|
288
290
|
|
|
289
291
|
export interface __ImmutableSortedDictionary_2_Enumerator$views<TKey, TValue> {
|
|
290
|
-
|
|
291
|
-
|
|
292
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
293
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
292
294
|
}
|
|
293
295
|
|
|
294
296
|
export type ImmutableSortedDictionary_2_Enumerator<TKey, TValue> = ImmutableSortedDictionary_2_Enumerator$instance<TKey, TValue> & __ImmutableSortedDictionary_2_Enumerator$views<TKey, TValue>;
|
|
295
297
|
|
|
296
298
|
|
|
297
|
-
export class ImmutableSortedSet_1_Enumerator$instance<T> {
|
|
299
|
+
export class ImmutableSortedSet_1_Enumerator$instance<T> implements IDisposable {
|
|
298
300
|
readonly current: T;
|
|
299
301
|
dispose(): void;
|
|
300
302
|
moveNext(): boolean;
|
|
@@ -303,8 +305,8 @@ export class ImmutableSortedSet_1_Enumerator$instance<T> {
|
|
|
303
305
|
|
|
304
306
|
|
|
305
307
|
export interface __ImmutableSortedSet_1_Enumerator$views<T> {
|
|
306
|
-
|
|
307
|
-
|
|
308
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<T>;
|
|
309
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
308
310
|
}
|
|
309
311
|
|
|
310
312
|
export type ImmutableSortedSet_1_Enumerator<T> = ImmutableSortedSet_1_Enumerator$instance<T> & __ImmutableSortedSet_1_Enumerator$views<T>;
|
|
@@ -373,11 +375,11 @@ export class ImmutableArray_1_Builder$instance<T> {
|
|
|
373
375
|
|
|
374
376
|
|
|
375
377
|
export interface __ImmutableArray_1_Builder$views<T> {
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
378
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
379
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
380
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
|
|
381
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
382
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
381
383
|
}
|
|
382
384
|
|
|
383
385
|
export type ImmutableArray_1_Builder<T> = ImmutableArray_1_Builder$instance<T> & __ImmutableArray_1_Builder$views<T>;
|
|
@@ -412,15 +414,15 @@ export class ImmutableDictionary_2$instance<TKey, TValue> {
|
|
|
412
414
|
|
|
413
415
|
|
|
414
416
|
export interface __ImmutableDictionary_2$views<TKey, TValue> {
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
417
|
+
As_IImmutableDictionary_2(): IImmutableDictionary_2$instance<TKey, TValue>;
|
|
418
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
419
|
+
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<TKey, TValue>;
|
|
420
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
421
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
422
|
+
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
423
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
424
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
425
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
424
426
|
}
|
|
425
427
|
|
|
426
428
|
export type ImmutableDictionary_2<TKey, TValue> = ImmutableDictionary_2$instance<TKey, TValue> & __ImmutableDictionary_2$views<TKey, TValue>;
|
|
@@ -453,14 +455,14 @@ export class ImmutableDictionary_2_Builder$instance<TKey, TValue> {
|
|
|
453
455
|
|
|
454
456
|
|
|
455
457
|
export interface __ImmutableDictionary_2_Builder$views<TKey, TValue> {
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
458
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
459
|
+
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<TKey, TValue>;
|
|
460
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
461
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
462
|
+
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
463
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
464
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
465
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
464
466
|
}
|
|
465
467
|
|
|
466
468
|
export type ImmutableDictionary_2_Builder<TKey, TValue> = ImmutableDictionary_2_Builder$instance<TKey, TValue> & __ImmutableDictionary_2_Builder$views<TKey, TValue>;
|
|
@@ -493,14 +495,14 @@ export class ImmutableHashSet_1$instance<T> {
|
|
|
493
495
|
|
|
494
496
|
|
|
495
497
|
export interface __ImmutableHashSet_1$views<T> {
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
498
|
+
As_IImmutableSet_1(): IImmutableSet_1$instance<T>;
|
|
499
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
500
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
501
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
502
|
+
As_IReadOnlySet_1(): System_Collections_Generic_Internal.IReadOnlySet_1$instance<T>;
|
|
503
|
+
As_ISet_1(): System_Collections_Generic_Internal.ISet_1$instance<T>;
|
|
504
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
505
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
504
506
|
}
|
|
505
507
|
|
|
506
508
|
export type ImmutableHashSet_1<T> = ImmutableHashSet_1$instance<T> & __ImmutableHashSet_1$views<T>;
|
|
@@ -530,11 +532,11 @@ export class ImmutableHashSet_1_Builder$instance<T> {
|
|
|
530
532
|
|
|
531
533
|
|
|
532
534
|
export interface __ImmutableHashSet_1_Builder$views<T> {
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
535
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
536
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
537
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
538
|
+
As_ISet_1(): System_Collections_Generic_Internal.ISet_1$instance<T>;
|
|
539
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
538
540
|
}
|
|
539
541
|
|
|
540
542
|
export type ImmutableHashSet_1_Builder<T> = ImmutableHashSet_1_Builder$instance<T> & __ImmutableHashSet_1_Builder$views<T>;
|
|
@@ -597,14 +599,14 @@ export class ImmutableList_1$instance<T> {
|
|
|
597
599
|
|
|
598
600
|
|
|
599
601
|
export interface __ImmutableList_1$views<T> {
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
602
|
+
As_IImmutableList_1(): IImmutableList_1$instance<T>;
|
|
603
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
604
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
605
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
|
|
606
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
607
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
608
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
609
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
608
610
|
}
|
|
609
611
|
|
|
610
612
|
export type ImmutableList_1<T> = ImmutableList_1$instance<T> & __ImmutableList_1$views<T>;
|
|
@@ -669,13 +671,13 @@ export class ImmutableList_1_Builder$instance<T> {
|
|
|
669
671
|
|
|
670
672
|
|
|
671
673
|
export interface __ImmutableList_1_Builder$views<T> {
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
674
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
675
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
676
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
|
|
677
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
678
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
679
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
680
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
679
681
|
}
|
|
680
682
|
|
|
681
683
|
export type ImmutableList_1_Builder<T> = ImmutableList_1_Builder$instance<T> & __ImmutableList_1_Builder$views<T>;
|
|
@@ -690,14 +692,14 @@ export class ImmutableQueue_1$instance<T> {
|
|
|
690
692
|
getEnumerator(): ImmutableQueue_1_Enumerator<T>;
|
|
691
693
|
peek(): T;
|
|
692
694
|
peekRef(): ref<T>;
|
|
693
|
-
static readonly
|
|
695
|
+
static readonly empty: unknown;
|
|
694
696
|
}
|
|
695
697
|
|
|
696
698
|
|
|
697
699
|
export interface __ImmutableQueue_1$views<T> {
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
700
|
+
As_IImmutableQueue_1(): IImmutableQueue_1$instance<T>;
|
|
701
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
702
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
701
703
|
}
|
|
702
704
|
|
|
703
705
|
export type ImmutableQueue_1<T> = ImmutableQueue_1$instance<T> & __ImmutableQueue_1$views<T>;
|
|
@@ -733,15 +735,15 @@ export class ImmutableSortedDictionary_2$instance<TKey, TValue> {
|
|
|
733
735
|
|
|
734
736
|
|
|
735
737
|
export interface __ImmutableSortedDictionary_2$views<TKey, TValue> {
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
738
|
+
As_IImmutableDictionary_2(): IImmutableDictionary_2$instance<TKey, TValue>;
|
|
739
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
740
|
+
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<TKey, TValue>;
|
|
741
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
742
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
743
|
+
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
744
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
745
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
746
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
745
747
|
}
|
|
746
748
|
|
|
747
749
|
export type ImmutableSortedDictionary_2<TKey, TValue> = ImmutableSortedDictionary_2$instance<TKey, TValue> & __ImmutableSortedDictionary_2$views<TKey, TValue>;
|
|
@@ -775,14 +777,14 @@ export class ImmutableSortedDictionary_2_Builder$instance<TKey, TValue> {
|
|
|
775
777
|
|
|
776
778
|
|
|
777
779
|
export interface __ImmutableSortedDictionary_2_Builder$views<TKey, TValue> {
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
780
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
781
|
+
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<TKey, TValue>;
|
|
782
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
783
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
784
|
+
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
785
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
786
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
787
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
786
788
|
}
|
|
787
789
|
|
|
788
790
|
export type ImmutableSortedDictionary_2_Builder<TKey, TValue> = ImmutableSortedDictionary_2_Builder$instance<TKey, TValue> & __ImmutableSortedDictionary_2_Builder$views<TKey, TValue>;
|
|
@@ -821,16 +823,16 @@ export class ImmutableSortedSet_1$instance<T> {
|
|
|
821
823
|
|
|
822
824
|
|
|
823
825
|
export interface __ImmutableSortedSet_1$views<T> {
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
826
|
+
As_IImmutableSet_1(): IImmutableSet_1$instance<T>;
|
|
827
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
828
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
829
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
|
|
830
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
831
|
+
As_IReadOnlySet_1(): System_Collections_Generic_Internal.IReadOnlySet_1$instance<T>;
|
|
832
|
+
As_ISet_1(): System_Collections_Generic_Internal.ISet_1$instance<T>;
|
|
833
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
834
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
835
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
834
836
|
}
|
|
835
837
|
|
|
836
838
|
export type ImmutableSortedSet_1<T> = ImmutableSortedSet_1$instance<T> & __ImmutableSortedSet_1$views<T>;
|
|
@@ -866,12 +868,12 @@ export class ImmutableSortedSet_1_Builder$instance<T> {
|
|
|
866
868
|
|
|
867
869
|
|
|
868
870
|
export interface __ImmutableSortedSet_1_Builder$views<T> {
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
871
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
872
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
873
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
874
|
+
As_ISet_1(): System_Collections_Generic_Internal.ISet_1$instance<T>;
|
|
875
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
876
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
875
877
|
}
|
|
876
878
|
|
|
877
879
|
export type ImmutableSortedSet_1_Builder<T> = ImmutableSortedSet_1_Builder$instance<T> & __ImmutableSortedSet_1_Builder$views<T>;
|
|
@@ -886,212 +888,212 @@ export class ImmutableStack_1$instance<T> {
|
|
|
886
888
|
pop(): ImmutableStack_1<T>;
|
|
887
889
|
pop(value: { value: ref<T> }): ImmutableStack_1<T>;
|
|
888
890
|
push(value: T): ImmutableStack_1<T>;
|
|
889
|
-
static readonly
|
|
891
|
+
static readonly empty: unknown;
|
|
890
892
|
}
|
|
891
893
|
|
|
892
894
|
|
|
893
895
|
export interface __ImmutableStack_1$views<T> {
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
896
|
+
As_IImmutableStack_1(): IImmutableStack_1$instance<T>;
|
|
897
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
898
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
897
899
|
}
|
|
898
900
|
|
|
899
901
|
export type ImmutableStack_1<T> = ImmutableStack_1$instance<T> & __ImmutableStack_1$views<T>;
|
|
900
902
|
|
|
901
903
|
|
|
902
904
|
export abstract class ImmutableArray$instance {
|
|
903
|
-
static
|
|
904
|
-
static
|
|
905
|
-
static
|
|
906
|
-
static
|
|
907
|
-
static
|
|
908
|
-
static
|
|
909
|
-
static
|
|
910
|
-
static
|
|
911
|
-
static
|
|
912
|
-
static
|
|
913
|
-
static
|
|
914
|
-
static
|
|
915
|
-
static
|
|
916
|
-
static
|
|
917
|
-
static
|
|
918
|
-
static
|
|
919
|
-
static
|
|
920
|
-
static
|
|
921
|
-
static
|
|
922
|
-
static
|
|
923
|
-
static
|
|
924
|
-
static
|
|
925
|
-
static
|
|
926
|
-
static
|
|
927
|
-
static
|
|
905
|
+
static binarySearch4<T>(array: ImmutableArray_1<T>, index: int, length: int, value: T, comparer: IComparer_1<T>): int;
|
|
906
|
+
static binarySearch4<T>(array: ImmutableArray_1<T>, index: int, length: int, value: T): int;
|
|
907
|
+
static binarySearch4<T>(array: ImmutableArray_1<T>, value: T, comparer: IComparer_1<T>): int;
|
|
908
|
+
static binarySearch4<T>(array: ImmutableArray_1<T>, value: T): int;
|
|
909
|
+
static create<T>(): ImmutableArray_1<T>;
|
|
910
|
+
static create<T>(items: ImmutableArray_1<T>, start: int, length: int): ImmutableArray_1<T>;
|
|
911
|
+
static create<T>(items: ReadOnlySpan_1<T>): ImmutableArray_1<T>;
|
|
912
|
+
static create<T>(items: Span_1<T>): ImmutableArray_1<T>;
|
|
913
|
+
static create<T>(item1: T, item2: T, item3: T, item4: T): ImmutableArray_1<T>;
|
|
914
|
+
static create<T>(item1: T, item2: T, item3: T): ImmutableArray_1<T>;
|
|
915
|
+
static create<T>(item1: T, item2: T): ImmutableArray_1<T>;
|
|
916
|
+
static create<T>(item: T): ImmutableArray_1<T>;
|
|
917
|
+
static create<T>(items: T[], start: int, length: int): ImmutableArray_1<T>;
|
|
918
|
+
static create<T>(items: T[]): ImmutableArray_1<T>;
|
|
919
|
+
static createBuilder<T>(): ImmutableArray_1_Builder<T>;
|
|
920
|
+
static createBuilder<T>(initialCapacity: int): ImmutableArray_1_Builder<T>;
|
|
921
|
+
static createRange<T>(items: IEnumerable_1<T>): ImmutableArray_1<T>;
|
|
922
|
+
static createRange<TSource, TResult>(items: ImmutableArray_1<TSource>, selector: Func_2<TSource, TResult>): ImmutableArray_1<TResult>;
|
|
923
|
+
static createRange<TSource, TArg, TResult>(items: ImmutableArray_1<TSource>, selector: Func_3<TSource, TArg, TResult>, arg: TArg): ImmutableArray_1<TResult>;
|
|
924
|
+
static createRange<TSource, TResult>(items: ImmutableArray_1<TSource>, start: int, length: int, selector: Func_2<TSource, TResult>): ImmutableArray_1<TResult>;
|
|
925
|
+
static createRange<TSource, TArg, TResult>(items: ImmutableArray_1<TSource>, start: int, length: int, selector: Func_3<TSource, TArg, TResult>, arg: TArg): ImmutableArray_1<TResult>;
|
|
926
|
+
static toImmutableArray4<TSource>(builder: ImmutableArray_1_Builder<TSource>): ImmutableArray_1<TSource>;
|
|
927
|
+
static toImmutableArray4<TSource>(items: IEnumerable_1<TSource>): ImmutableArray_1<TSource>;
|
|
928
|
+
static toImmutableArray4<T>(items: ReadOnlySpan_1<T>): ImmutableArray_1<T>;
|
|
929
|
+
static toImmutableArray4<T>(items: Span_1<T>): ImmutableArray_1<T>;
|
|
928
930
|
}
|
|
929
931
|
|
|
930
932
|
|
|
931
933
|
export type ImmutableArray = ImmutableArray$instance;
|
|
932
934
|
|
|
933
935
|
export abstract class ImmutableDictionary$instance {
|
|
934
|
-
static
|
|
935
|
-
static
|
|
936
|
-
static
|
|
937
|
-
static
|
|
938
|
-
static
|
|
939
|
-
static
|
|
940
|
-
static
|
|
941
|
-
static
|
|
942
|
-
static
|
|
943
|
-
static
|
|
944
|
-
static
|
|
945
|
-
static
|
|
946
|
-
static
|
|
947
|
-
static
|
|
948
|
-
static
|
|
949
|
-
static
|
|
950
|
-
static
|
|
951
|
-
static
|
|
952
|
-
static
|
|
953
|
-
static
|
|
954
|
-
static
|
|
955
|
-
static
|
|
956
|
-
static
|
|
936
|
+
static contains<TKey, TValue>(map: IImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
937
|
+
static create<TKey, TValue>(): ImmutableDictionary_2<TKey, TValue>;
|
|
938
|
+
static create<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey>, valueComparer: IEqualityComparer_1<TValue>): ImmutableDictionary_2<TKey, TValue>;
|
|
939
|
+
static create<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey>): ImmutableDictionary_2<TKey, TValue>;
|
|
940
|
+
static createBuilder<TKey, TValue>(): ImmutableDictionary_2_Builder<TKey, TValue>;
|
|
941
|
+
static createBuilder<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey>, valueComparer: IEqualityComparer_1<TValue>): ImmutableDictionary_2_Builder<TKey, TValue>;
|
|
942
|
+
static createBuilder<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey>): ImmutableDictionary_2_Builder<TKey, TValue>;
|
|
943
|
+
static createRange<TKey, TValue>(items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
944
|
+
static createRange<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey>, items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
945
|
+
static createRange<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey>, valueComparer: IEqualityComparer_1<TValue>, items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
946
|
+
static createRangeWithOverwrite2<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey>, items: ReadOnlySpan_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
947
|
+
static createRangeWithOverwrite2<TKey, TValue>(items: ReadOnlySpan_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
948
|
+
static getValueOrDefault2<TKey, TValue>(dictionary: IImmutableDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): TValue;
|
|
949
|
+
static getValueOrDefault2<TKey, TValue>(dictionary: IImmutableDictionary_2<TKey, TValue>, key: TKey): TValue;
|
|
950
|
+
static toImmutableDictionary2<TKey, TValue>(builder: ImmutableDictionary_2_Builder<TKey, TValue>): ImmutableDictionary_2<TKey, TValue>;
|
|
951
|
+
static toImmutableDictionary2<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IEqualityComparer_1<TKey>, valueComparer: IEqualityComparer_1<TValue>): ImmutableDictionary_2<TKey, TValue>;
|
|
952
|
+
static toImmutableDictionary2<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IEqualityComparer_1<TKey>): ImmutableDictionary_2<TKey, TValue>;
|
|
953
|
+
static toImmutableDictionary2<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>): ImmutableDictionary_2<TKey, TValue>;
|
|
954
|
+
static toImmutableDictionary2<TSource, TKey>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, keyComparer: IEqualityComparer_1<TKey>): ImmutableDictionary_2<TKey, TSource>;
|
|
955
|
+
static toImmutableDictionary2<TSource, TKey>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>): ImmutableDictionary_2<TKey, TSource>;
|
|
956
|
+
static toImmutableDictionary2<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, keyComparer: IEqualityComparer_1<TKey>, valueComparer: IEqualityComparer_1<TValue>): ImmutableDictionary_2<TKey, TValue>;
|
|
957
|
+
static toImmutableDictionary2<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, keyComparer: IEqualityComparer_1<TKey>): ImmutableDictionary_2<TKey, TValue>;
|
|
958
|
+
static toImmutableDictionary2<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
957
959
|
}
|
|
958
960
|
|
|
959
961
|
|
|
960
962
|
export type ImmutableDictionary = ImmutableDictionary$instance;
|
|
961
963
|
|
|
962
964
|
export abstract class ImmutableHashSet$instance {
|
|
963
|
-
static
|
|
964
|
-
static
|
|
965
|
-
static
|
|
966
|
-
static
|
|
967
|
-
static
|
|
968
|
-
static
|
|
969
|
-
static
|
|
970
|
-
static
|
|
971
|
-
static
|
|
972
|
-
static
|
|
973
|
-
static
|
|
974
|
-
static
|
|
975
|
-
static
|
|
976
|
-
static
|
|
977
|
-
static
|
|
965
|
+
static create<T>(): ImmutableHashSet_1<T>;
|
|
966
|
+
static create<T>(equalityComparer: IEqualityComparer_1<T>, items: ReadOnlySpan_1<T>): ImmutableHashSet_1<T>;
|
|
967
|
+
static create<T>(equalityComparer: IEqualityComparer_1<T>, item: T): ImmutableHashSet_1<T>;
|
|
968
|
+
static create<T>(equalityComparer: IEqualityComparer_1<T>, items: T[]): ImmutableHashSet_1<T>;
|
|
969
|
+
static create<T>(equalityComparer: IEqualityComparer_1<T>): ImmutableHashSet_1<T>;
|
|
970
|
+
static create<T>(items: ReadOnlySpan_1<T>): ImmutableHashSet_1<T>;
|
|
971
|
+
static create<T>(item: T): ImmutableHashSet_1<T>;
|
|
972
|
+
static create<T>(items: T[]): ImmutableHashSet_1<T>;
|
|
973
|
+
static createBuilder<T>(): ImmutableHashSet_1_Builder<T>;
|
|
974
|
+
static createBuilder<T>(equalityComparer: IEqualityComparer_1<T>): ImmutableHashSet_1_Builder<T>;
|
|
975
|
+
static createRange<T>(items: IEnumerable_1<T>): ImmutableHashSet_1<T>;
|
|
976
|
+
static createRange<T>(equalityComparer: IEqualityComparer_1<T>, items: IEnumerable_1<T>): ImmutableHashSet_1<T>;
|
|
977
|
+
static toImmutableHashSet2<TSource>(builder: ImmutableHashSet_1_Builder<TSource>): ImmutableHashSet_1<TSource>;
|
|
978
|
+
static toImmutableHashSet2<TSource>(source: IEnumerable_1<TSource>, equalityComparer: IEqualityComparer_1<TSource>): ImmutableHashSet_1<TSource>;
|
|
979
|
+
static toImmutableHashSet2<TSource>(source: IEnumerable_1<TSource>): ImmutableHashSet_1<TSource>;
|
|
978
980
|
}
|
|
979
981
|
|
|
980
982
|
|
|
981
983
|
export type ImmutableHashSet = ImmutableHashSet$instance;
|
|
982
984
|
|
|
983
985
|
export abstract class ImmutableInterlocked$instance {
|
|
984
|
-
static
|
|
985
|
-
static
|
|
986
|
-
static
|
|
987
|
-
static
|
|
988
|
-
static
|
|
989
|
-
static
|
|
990
|
-
static
|
|
991
|
-
static
|
|
992
|
-
static
|
|
993
|
-
static
|
|
994
|
-
static
|
|
995
|
-
static
|
|
996
|
-
static
|
|
997
|
-
static
|
|
998
|
-
static
|
|
999
|
-
static
|
|
1000
|
-
static
|
|
1001
|
-
static
|
|
1002
|
-
static
|
|
986
|
+
static addOrUpdate<TKey, TValue>(location: { value: ref<ImmutableDictionary_2<TKey, TValue>> }, key: TKey, addValueFactory: Func_2<TKey, TValue>, updateValueFactory: Func_3<TKey, TValue, TValue>): TValue;
|
|
987
|
+
static addOrUpdate<TKey, TValue>(location: { value: ref<ImmutableDictionary_2<TKey, TValue>> }, key: TKey, addValue: TValue, updateValueFactory: Func_3<TKey, TValue, TValue>): TValue;
|
|
988
|
+
static enqueue<T>(location: { value: ref<ImmutableQueue_1<T>> }, value: T): void;
|
|
989
|
+
static getOrAdd2<TKey, TValue>(location: { value: ref<ImmutableDictionary_2<TKey, TValue>> }, key: TKey, valueFactory: Func_2<TKey, TValue>): TValue;
|
|
990
|
+
static getOrAdd2<TKey, TValue, TArg>(location: { value: ref<ImmutableDictionary_2<TKey, TValue>> }, key: TKey, valueFactory: Func_3<TKey, TArg, TValue>, factoryArgument: TArg): TValue;
|
|
991
|
+
static getOrAdd2<TKey, TValue>(location: { value: ref<ImmutableDictionary_2<TKey, TValue>> }, key: TKey, value: TValue): TValue;
|
|
992
|
+
static interlockedCompareExchange<T>(location: { value: ref<ImmutableArray_1<T>> }, value: ImmutableArray_1<T>, comparand: ImmutableArray_1<T>): ImmutableArray_1<T>;
|
|
993
|
+
static interlockedExchange<T>(location: { value: ref<ImmutableArray_1<T>> }, value: ImmutableArray_1<T>): ImmutableArray_1<T>;
|
|
994
|
+
static interlockedInitialize<T>(location: { value: ref<ImmutableArray_1<T>> }, value: ImmutableArray_1<T>): boolean;
|
|
995
|
+
static push<T>(location: { value: ref<ImmutableStack_1<T>> }, value: T): void;
|
|
996
|
+
static tryAdd<TKey, TValue>(location: { value: ref<ImmutableDictionary_2<TKey, TValue>> }, key: TKey, value: TValue): boolean;
|
|
997
|
+
static tryDequeue<T>(location: { value: ref<ImmutableQueue_1<T>> }, value: { value: ref<T> }): boolean;
|
|
998
|
+
static tryPop<T>(location: { value: ref<ImmutableStack_1<T>> }, value: { value: ref<T> }): boolean;
|
|
999
|
+
static tryRemove<TKey, TValue>(location: { value: ref<ImmutableDictionary_2<TKey, TValue>> }, key: TKey, value: { value: ref<TValue> }): boolean;
|
|
1000
|
+
static tryUpdate<TKey, TValue>(location: { value: ref<ImmutableDictionary_2<TKey, TValue>> }, key: TKey, newValue: TValue, comparisonValue: TValue): boolean;
|
|
1001
|
+
static update3<T>(location: { value: ref<ImmutableArray_1<T>> }, transformer: Func_2<ImmutableArray_1<T>, ImmutableArray_1<T>>): boolean;
|
|
1002
|
+
static update3<T, TArg>(location: { value: ref<ImmutableArray_1<T>> }, transformer: Func_3<ImmutableArray_1<T>, TArg, ImmutableArray_1<T>>, transformerArgument: TArg): boolean;
|
|
1003
|
+
static update3<T>(location: { value: ref<T> }, transformer: Func_2<T, T>): boolean;
|
|
1004
|
+
static update3<T, TArg>(location: { value: ref<T> }, transformer: Func_3<T, TArg, T>, transformerArgument: TArg): boolean;
|
|
1003
1005
|
}
|
|
1004
1006
|
|
|
1005
1007
|
|
|
1006
1008
|
export type ImmutableInterlocked = ImmutableInterlocked$instance;
|
|
1007
1009
|
|
|
1008
1010
|
export abstract class ImmutableList$instance {
|
|
1009
|
-
static
|
|
1010
|
-
static
|
|
1011
|
-
static
|
|
1012
|
-
static
|
|
1013
|
-
static
|
|
1014
|
-
static
|
|
1015
|
-
static
|
|
1016
|
-
static
|
|
1017
|
-
static
|
|
1018
|
-
static
|
|
1019
|
-
static
|
|
1020
|
-
static
|
|
1021
|
-
static
|
|
1022
|
-
static
|
|
1023
|
-
static
|
|
1024
|
-
static
|
|
1025
|
-
static
|
|
1026
|
-
static
|
|
1027
|
-
static
|
|
1011
|
+
static create<T>(): ImmutableList_1<T>;
|
|
1012
|
+
static create<T>(items: ReadOnlySpan_1<T>): ImmutableList_1<T>;
|
|
1013
|
+
static create<T>(item: T): ImmutableList_1<T>;
|
|
1014
|
+
static create<T>(items: T[]): ImmutableList_1<T>;
|
|
1015
|
+
static createBuilder<T>(): ImmutableList_1_Builder<T>;
|
|
1016
|
+
static createRange<T>(items: IEnumerable_1<T>): ImmutableList_1<T>;
|
|
1017
|
+
static indexOf2<T>(list: IImmutableList_1<T>, item: T, equalityComparer: IEqualityComparer_1<T>): int;
|
|
1018
|
+
static indexOf2<T>(list: IImmutableList_1<T>, item: T, startIndex: int, count: int): int;
|
|
1019
|
+
static indexOf2<T>(list: IImmutableList_1<T>, item: T, startIndex: int): int;
|
|
1020
|
+
static indexOf2<T>(list: IImmutableList_1<T>, item: T): int;
|
|
1021
|
+
static lastIndexOf2<T>(list: IImmutableList_1<T>, item: T, equalityComparer: IEqualityComparer_1<T>): int;
|
|
1022
|
+
static lastIndexOf2<T>(list: IImmutableList_1<T>, item: T, startIndex: int, count: int): int;
|
|
1023
|
+
static lastIndexOf2<T>(list: IImmutableList_1<T>, item: T, startIndex: int): int;
|
|
1024
|
+
static lastIndexOf2<T>(list: IImmutableList_1<T>, item: T): int;
|
|
1025
|
+
static remove<T>(list: IImmutableList_1<T>, value: T): IImmutableList_1<T>;
|
|
1026
|
+
static removeRange<T>(list: IImmutableList_1<T>, items: IEnumerable_1<T>): IImmutableList_1<T>;
|
|
1027
|
+
static replace<T>(list: IImmutableList_1<T>, oldValue: T, newValue: T): IImmutableList_1<T>;
|
|
1028
|
+
static toImmutableList2<TSource>(builder: ImmutableList_1_Builder<TSource>): ImmutableList_1<TSource>;
|
|
1029
|
+
static toImmutableList2<TSource>(source: IEnumerable_1<TSource>): ImmutableList_1<TSource>;
|
|
1028
1030
|
}
|
|
1029
1031
|
|
|
1030
1032
|
|
|
1031
1033
|
export type ImmutableList = ImmutableList$instance;
|
|
1032
1034
|
|
|
1033
1035
|
export abstract class ImmutableQueue$instance {
|
|
1034
|
-
static
|
|
1035
|
-
static
|
|
1036
|
-
static
|
|
1037
|
-
static
|
|
1038
|
-
static
|
|
1039
|
-
static
|
|
1036
|
+
static create<T>(): ImmutableQueue_1<T>;
|
|
1037
|
+
static create<T>(items: ReadOnlySpan_1<T>): ImmutableQueue_1<T>;
|
|
1038
|
+
static create<T>(item: T): ImmutableQueue_1<T>;
|
|
1039
|
+
static create<T>(items: T[]): ImmutableQueue_1<T>;
|
|
1040
|
+
static createRange<T>(items: IEnumerable_1<T>): ImmutableQueue_1<T>;
|
|
1041
|
+
static dequeue<T>(queue: IImmutableQueue_1<T>, value: { value: ref<T> }): IImmutableQueue_1<T>;
|
|
1040
1042
|
}
|
|
1041
1043
|
|
|
1042
1044
|
|
|
1043
1045
|
export type ImmutableQueue = ImmutableQueue$instance;
|
|
1044
1046
|
|
|
1045
1047
|
export abstract class ImmutableSortedDictionary$instance {
|
|
1046
|
-
static
|
|
1047
|
-
static
|
|
1048
|
-
static
|
|
1049
|
-
static
|
|
1050
|
-
static
|
|
1051
|
-
static
|
|
1052
|
-
static
|
|
1053
|
-
static
|
|
1054
|
-
static
|
|
1055
|
-
static
|
|
1056
|
-
static
|
|
1057
|
-
static
|
|
1058
|
-
static
|
|
1059
|
-
static
|
|
1060
|
-
static
|
|
1061
|
-
static
|
|
1048
|
+
static create<TKey, TValue>(): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1049
|
+
static create<TKey, TValue>(keyComparer: IComparer_1<TKey>, valueComparer: IEqualityComparer_1<TValue>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1050
|
+
static create<TKey, TValue>(keyComparer: IComparer_1<TKey>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1051
|
+
static createBuilder<TKey, TValue>(): ImmutableSortedDictionary_2_Builder<TKey, TValue>;
|
|
1052
|
+
static createBuilder<TKey, TValue>(keyComparer: IComparer_1<TKey>, valueComparer: IEqualityComparer_1<TValue>): ImmutableSortedDictionary_2_Builder<TKey, TValue>;
|
|
1053
|
+
static createBuilder<TKey, TValue>(keyComparer: IComparer_1<TKey>): ImmutableSortedDictionary_2_Builder<TKey, TValue>;
|
|
1054
|
+
static createRange2<TKey, TValue>(keyComparer: IComparer_1<TKey>, items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1055
|
+
static createRange2<TKey, TValue>(keyComparer: IComparer_1<TKey>, valueComparer: IEqualityComparer_1<TValue>, items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1056
|
+
static createRange2<TKey, TValue>(items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1057
|
+
static toImmutableSortedDictionary2<TKey, TValue>(builder: ImmutableSortedDictionary_2_Builder<TKey, TValue>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1058
|
+
static toImmutableSortedDictionary2<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IComparer_1<TKey>, valueComparer: IEqualityComparer_1<TValue>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1059
|
+
static toImmutableSortedDictionary2<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IComparer_1<TKey>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1060
|
+
static toImmutableSortedDictionary2<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1061
|
+
static toImmutableSortedDictionary2<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, keyComparer: IComparer_1<TKey>, valueComparer: IEqualityComparer_1<TValue>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1062
|
+
static toImmutableSortedDictionary2<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, keyComparer: IComparer_1<TKey>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1063
|
+
static toImmutableSortedDictionary2<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1062
1064
|
}
|
|
1063
1065
|
|
|
1064
1066
|
|
|
1065
1067
|
export type ImmutableSortedDictionary = ImmutableSortedDictionary$instance;
|
|
1066
1068
|
|
|
1067
1069
|
export abstract class ImmutableSortedSet$instance {
|
|
1068
|
-
static
|
|
1069
|
-
static
|
|
1070
|
-
static
|
|
1071
|
-
static
|
|
1072
|
-
static
|
|
1073
|
-
static
|
|
1074
|
-
static
|
|
1075
|
-
static
|
|
1076
|
-
static
|
|
1077
|
-
static
|
|
1078
|
-
static
|
|
1079
|
-
static
|
|
1080
|
-
static
|
|
1081
|
-
static
|
|
1082
|
-
static
|
|
1070
|
+
static create<T>(): ImmutableSortedSet_1<T>;
|
|
1071
|
+
static create<T>(comparer: IComparer_1<T>, items: ReadOnlySpan_1<T>): ImmutableSortedSet_1<T>;
|
|
1072
|
+
static create<T>(comparer: IComparer_1<T>, item: T): ImmutableSortedSet_1<T>;
|
|
1073
|
+
static create<T>(comparer: IComparer_1<T>, items: T[]): ImmutableSortedSet_1<T>;
|
|
1074
|
+
static create<T>(comparer: IComparer_1<T>): ImmutableSortedSet_1<T>;
|
|
1075
|
+
static create<T>(items: ReadOnlySpan_1<T>): ImmutableSortedSet_1<T>;
|
|
1076
|
+
static create<T>(item: T): ImmutableSortedSet_1<T>;
|
|
1077
|
+
static create<T>(items: T[]): ImmutableSortedSet_1<T>;
|
|
1078
|
+
static createBuilder<T>(): ImmutableSortedSet_1_Builder<T>;
|
|
1079
|
+
static createBuilder<T>(comparer: IComparer_1<T>): ImmutableSortedSet_1_Builder<T>;
|
|
1080
|
+
static createRange2<T>(comparer: IComparer_1<T>, items: IEnumerable_1<T>): ImmutableSortedSet_1<T>;
|
|
1081
|
+
static createRange2<T>(items: IEnumerable_1<T>): ImmutableSortedSet_1<T>;
|
|
1082
|
+
static toImmutableSortedSet3<TSource>(builder: ImmutableSortedSet_1_Builder<TSource>): ImmutableSortedSet_1<TSource>;
|
|
1083
|
+
static toImmutableSortedSet3<TSource>(source: IEnumerable_1<TSource>, comparer: IComparer_1<TSource>): ImmutableSortedSet_1<TSource>;
|
|
1084
|
+
static toImmutableSortedSet3<TSource>(source: IEnumerable_1<TSource>): ImmutableSortedSet_1<TSource>;
|
|
1083
1085
|
}
|
|
1084
1086
|
|
|
1085
1087
|
|
|
1086
1088
|
export type ImmutableSortedSet = ImmutableSortedSet$instance;
|
|
1087
1089
|
|
|
1088
1090
|
export abstract class ImmutableStack$instance {
|
|
1089
|
-
static
|
|
1090
|
-
static
|
|
1091
|
-
static
|
|
1092
|
-
static
|
|
1093
|
-
static
|
|
1094
|
-
static
|
|
1091
|
+
static create<T>(): ImmutableStack_1<T>;
|
|
1092
|
+
static create<T>(items: ReadOnlySpan_1<T>): ImmutableStack_1<T>;
|
|
1093
|
+
static create<T>(item: T): ImmutableStack_1<T>;
|
|
1094
|
+
static create<T>(items: T[]): ImmutableStack_1<T>;
|
|
1095
|
+
static createRange<T>(items: IEnumerable_1<T>): ImmutableStack_1<T>;
|
|
1096
|
+
static pop<T>(stack: IImmutableStack_1<T>, value: { value: ref<T> }): IImmutableStack_1<T>;
|
|
1095
1097
|
}
|
|
1096
1098
|
|
|
1097
1099
|
|