@tsonic/dotnet 10.0.41 → 10.0.42
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/bindings.json +5 -5
- package/Internal/internal/index.d.ts +1 -1
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +8 -1
- package/System/bindings.json +204 -124
- package/System/internal/index.d.ts +1041 -1026
- package/System.Buffers/internal/index.d.ts +51 -51
- package/System.Buffers.Binary/internal/index.d.ts +1 -1
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +113 -113
- package/System.Collections.Concurrent/bindings.json +93 -93
- package/System.Collections.Concurrent/internal/index.d.ts +65 -65
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +90 -50
- package/System.Collections.Frozen/internal/index.d.ts +35 -33
- package/System.Collections.Frozen.d.ts +6 -2
- package/System.Collections.Generic/bindings.json +932 -612
- package/System.Collections.Generic/internal/index.d.ts +303 -287
- package/System.Collections.Generic.d.ts +19 -15
- package/System.Collections.Immutable/bindings.json +189 -189
- package/System.Collections.Immutable/internal/index.d.ts +235 -234
- package/System.Collections.Immutable.d.ts +21 -17
- package/System.Collections.ObjectModel/bindings.json +229 -229
- package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -79
- package/System.Collections.Specialized/internal/index.d.ts +46 -46
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +108 -108
- package/System.ComponentModel/internal/index.d.ts +368 -363
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +18 -18
- package/System.ComponentModel.Design/internal/index.d.ts +47 -47
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +4 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +124 -124
- package/System.Data/internal/index.d.ts +156 -156
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +42 -42
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +40 -40
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +251 -231
- package/System.Diagnostics/internal/index.d.ts +167 -154
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +212 -212
- package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
- package/System.Diagnostics.Tracing.d.ts +4 -0
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +48 -48
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +36 -35
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/internal/index.d.ts +11 -11
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +19 -19
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +55 -55
- package/System.IO.Compression/internal/index.d.ts +13 -13
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +47 -47
- package/System.IO.Enumeration/internal/index.d.ts +11 -11
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -4
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +703 -701
- package/System.Linq.Expressions/internal/index.d.ts +67 -41
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +27 -27
- package/System.Net/internal/index.d.ts +53 -53
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +16 -16
- package/System.Net.Http.Headers/bindings.json +66 -26
- package/System.Net.Http.Headers/internal/index.d.ts +26 -24
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +8 -8
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +3 -3
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +4 -4
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +29 -29
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +42 -42
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +5 -5
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +3 -3
- package/System.Numerics/internal/index.d.ts +218 -218
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +107 -107
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +27 -25
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +607 -87
- package/System.Reflection.Metadata/internal/index.d.ts +144 -118
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.PortableExecutable.d.ts +4 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +7 -7
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +7 -7
- package/System.Runtime.CompilerServices/bindings.json +383 -383
- package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
- package/System.Runtime.CompilerServices.d.ts +20 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +559 -559
- package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
- package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/internal/index.d.ts +1 -1
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +3 -3
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +102 -102
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +2 -2
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +10 -10
- package/System.Security.AccessControl/bindings.json +33 -33
- package/System.Security.AccessControl/internal/index.d.ts +21 -21
- package/System.Security.AccessControl.d.ts +10 -6
- package/System.Security.Authentication/internal/index.d.ts +1 -1
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +40 -40
- package/System.Security.Cryptography/internal/index.d.ts +28 -27
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +1 -1
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -9
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +8 -8
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +20 -20
- package/System.Text/internal/index.d.ts +48 -48
- package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/internal/index.d.ts +109 -109
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +158 -118
- package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/internal/index.d.ts +6 -6
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +19 -19
- package/System.Threading/internal/index.d.ts +97 -97
- package/System.Threading.Channels/internal/index.d.ts +23 -23
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +138 -38
- package/System.Threading.Tasks/internal/index.d.ts +229 -227
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +2 -2
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +6 -6
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +2 -2
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +3 -3
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +29 -29
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +49 -49
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +24 -24
- package/System.Xml.Schema/internal/index.d.ts +24 -24
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +57 -57
- package/System.Xml.Serialization/internal/index.d.ts +49 -49
- package/System.Xml.Serialization.d.ts +4 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +18 -18
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +12 -12
- package/System.Xml.Xsl.Runtime/bindings.json +70 -70
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1288 -1293
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Collections.Immutable
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -14,7 +14,7 @@ import type { ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnume
|
|
|
14
14
|
import * as System_Internal from "../../System/internal/index.js";
|
|
15
15
|
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";
|
|
16
16
|
|
|
17
|
-
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>> {
|
|
17
|
+
export interface IImmutableDictionary_2$instance<TKey extends unknown, TValue extends unknown> extends IReadOnlyDictionary_2<TKey, TValue>, IEnumerable_1<KeyValuePair_2<TKey, TValue>>, IEnumerable, IReadOnlyCollection_1<KeyValuePair_2<TKey, TValue>> {
|
|
18
18
|
readonly __tsonic_iface_System_Collections_Immutable_IImmutableDictionary_2: never;
|
|
19
19
|
|
|
20
20
|
readonly Item: TValue;
|
|
@@ -35,9 +35,9 @@ export interface IImmutableDictionary_2$instance<TKey, TValue> extends IReadOnly
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
export type IImmutableDictionary_2<TKey, TValue> = IImmutableDictionary_2$instance<TKey, TValue>;
|
|
38
|
+
export type IImmutableDictionary_2<TKey extends unknown, TValue extends unknown> = IImmutableDictionary_2$instance<TKey, TValue>;
|
|
39
39
|
|
|
40
|
-
export interface IImmutableList_1$instance<T> extends IReadOnlyList_1<T>, IEnumerable_1<T>, IEnumerable, IReadOnlyCollection_1<T> {
|
|
40
|
+
export interface IImmutableList_1$instance<T extends unknown> extends IReadOnlyList_1<T>, IEnumerable_1<T>, IEnumerable, IReadOnlyCollection_1<T> {
|
|
41
41
|
readonly __tsonic_iface_System_Collections_Immutable_IImmutableList_1: never;
|
|
42
42
|
|
|
43
43
|
readonly Count: int;
|
|
@@ -59,9 +59,9 @@ export interface IImmutableList_1$instance<T> extends IReadOnlyList_1<T>, IEnume
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
|
|
62
|
-
export type IImmutableList_1<T> = IImmutableList_1$instance<T> & { readonly [index: number]: T; };
|
|
62
|
+
export type IImmutableList_1<T extends unknown> = IImmutableList_1$instance<T> & { readonly [index: number]: T; };
|
|
63
63
|
|
|
64
|
-
export interface IImmutableQueue_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
|
|
64
|
+
export interface IImmutableQueue_1$instance<T extends unknown> extends IEnumerable_1<T>, IEnumerable {
|
|
65
65
|
readonly __tsonic_iface_System_Collections_Immutable_IImmutableQueue_1: never;
|
|
66
66
|
|
|
67
67
|
readonly IsEmpty: boolean;
|
|
@@ -74,9 +74,9 @@ export interface IImmutableQueue_1$instance<T> extends IEnumerable_1<T>, IEnumer
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
export type IImmutableQueue_1<T> = IImmutableQueue_1$instance<T>;
|
|
77
|
+
export type IImmutableQueue_1<T extends unknown> = IImmutableQueue_1$instance<T>;
|
|
78
78
|
|
|
79
|
-
export interface IImmutableSet_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
79
|
+
export interface IImmutableSet_1$instance<T extends unknown> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
80
80
|
readonly __tsonic_iface_System_Collections_Immutable_IImmutableSet_1: never;
|
|
81
81
|
|
|
82
82
|
readonly Count: int;
|
|
@@ -92,9 +92,9 @@ export interface IImmutableSet_1$instance<T> extends IReadOnlyCollection_1<T>, I
|
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
|
|
95
|
-
export type IImmutableSet_1<T> = IImmutableSet_1$instance<T>;
|
|
95
|
+
export type IImmutableSet_1<T extends unknown> = IImmutableSet_1$instance<T>;
|
|
96
96
|
|
|
97
|
-
export interface IImmutableStack_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
|
|
97
|
+
export interface IImmutableStack_1$instance<T extends unknown> extends IEnumerable_1<T>, IEnumerable {
|
|
98
98
|
readonly __tsonic_iface_System_Collections_Immutable_IImmutableStack_1: never;
|
|
99
99
|
|
|
100
100
|
readonly IsEmpty: boolean;
|
|
@@ -107,9 +107,9 @@ export interface IImmutableStack_1$instance<T> extends IEnumerable_1<T>, IEnumer
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
|
|
110
|
-
export type IImmutableStack_1<T> = IImmutableStack_1$instance<T>;
|
|
110
|
+
export type IImmutableStack_1<T extends unknown> = IImmutableStack_1$instance<T>;
|
|
111
111
|
|
|
112
|
-
export interface ImmutableArray_1$instance<T> {
|
|
112
|
+
export interface ImmutableArray_1$instance<T extends unknown> {
|
|
113
113
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableArray_1: never;
|
|
114
114
|
|
|
115
115
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -132,17 +132,17 @@ export interface ImmutableArray_1$instance<T> {
|
|
|
132
132
|
Add(item: T): ImmutableArray_1<T>;
|
|
133
133
|
AddRange(items: IEnumerable_1<T>): ImmutableArray_1<T>;
|
|
134
134
|
AddRange(items: T[], length: int): ImmutableArray_1<T>;
|
|
135
|
-
AddRange<TDerived extends T>(items: TDerived[]): ImmutableArray_1<T>;
|
|
135
|
+
AddRange<TDerived extends unknown & T>(items: TDerived[]): ImmutableArray_1<T>;
|
|
136
136
|
AddRange(items: ImmutableArray_1<T>, length: int): ImmutableArray_1<T>;
|
|
137
|
-
AddRange<TDerived extends T>(items: ImmutableArray_1<TDerived>): ImmutableArray_1<T>;
|
|
137
|
+
AddRange<TDerived extends unknown & T>(items: ImmutableArray_1<TDerived>): ImmutableArray_1<T>;
|
|
138
138
|
AddRange(items: ReadOnlySpan_1<T>): ImmutableArray_1<T>;
|
|
139
139
|
AddRange(...items: T[]): ImmutableArray_1<T>;
|
|
140
|
-
As<TOther>(): ImmutableArray_1<TOther>;
|
|
140
|
+
As<TOther extends (object | null)>(): ImmutableArray_1<TOther>;
|
|
141
141
|
AsMemory(): ReadOnlyMemory_1<T>;
|
|
142
142
|
AsSpan(): ReadOnlySpan_1<T>;
|
|
143
143
|
AsSpan(start: int, length: int): ReadOnlySpan_1<T>;
|
|
144
144
|
AsSpan(range: Range): ReadOnlySpan_1<T>;
|
|
145
|
-
CastArray<TOther>(): ImmutableArray_1<TOther>;
|
|
145
|
+
CastArray<TOther extends (object | null)>(): ImmutableArray_1<TOther>;
|
|
146
146
|
Clear(): ImmutableArray_1<T>;
|
|
147
147
|
Contains(item: T): boolean;
|
|
148
148
|
Contains(item: T, equalityComparer: IEqualityComparer_1<T> | null): boolean;
|
|
@@ -150,7 +150,7 @@ export interface ImmutableArray_1$instance<T> {
|
|
|
150
150
|
CopyTo(destination: T[]): void;
|
|
151
151
|
CopyTo(destination: T[], destinationIndex: int): void;
|
|
152
152
|
CopyTo(sourceIndex: int, destination: T[], destinationIndex: int, length: int): void;
|
|
153
|
-
Equals(obj:
|
|
153
|
+
Equals(obj: unknown | null): boolean;
|
|
154
154
|
Equals(other: ImmutableArray_1<T>): boolean;
|
|
155
155
|
GetEnumerator(): ImmutableArray_1_Enumerator<T>;
|
|
156
156
|
GetHashCode(): int;
|
|
@@ -169,7 +169,7 @@ export interface ImmutableArray_1$instance<T> {
|
|
|
169
169
|
LastIndexOf(item: T, startIndex: int): int;
|
|
170
170
|
LastIndexOf(item: T, startIndex: int, count: int): int;
|
|
171
171
|
LastIndexOf(item: T, startIndex: int, count: int, equalityComparer: IEqualityComparer_1<T> | null): int;
|
|
172
|
-
OfType<TResult>(): IEnumerable_1<TResult>;
|
|
172
|
+
OfType<TResult extends unknown>(): IEnumerable_1<TResult>;
|
|
173
173
|
Remove(item: T): ImmutableArray_1<T>;
|
|
174
174
|
Remove(item: T, equalityComparer: IEqualityComparer_1<T> | null): ImmutableArray_1<T>;
|
|
175
175
|
RemoveAll(match: Predicate_1<T>): ImmutableArray_1<T>;
|
|
@@ -194,13 +194,13 @@ export interface ImmutableArray_1$instance<T> {
|
|
|
194
194
|
|
|
195
195
|
|
|
196
196
|
export const ImmutableArray_1: {
|
|
197
|
-
new<T>(): ImmutableArray_1<T>;
|
|
198
|
-
readonly Empty: <T>() => ImmutableArray_1<T>;
|
|
199
|
-
CastUp<T, TDerived extends T>(items: ImmutableArray_1<TDerived>): ImmutableArray_1<T>;
|
|
197
|
+
new<T extends unknown>(): ImmutableArray_1<T>;
|
|
198
|
+
readonly Empty: <T extends unknown>() => ImmutableArray_1<T>;
|
|
199
|
+
CastUp<T extends unknown, TDerived extends (object | null) & T>(items: ImmutableArray_1<TDerived>): ImmutableArray_1<T>;
|
|
200
200
|
};
|
|
201
201
|
|
|
202
202
|
|
|
203
|
-
export interface __ImmutableArray_1$views<T> {
|
|
203
|
+
export interface __ImmutableArray_1$views<T extends unknown> {
|
|
204
204
|
As_IImmutableList_1(): IImmutableList_1$instance<T>;
|
|
205
205
|
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
206
206
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
@@ -217,10 +217,10 @@ export interface __ImmutableArray_1$views<T> {
|
|
|
217
217
|
Equals(other: ImmutableArray_1<T>): boolean;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
-
export type ImmutableArray_1<T> = ImmutableArray_1$instance<T> & __ImmutableArray_1$views<T> & { readonly [index: number]: T; };
|
|
220
|
+
export type ImmutableArray_1<T extends unknown> = ImmutableArray_1$instance<T> & __ImmutableArray_1$views<T> & { readonly [index: number]: T; };
|
|
221
221
|
|
|
222
222
|
|
|
223
|
-
export interface ImmutableArray_1_Enumerator$instance<T> {
|
|
223
|
+
export interface ImmutableArray_1_Enumerator$instance<T extends unknown> {
|
|
224
224
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableArray_1_Enumerator: never;
|
|
225
225
|
|
|
226
226
|
readonly Current: T;
|
|
@@ -229,13 +229,13 @@ export interface ImmutableArray_1_Enumerator$instance<T> {
|
|
|
229
229
|
|
|
230
230
|
|
|
231
231
|
export const ImmutableArray_1_Enumerator: {
|
|
232
|
-
new<T>(): ImmutableArray_1_Enumerator<T>;
|
|
232
|
+
new<T extends unknown>(): ImmutableArray_1_Enumerator<T>;
|
|
233
233
|
};
|
|
234
234
|
|
|
235
235
|
|
|
236
|
-
export type ImmutableArray_1_Enumerator<T> = ImmutableArray_1_Enumerator$instance<T>;
|
|
236
|
+
export type ImmutableArray_1_Enumerator<T extends unknown> = ImmutableArray_1_Enumerator$instance<T>;
|
|
237
237
|
|
|
238
|
-
export interface ImmutableArray_1_Builder$instance<T
|
|
238
|
+
export interface ImmutableArray_1_Builder$instance<T extends unknown> {
|
|
239
239
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableArray_1_Builder: never;
|
|
240
240
|
|
|
241
241
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -250,7 +250,7 @@ export interface ImmutableArray_1_Builder$instance<T> extends IList_1<T>, IColle
|
|
|
250
250
|
Add(item: T): void;
|
|
251
251
|
AddRange(items: IEnumerable_1<T>): void;
|
|
252
252
|
AddRange(...items: T[]): void;
|
|
253
|
-
AddRange<TDerived>(items: TDerived[]): void;
|
|
253
|
+
AddRange<TDerived extends unknown>(items: TDerived[]): void;
|
|
254
254
|
AddRange(items: T[], length: int): void;
|
|
255
255
|
AddRange(items: ImmutableArray_1<T>): void;
|
|
256
256
|
AddRange(items: ImmutableArray_1<T>, length: int): void;
|
|
@@ -301,9 +301,9 @@ export const ImmutableArray_1_Builder: {
|
|
|
301
301
|
};
|
|
302
302
|
|
|
303
303
|
|
|
304
|
-
export type ImmutableArray_1_Builder<T> = ImmutableArray_1_Builder$instance<T> & { [index: number]: T; };
|
|
304
|
+
export type ImmutableArray_1_Builder<T extends unknown> = ImmutableArray_1_Builder$instance<T> & { [index: number]: T; };
|
|
305
305
|
|
|
306
|
-
export interface ImmutableDictionary_2$instance<TKey, TValue> {
|
|
306
|
+
export interface ImmutableDictionary_2$instance<TKey extends unknown, TValue extends unknown> {
|
|
307
307
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableDictionary_2: never;
|
|
308
308
|
|
|
309
309
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -343,11 +343,11 @@ export interface ImmutableDictionary_2$instance<TKey, TValue> {
|
|
|
343
343
|
|
|
344
344
|
|
|
345
345
|
export const ImmutableDictionary_2: {
|
|
346
|
-
readonly Empty: <TKey, TValue>() => ImmutableDictionary_2<TKey, TValue>;
|
|
346
|
+
readonly Empty: <TKey extends unknown, TValue extends unknown>() => ImmutableDictionary_2<TKey, TValue>;
|
|
347
347
|
};
|
|
348
348
|
|
|
349
349
|
|
|
350
|
-
export interface __ImmutableDictionary_2$views<TKey, TValue> {
|
|
350
|
+
export interface __ImmutableDictionary_2$views<TKey extends unknown, TValue extends unknown> {
|
|
351
351
|
As_IImmutableDictionary_2(): IImmutableDictionary_2$instance<TKey, TValue>;
|
|
352
352
|
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
353
353
|
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<TKey, TValue>;
|
|
@@ -359,10 +359,10 @@ export interface __ImmutableDictionary_2$views<TKey, TValue> {
|
|
|
359
359
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
|
-
export type ImmutableDictionary_2<TKey, TValue> = ImmutableDictionary_2$instance<TKey, TValue> & __ImmutableDictionary_2$views<TKey, TValue>;
|
|
362
|
+
export type ImmutableDictionary_2<TKey extends unknown, TValue extends unknown> = ImmutableDictionary_2$instance<TKey, TValue> & __ImmutableDictionary_2$views<TKey, TValue>;
|
|
363
363
|
|
|
364
364
|
|
|
365
|
-
export interface ImmutableDictionary_2_Enumerator$instance<TKey, TValue> extends IEnumerator_1<KeyValuePair_2<TKey, TValue
|
|
365
|
+
export interface ImmutableDictionary_2_Enumerator$instance<TKey extends unknown, TValue extends unknown> extends IEnumerator_1<KeyValuePair_2<TKey, TValue>> {
|
|
366
366
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableDictionary_2_Enumerator: never;
|
|
367
367
|
|
|
368
368
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -377,13 +377,13 @@ export interface ImmutableDictionary_2_Enumerator$instance<TKey, TValue> extends
|
|
|
377
377
|
|
|
378
378
|
|
|
379
379
|
export const ImmutableDictionary_2_Enumerator: {
|
|
380
|
-
new<TKey, TValue>(): ImmutableDictionary_2_Enumerator<TKey, TValue>;
|
|
380
|
+
new<TKey extends unknown, TValue extends unknown>(): ImmutableDictionary_2_Enumerator<TKey, TValue>;
|
|
381
381
|
};
|
|
382
382
|
|
|
383
383
|
|
|
384
|
-
export type ImmutableDictionary_2_Enumerator<TKey, TValue> = ImmutableDictionary_2_Enumerator$instance<TKey, TValue>;
|
|
384
|
+
export type ImmutableDictionary_2_Enumerator<TKey extends unknown, TValue extends unknown> = ImmutableDictionary_2_Enumerator$instance<TKey, TValue>;
|
|
385
385
|
|
|
386
|
-
export interface ImmutableDictionary_2_Builder$instance<TKey
|
|
386
|
+
export interface ImmutableDictionary_2_Builder$instance<TKey extends unknown, TValue extends unknown> {
|
|
387
387
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableDictionary_2_Builder: never;
|
|
388
388
|
|
|
389
389
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -424,9 +424,9 @@ export const ImmutableDictionary_2_Builder: {
|
|
|
424
424
|
};
|
|
425
425
|
|
|
426
426
|
|
|
427
|
-
export type ImmutableDictionary_2_Builder<TKey, TValue> = ImmutableDictionary_2_Builder$instance<TKey, TValue>;
|
|
427
|
+
export type ImmutableDictionary_2_Builder<TKey extends unknown, TValue extends unknown> = ImmutableDictionary_2_Builder$instance<TKey, TValue>;
|
|
428
428
|
|
|
429
|
-
export interface ImmutableHashSet_1$instance<T> {
|
|
429
|
+
export interface ImmutableHashSet_1$instance<T extends unknown> {
|
|
430
430
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableHashSet_1: never;
|
|
431
431
|
|
|
432
432
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -463,11 +463,11 @@ export interface ImmutableHashSet_1$instance<T> {
|
|
|
463
463
|
|
|
464
464
|
|
|
465
465
|
export const ImmutableHashSet_1: {
|
|
466
|
-
readonly Empty: <T>() => ImmutableHashSet_1<T>;
|
|
466
|
+
readonly Empty: <T extends unknown>() => ImmutableHashSet_1<T>;
|
|
467
467
|
};
|
|
468
468
|
|
|
469
469
|
|
|
470
|
-
export interface __ImmutableHashSet_1$views<T> {
|
|
470
|
+
export interface __ImmutableHashSet_1$views<T extends unknown> {
|
|
471
471
|
As_IImmutableSet_1(): IImmutableSet_1$instance<T>;
|
|
472
472
|
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
473
473
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
@@ -478,10 +478,10 @@ export interface __ImmutableHashSet_1$views<T> {
|
|
|
478
478
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
479
479
|
}
|
|
480
480
|
|
|
481
|
-
export type ImmutableHashSet_1<T> = ImmutableHashSet_1$instance<T> & __ImmutableHashSet_1$views<T>;
|
|
481
|
+
export type ImmutableHashSet_1<T extends unknown> = ImmutableHashSet_1$instance<T> & __ImmutableHashSet_1$views<T>;
|
|
482
482
|
|
|
483
483
|
|
|
484
|
-
export interface ImmutableHashSet_1_Enumerator$instance<T> extends IEnumerator_1<T
|
|
484
|
+
export interface ImmutableHashSet_1_Enumerator$instance<T extends unknown> extends IEnumerator_1<T> {
|
|
485
485
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableHashSet_1_Enumerator: never;
|
|
486
486
|
|
|
487
487
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -497,13 +497,13 @@ export interface ImmutableHashSet_1_Enumerator$instance<T> extends IEnumerator_1
|
|
|
497
497
|
|
|
498
498
|
|
|
499
499
|
export const ImmutableHashSet_1_Enumerator: {
|
|
500
|
-
new<T>(): ImmutableHashSet_1_Enumerator<T>;
|
|
500
|
+
new<T extends unknown>(): ImmutableHashSet_1_Enumerator<T>;
|
|
501
501
|
};
|
|
502
502
|
|
|
503
503
|
|
|
504
|
-
export type ImmutableHashSet_1_Enumerator<T> = ImmutableHashSet_1_Enumerator$instance<T>;
|
|
504
|
+
export type ImmutableHashSet_1_Enumerator<T extends unknown> = ImmutableHashSet_1_Enumerator$instance<T>;
|
|
505
505
|
|
|
506
|
-
export interface ImmutableHashSet_1_Builder$instance<T
|
|
506
|
+
export interface ImmutableHashSet_1_Builder$instance<T extends unknown> {
|
|
507
507
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableHashSet_1_Builder: never;
|
|
508
508
|
|
|
509
509
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -538,9 +538,9 @@ export const ImmutableHashSet_1_Builder: {
|
|
|
538
538
|
};
|
|
539
539
|
|
|
540
540
|
|
|
541
|
-
export type ImmutableHashSet_1_Builder<T> = ImmutableHashSet_1_Builder$instance<T>;
|
|
541
|
+
export type ImmutableHashSet_1_Builder<T extends unknown> = ImmutableHashSet_1_Builder$instance<T>;
|
|
542
542
|
|
|
543
|
-
export interface ImmutableList_1$instance<T> {
|
|
543
|
+
export interface ImmutableList_1$instance<T extends unknown> {
|
|
544
544
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableList_1: never;
|
|
545
545
|
|
|
546
546
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -562,7 +562,7 @@ export interface ImmutableList_1$instance<T> {
|
|
|
562
562
|
BinarySearch(index: int, count: int, item: T, comparer: IComparer_1<T> | null): int;
|
|
563
563
|
Clear(): ImmutableList_1<T>;
|
|
564
564
|
Contains(value: T): boolean;
|
|
565
|
-
ConvertAll<TOutput>(converter: Func_2<T, TOutput>): ImmutableList_1<TOutput>;
|
|
565
|
+
ConvertAll<TOutput extends unknown>(converter: Func_2<T, TOutput>): ImmutableList_1<TOutput>;
|
|
566
566
|
CopyTo(array: T[]): void;
|
|
567
567
|
CopyTo(array: T[], arrayIndex: int): void;
|
|
568
568
|
CopyTo(index: int, array: T[], arrayIndex: int, count: int): void;
|
|
@@ -607,11 +607,11 @@ export interface ImmutableList_1$instance<T> {
|
|
|
607
607
|
|
|
608
608
|
|
|
609
609
|
export const ImmutableList_1: {
|
|
610
|
-
readonly Empty: <T>() => ImmutableList_1<T>;
|
|
610
|
+
readonly Empty: <T extends unknown>() => ImmutableList_1<T>;
|
|
611
611
|
};
|
|
612
612
|
|
|
613
613
|
|
|
614
|
-
export interface __ImmutableList_1$views<T> {
|
|
614
|
+
export interface __ImmutableList_1$views<T extends unknown> {
|
|
615
615
|
As_IImmutableList_1(): IImmutableList_1$instance<T>;
|
|
616
616
|
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
617
617
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
@@ -622,10 +622,10 @@ export interface __ImmutableList_1$views<T> {
|
|
|
622
622
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
623
623
|
}
|
|
624
624
|
|
|
625
|
-
export type ImmutableList_1<T> = ImmutableList_1$instance<T> & __ImmutableList_1$views<T> & { readonly [index: number]: T; };
|
|
625
|
+
export type ImmutableList_1<T extends unknown> = ImmutableList_1$instance<T> & __ImmutableList_1$views<T> & { readonly [index: number]: T; };
|
|
626
626
|
|
|
627
627
|
|
|
628
|
-
export interface ImmutableList_1_Enumerator$instance<T> extends IEnumerator_1<T
|
|
628
|
+
export interface ImmutableList_1_Enumerator$instance<T extends unknown> extends IEnumerator_1<T> {
|
|
629
629
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableList_1_Enumerator: never;
|
|
630
630
|
|
|
631
631
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -642,13 +642,13 @@ export interface ImmutableList_1_Enumerator$instance<T> extends IEnumerator_1<T>
|
|
|
642
642
|
|
|
643
643
|
|
|
644
644
|
export const ImmutableList_1_Enumerator: {
|
|
645
|
-
new<T>(): ImmutableList_1_Enumerator<T>;
|
|
645
|
+
new<T extends unknown>(): ImmutableList_1_Enumerator<T>;
|
|
646
646
|
};
|
|
647
647
|
|
|
648
648
|
|
|
649
|
-
export type ImmutableList_1_Enumerator<T> = ImmutableList_1_Enumerator$instance<T>;
|
|
649
|
+
export type ImmutableList_1_Enumerator<T extends unknown> = ImmutableList_1_Enumerator$instance<T>;
|
|
650
650
|
|
|
651
|
-
export interface ImmutableList_1_Builder$instance<T
|
|
651
|
+
export interface ImmutableList_1_Builder$instance<T extends unknown> {
|
|
652
652
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableList_1_Builder: never;
|
|
653
653
|
|
|
654
654
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -668,7 +668,7 @@ export interface ImmutableList_1_Builder$instance<T> extends IList_1<T>, ICollec
|
|
|
668
668
|
BinarySearch(index: int, count: int, item: T, comparer: IComparer_1<T> | null): int;
|
|
669
669
|
Clear(): void;
|
|
670
670
|
Contains(item: T): boolean;
|
|
671
|
-
ConvertAll<TOutput>(converter: Func_2<T, TOutput>): ImmutableList_1<TOutput>;
|
|
671
|
+
ConvertAll<TOutput extends unknown>(converter: Func_2<T, TOutput>): ImmutableList_1<TOutput>;
|
|
672
672
|
CopyTo(array: T[]): void;
|
|
673
673
|
CopyTo(array: T[], arrayIndex: int): void;
|
|
674
674
|
CopyTo(index: int, array: T[], arrayIndex: int, count: int): void;
|
|
@@ -720,9 +720,9 @@ export const ImmutableList_1_Builder: {
|
|
|
720
720
|
};
|
|
721
721
|
|
|
722
722
|
|
|
723
|
-
export type ImmutableList_1_Builder<T> = ImmutableList_1_Builder$instance<T> & { [index: number]: T; };
|
|
723
|
+
export type ImmutableList_1_Builder<T extends unknown> = ImmutableList_1_Builder$instance<T> & { [index: number]: T; };
|
|
724
724
|
|
|
725
|
-
export interface ImmutableQueue_1$instance<T> {
|
|
725
|
+
export interface ImmutableQueue_1$instance<T extends unknown> {
|
|
726
726
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableQueue_1: never;
|
|
727
727
|
|
|
728
728
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -741,20 +741,20 @@ export interface ImmutableQueue_1$instance<T> {
|
|
|
741
741
|
|
|
742
742
|
|
|
743
743
|
export const ImmutableQueue_1: {
|
|
744
|
-
readonly Empty: <T>() => ImmutableQueue_1<T>;
|
|
744
|
+
readonly Empty: <T extends unknown>() => ImmutableQueue_1<T>;
|
|
745
745
|
};
|
|
746
746
|
|
|
747
747
|
|
|
748
|
-
export interface __ImmutableQueue_1$views<T> {
|
|
748
|
+
export interface __ImmutableQueue_1$views<T extends unknown> {
|
|
749
749
|
As_IImmutableQueue_1(): IImmutableQueue_1$instance<T>;
|
|
750
750
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
751
751
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
752
752
|
}
|
|
753
753
|
|
|
754
|
-
export type ImmutableQueue_1<T> = ImmutableQueue_1$instance<T> & __ImmutableQueue_1$views<T>;
|
|
754
|
+
export type ImmutableQueue_1<T extends unknown> = ImmutableQueue_1$instance<T> & __ImmutableQueue_1$views<T>;
|
|
755
755
|
|
|
756
756
|
|
|
757
|
-
export interface ImmutableQueue_1_Enumerator$instance<T> {
|
|
757
|
+
export interface ImmutableQueue_1_Enumerator$instance<T extends unknown> {
|
|
758
758
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableQueue_1_Enumerator: never;
|
|
759
759
|
|
|
760
760
|
readonly Current: T;
|
|
@@ -763,13 +763,13 @@ export interface ImmutableQueue_1_Enumerator$instance<T> {
|
|
|
763
763
|
|
|
764
764
|
|
|
765
765
|
export const ImmutableQueue_1_Enumerator: {
|
|
766
|
-
new<T>(): ImmutableQueue_1_Enumerator<T>;
|
|
766
|
+
new<T extends unknown>(): ImmutableQueue_1_Enumerator<T>;
|
|
767
767
|
};
|
|
768
768
|
|
|
769
769
|
|
|
770
|
-
export type ImmutableQueue_1_Enumerator<T> = ImmutableQueue_1_Enumerator$instance<T>;
|
|
770
|
+
export type ImmutableQueue_1_Enumerator<T extends unknown> = ImmutableQueue_1_Enumerator$instance<T>;
|
|
771
771
|
|
|
772
|
-
export interface ImmutableSortedDictionary_2$instance<TKey, TValue> {
|
|
772
|
+
export interface ImmutableSortedDictionary_2$instance<TKey extends unknown, TValue extends unknown> {
|
|
773
773
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableSortedDictionary_2: never;
|
|
774
774
|
|
|
775
775
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -810,11 +810,11 @@ export interface ImmutableSortedDictionary_2$instance<TKey, TValue> {
|
|
|
810
810
|
|
|
811
811
|
|
|
812
812
|
export const ImmutableSortedDictionary_2: {
|
|
813
|
-
readonly Empty: <TKey, TValue>() => ImmutableSortedDictionary_2<TKey, TValue>;
|
|
813
|
+
readonly Empty: <TKey extends unknown, TValue extends unknown>() => ImmutableSortedDictionary_2<TKey, TValue>;
|
|
814
814
|
};
|
|
815
815
|
|
|
816
816
|
|
|
817
|
-
export interface __ImmutableSortedDictionary_2$views<TKey, TValue> {
|
|
817
|
+
export interface __ImmutableSortedDictionary_2$views<TKey extends unknown, TValue extends unknown> {
|
|
818
818
|
As_IImmutableDictionary_2(): IImmutableDictionary_2$instance<TKey, TValue>;
|
|
819
819
|
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
820
820
|
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<TKey, TValue>;
|
|
@@ -826,10 +826,10 @@ export interface __ImmutableSortedDictionary_2$views<TKey, TValue> {
|
|
|
826
826
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
827
827
|
}
|
|
828
828
|
|
|
829
|
-
export type ImmutableSortedDictionary_2<TKey, TValue> = ImmutableSortedDictionary_2$instance<TKey, TValue> & __ImmutableSortedDictionary_2$views<TKey, TValue>;
|
|
829
|
+
export type ImmutableSortedDictionary_2<TKey extends unknown, TValue extends unknown> = ImmutableSortedDictionary_2$instance<TKey, TValue> & __ImmutableSortedDictionary_2$views<TKey, TValue>;
|
|
830
830
|
|
|
831
831
|
|
|
832
|
-
export interface ImmutableSortedDictionary_2_Enumerator$instance<TKey, TValue> extends IEnumerator_1<KeyValuePair_2<TKey, TValue
|
|
832
|
+
export interface ImmutableSortedDictionary_2_Enumerator$instance<TKey extends unknown, TValue extends unknown> extends IEnumerator_1<KeyValuePair_2<TKey, TValue>> {
|
|
833
833
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableSortedDictionary_2_Enumerator: never;
|
|
834
834
|
|
|
835
835
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -845,13 +845,13 @@ export interface ImmutableSortedDictionary_2_Enumerator$instance<TKey, TValue> e
|
|
|
845
845
|
|
|
846
846
|
|
|
847
847
|
export const ImmutableSortedDictionary_2_Enumerator: {
|
|
848
|
-
new<TKey, TValue>(): ImmutableSortedDictionary_2_Enumerator<TKey, TValue>;
|
|
848
|
+
new<TKey extends unknown, TValue extends unknown>(): ImmutableSortedDictionary_2_Enumerator<TKey, TValue>;
|
|
849
849
|
};
|
|
850
850
|
|
|
851
851
|
|
|
852
|
-
export type ImmutableSortedDictionary_2_Enumerator<TKey, TValue> = ImmutableSortedDictionary_2_Enumerator$instance<TKey, TValue>;
|
|
852
|
+
export type ImmutableSortedDictionary_2_Enumerator<TKey extends unknown, TValue extends unknown> = ImmutableSortedDictionary_2_Enumerator$instance<TKey, TValue>;
|
|
853
853
|
|
|
854
|
-
export interface ImmutableSortedDictionary_2_Builder$instance<TKey
|
|
854
|
+
export interface ImmutableSortedDictionary_2_Builder$instance<TKey extends unknown, TValue extends unknown> {
|
|
855
855
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableSortedDictionary_2_Builder: never;
|
|
856
856
|
|
|
857
857
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -893,9 +893,9 @@ export const ImmutableSortedDictionary_2_Builder: {
|
|
|
893
893
|
};
|
|
894
894
|
|
|
895
895
|
|
|
896
|
-
export type ImmutableSortedDictionary_2_Builder<TKey, TValue> = ImmutableSortedDictionary_2_Builder$instance<TKey, TValue>;
|
|
896
|
+
export type ImmutableSortedDictionary_2_Builder<TKey extends unknown, TValue extends unknown> = ImmutableSortedDictionary_2_Builder$instance<TKey, TValue>;
|
|
897
897
|
|
|
898
|
-
export interface ImmutableSortedSet_1$instance<T> {
|
|
898
|
+
export interface ImmutableSortedSet_1$instance<T extends unknown> {
|
|
899
899
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableSortedSet_1: never;
|
|
900
900
|
|
|
901
901
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -940,11 +940,11 @@ export interface ImmutableSortedSet_1$instance<T> {
|
|
|
940
940
|
|
|
941
941
|
|
|
942
942
|
export const ImmutableSortedSet_1: {
|
|
943
|
-
readonly Empty: <T>() => ImmutableSortedSet_1<T>;
|
|
943
|
+
readonly Empty: <T extends unknown>() => ImmutableSortedSet_1<T>;
|
|
944
944
|
};
|
|
945
945
|
|
|
946
946
|
|
|
947
|
-
export interface __ImmutableSortedSet_1$views<T> {
|
|
947
|
+
export interface __ImmutableSortedSet_1$views<T extends unknown> {
|
|
948
948
|
As_IImmutableSet_1(): IImmutableSet_1$instance<T>;
|
|
949
949
|
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
950
950
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
@@ -957,10 +957,10 @@ export interface __ImmutableSortedSet_1$views<T> {
|
|
|
957
957
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
958
958
|
}
|
|
959
959
|
|
|
960
|
-
export type ImmutableSortedSet_1<T> = ImmutableSortedSet_1$instance<T> & __ImmutableSortedSet_1$views<T> & { readonly [index: number]: T; };
|
|
960
|
+
export type ImmutableSortedSet_1<T extends unknown> = ImmutableSortedSet_1$instance<T> & __ImmutableSortedSet_1$views<T> & { readonly [index: number]: T; };
|
|
961
961
|
|
|
962
962
|
|
|
963
|
-
export interface ImmutableSortedSet_1_Enumerator$instance<T> extends IEnumerator_1<T
|
|
963
|
+
export interface ImmutableSortedSet_1_Enumerator$instance<T extends unknown> extends IEnumerator_1<T> {
|
|
964
964
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableSortedSet_1_Enumerator: never;
|
|
965
965
|
|
|
966
966
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -977,13 +977,13 @@ export interface ImmutableSortedSet_1_Enumerator$instance<T> extends IEnumerator
|
|
|
977
977
|
|
|
978
978
|
|
|
979
979
|
export const ImmutableSortedSet_1_Enumerator: {
|
|
980
|
-
new<T>(): ImmutableSortedSet_1_Enumerator<T>;
|
|
980
|
+
new<T extends unknown>(): ImmutableSortedSet_1_Enumerator<T>;
|
|
981
981
|
};
|
|
982
982
|
|
|
983
983
|
|
|
984
|
-
export type ImmutableSortedSet_1_Enumerator<T> = ImmutableSortedSet_1_Enumerator$instance<T>;
|
|
984
|
+
export type ImmutableSortedSet_1_Enumerator<T extends unknown> = ImmutableSortedSet_1_Enumerator$instance<T>;
|
|
985
985
|
|
|
986
|
-
export interface ImmutableSortedSet_1_Builder$instance<T
|
|
986
|
+
export interface ImmutableSortedSet_1_Builder$instance<T extends unknown> {
|
|
987
987
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableSortedSet_1_Builder: never;
|
|
988
988
|
|
|
989
989
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -1024,9 +1024,9 @@ export const ImmutableSortedSet_1_Builder: {
|
|
|
1024
1024
|
};
|
|
1025
1025
|
|
|
1026
1026
|
|
|
1027
|
-
export type ImmutableSortedSet_1_Builder<T> = ImmutableSortedSet_1_Builder$instance<T> & { readonly [index: number]: T; };
|
|
1027
|
+
export type ImmutableSortedSet_1_Builder<T extends unknown> = ImmutableSortedSet_1_Builder$instance<T> & { readonly [index: number]: T; };
|
|
1028
1028
|
|
|
1029
|
-
export interface ImmutableStack_1$instance<T> {
|
|
1029
|
+
export interface ImmutableStack_1$instance<T extends unknown> {
|
|
1030
1030
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableStack_1: never;
|
|
1031
1031
|
|
|
1032
1032
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -1045,20 +1045,20 @@ export interface ImmutableStack_1$instance<T> {
|
|
|
1045
1045
|
|
|
1046
1046
|
|
|
1047
1047
|
export const ImmutableStack_1: {
|
|
1048
|
-
readonly Empty: <T>() => ImmutableStack_1<T>;
|
|
1048
|
+
readonly Empty: <T extends unknown>() => ImmutableStack_1<T>;
|
|
1049
1049
|
};
|
|
1050
1050
|
|
|
1051
1051
|
|
|
1052
|
-
export interface __ImmutableStack_1$views<T> {
|
|
1052
|
+
export interface __ImmutableStack_1$views<T extends unknown> {
|
|
1053
1053
|
As_IImmutableStack_1(): IImmutableStack_1$instance<T>;
|
|
1054
1054
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
1055
1055
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1056
1056
|
}
|
|
1057
1057
|
|
|
1058
|
-
export type ImmutableStack_1<T> = ImmutableStack_1$instance<T> & __ImmutableStack_1$views<T>;
|
|
1058
|
+
export type ImmutableStack_1<T extends unknown> = ImmutableStack_1$instance<T> & __ImmutableStack_1$views<T>;
|
|
1059
1059
|
|
|
1060
1060
|
|
|
1061
|
-
export interface ImmutableStack_1_Enumerator$instance<T> {
|
|
1061
|
+
export interface ImmutableStack_1_Enumerator$instance<T extends unknown> {
|
|
1062
1062
|
readonly __tsonic_type_System_Collections_Immutable_ImmutableStack_1_Enumerator: never;
|
|
1063
1063
|
|
|
1064
1064
|
readonly Current: T;
|
|
@@ -1067,205 +1067,206 @@ export interface ImmutableStack_1_Enumerator$instance<T> {
|
|
|
1067
1067
|
|
|
1068
1068
|
|
|
1069
1069
|
export const ImmutableStack_1_Enumerator: {
|
|
1070
|
-
new<T>(): ImmutableStack_1_Enumerator<T>;
|
|
1070
|
+
new<T extends unknown>(): ImmutableStack_1_Enumerator<T>;
|
|
1071
1071
|
};
|
|
1072
1072
|
|
|
1073
1073
|
|
|
1074
|
-
export type ImmutableStack_1_Enumerator<T> = ImmutableStack_1_Enumerator$instance<T>;
|
|
1074
|
+
export type ImmutableStack_1_Enumerator<T extends unknown> = ImmutableStack_1_Enumerator$instance<T>;
|
|
1075
1075
|
|
|
1076
1076
|
export abstract class ImmutableArray$instance {
|
|
1077
|
-
static BinarySearch<T>(array: ImmutableArray_1<T>, index: int, length: int, value: T, comparer: IComparer_1<T> | null): int;
|
|
1078
|
-
static BinarySearch<T>(array: ImmutableArray_1<T>, index: int, length: int, value: T): int;
|
|
1079
|
-
static BinarySearch<T>(array: ImmutableArray_1<T>, value: T, comparer: IComparer_1<T> | null): int;
|
|
1080
|
-
static BinarySearch<T>(array: ImmutableArray_1<T>, value: T): int;
|
|
1081
|
-
static Create<T>(): ImmutableArray_1<T>;
|
|
1082
|
-
static Create<T>(items: ImmutableArray_1<T>, start: int, length: int): ImmutableArray_1<T>;
|
|
1083
|
-
static Create<T>(items: ReadOnlySpan_1<T>): ImmutableArray_1<T>;
|
|
1084
|
-
static Create<T>(items: Span_1<T>): ImmutableArray_1<T>;
|
|
1085
|
-
static Create<T>(item1: T, item2: T, item3: T, item4: T): ImmutableArray_1<T>;
|
|
1086
|
-
static Create<T>(item1: T, item2: T, item3: T): ImmutableArray_1<T>;
|
|
1087
|
-
static Create<T>(item1: T, item2: T): ImmutableArray_1<T>;
|
|
1088
|
-
static Create<T>(item: T): ImmutableArray_1<T>;
|
|
1089
|
-
static Create<T>(items: T[], start: int, length: int): ImmutableArray_1<T>;
|
|
1090
|
-
static Create<T>(...items: T[]
|
|
1091
|
-
static
|
|
1092
|
-
static CreateBuilder<T>(
|
|
1093
|
-
static
|
|
1094
|
-
static CreateRange<
|
|
1095
|
-
static CreateRange<TSource
|
|
1096
|
-
static CreateRange<TSource, TResult>(items: ImmutableArray_1<TSource>,
|
|
1097
|
-
static CreateRange<TSource
|
|
1098
|
-
static
|
|
1099
|
-
static ToImmutableArray<TSource>(
|
|
1100
|
-
static ToImmutableArray<
|
|
1101
|
-
static ToImmutableArray<T>(items:
|
|
1077
|
+
static BinarySearch<T extends unknown>(array: ImmutableArray_1<T>, index: int, length: int, value: T, comparer: IComparer_1<T> | null): int;
|
|
1078
|
+
static BinarySearch<T extends unknown>(array: ImmutableArray_1<T>, index: int, length: int, value: T): int;
|
|
1079
|
+
static BinarySearch<T extends unknown>(array: ImmutableArray_1<T>, value: T, comparer: IComparer_1<T> | null): int;
|
|
1080
|
+
static BinarySearch<T extends unknown>(array: ImmutableArray_1<T>, value: T): int;
|
|
1081
|
+
static Create<T extends unknown>(): ImmutableArray_1<T>;
|
|
1082
|
+
static Create<T extends unknown>(items: ImmutableArray_1<T>, start: int, length: int): ImmutableArray_1<T>;
|
|
1083
|
+
static Create<T extends unknown>(items: ReadOnlySpan_1<T>): ImmutableArray_1<T>;
|
|
1084
|
+
static Create<T extends unknown>(items: Span_1<T>): ImmutableArray_1<T>;
|
|
1085
|
+
static Create<T extends unknown>(item1: T, item2: T, item3: T, item4: T): ImmutableArray_1<T>;
|
|
1086
|
+
static Create<T extends unknown>(item1: T, item2: T, item3: T): ImmutableArray_1<T>;
|
|
1087
|
+
static Create<T extends unknown>(item1: T, item2: T): ImmutableArray_1<T>;
|
|
1088
|
+
static Create<T extends unknown>(item: T): ImmutableArray_1<T>;
|
|
1089
|
+
static Create<T extends unknown>(items: T[], start: int, length: int): ImmutableArray_1<T>;
|
|
1090
|
+
static Create<T extends unknown>(...items: T[]): ImmutableArray_1<T>;
|
|
1091
|
+
static Create<T extends unknown>(items: T[] | null): ImmutableArray_1<T>;
|
|
1092
|
+
static CreateBuilder<T extends unknown>(): ImmutableArray_1_Builder<T>;
|
|
1093
|
+
static CreateBuilder<T extends unknown>(initialCapacity: int): ImmutableArray_1_Builder<T>;
|
|
1094
|
+
static CreateRange<T extends unknown>(items: IEnumerable_1<T>): ImmutableArray_1<T>;
|
|
1095
|
+
static CreateRange<TSource extends unknown, TResult extends unknown>(items: ImmutableArray_1<TSource>, selector: Func_2<TSource, TResult>): ImmutableArray_1<TResult>;
|
|
1096
|
+
static CreateRange<TSource extends unknown, TArg extends unknown, TResult extends unknown>(items: ImmutableArray_1<TSource>, selector: Func_3<TSource, TArg, TResult>, arg: TArg): ImmutableArray_1<TResult>;
|
|
1097
|
+
static CreateRange<TSource extends unknown, TResult extends unknown>(items: ImmutableArray_1<TSource>, start: int, length: int, selector: Func_2<TSource, TResult>): ImmutableArray_1<TResult>;
|
|
1098
|
+
static CreateRange<TSource extends unknown, TArg extends unknown, TResult extends unknown>(items: ImmutableArray_1<TSource>, start: int, length: int, selector: Func_3<TSource, TArg, TResult>, arg: TArg): ImmutableArray_1<TResult>;
|
|
1099
|
+
static ToImmutableArray<TSource extends unknown>(builder: ImmutableArray_1_Builder<TSource>): ImmutableArray_1<TSource>;
|
|
1100
|
+
static ToImmutableArray<TSource extends unknown>(items: IEnumerable_1<TSource>): ImmutableArray_1<TSource>;
|
|
1101
|
+
static ToImmutableArray<T extends unknown>(items: ReadOnlySpan_1<T>): ImmutableArray_1<T>;
|
|
1102
|
+
static ToImmutableArray<T extends unknown>(items: Span_1<T>): ImmutableArray_1<T>;
|
|
1102
1103
|
}
|
|
1103
1104
|
|
|
1104
1105
|
|
|
1105
1106
|
export type ImmutableArray = ImmutableArray$instance;
|
|
1106
1107
|
|
|
1107
1108
|
export abstract class ImmutableDictionary$instance {
|
|
1108
|
-
static Contains<TKey, TValue>(map: IImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
1109
|
-
static Create<TKey, TValue>(): ImmutableDictionary_2<TKey, TValue>;
|
|
1110
|
-
static Create<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableDictionary_2<TKey, TValue>;
|
|
1111
|
-
static Create<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey> | null): ImmutableDictionary_2<TKey, TValue>;
|
|
1112
|
-
static CreateBuilder<TKey, TValue>(): ImmutableDictionary_2_Builder<TKey, TValue>;
|
|
1113
|
-
static CreateBuilder<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableDictionary_2_Builder<TKey, TValue>;
|
|
1114
|
-
static CreateBuilder<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey> | null): ImmutableDictionary_2_Builder<TKey, TValue>;
|
|
1115
|
-
static CreateRange<TKey, TValue>(items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1116
|
-
static CreateRange<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey> | null, items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1117
|
-
static CreateRange<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null, items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1118
|
-
static CreateRangeWithOverwrite<TKey, TValue>(keyComparer: IEqualityComparer_1<TKey> | null, items: ReadOnlySpan_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1119
|
-
static CreateRangeWithOverwrite<TKey, TValue>(items: ReadOnlySpan_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1120
|
-
static GetValueOrDefault<TKey, TValue>(dictionary: IImmutableDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): TValue;
|
|
1121
|
-
static GetValueOrDefault<TKey, TValue>(dictionary: IImmutableDictionary_2<TKey, TValue>, key: TKey): TValue | null;
|
|
1122
|
-
static ToImmutableDictionary<TKey, TValue>(builder: ImmutableDictionary_2_Builder<TKey, TValue>): ImmutableDictionary_2<TKey, TValue>;
|
|
1123
|
-
static ToImmutableDictionary<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IEqualityComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableDictionary_2<TKey, TValue>;
|
|
1124
|
-
static ToImmutableDictionary<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IEqualityComparer_1<TKey> | null): ImmutableDictionary_2<TKey, TValue>;
|
|
1125
|
-
static ToImmutableDictionary<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>): ImmutableDictionary_2<TKey, TValue>;
|
|
1126
|
-
static ToImmutableDictionary<TSource, TKey>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, keyComparer: IEqualityComparer_1<TKey> | null): ImmutableDictionary_2<TKey, TSource>;
|
|
1127
|
-
static ToImmutableDictionary<TSource, TKey>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>): ImmutableDictionary_2<TKey, TSource>;
|
|
1128
|
-
static ToImmutableDictionary<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, keyComparer: IEqualityComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableDictionary_2<TKey, TValue>;
|
|
1129
|
-
static ToImmutableDictionary<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, keyComparer: IEqualityComparer_1<TKey> | null): ImmutableDictionary_2<TKey, TValue>;
|
|
1130
|
-
static ToImmutableDictionary<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1109
|
+
static Contains<TKey extends unknown, TValue extends unknown>(map: IImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
1110
|
+
static Create<TKey extends unknown, TValue extends unknown>(): ImmutableDictionary_2<TKey, TValue>;
|
|
1111
|
+
static Create<TKey extends unknown, TValue extends unknown>(keyComparer: IEqualityComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableDictionary_2<TKey, TValue>;
|
|
1112
|
+
static Create<TKey extends unknown, TValue extends unknown>(keyComparer: IEqualityComparer_1<TKey> | null): ImmutableDictionary_2<TKey, TValue>;
|
|
1113
|
+
static CreateBuilder<TKey extends unknown, TValue extends unknown>(): ImmutableDictionary_2_Builder<TKey, TValue>;
|
|
1114
|
+
static CreateBuilder<TKey extends unknown, TValue extends unknown>(keyComparer: IEqualityComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableDictionary_2_Builder<TKey, TValue>;
|
|
1115
|
+
static CreateBuilder<TKey extends unknown, TValue extends unknown>(keyComparer: IEqualityComparer_1<TKey> | null): ImmutableDictionary_2_Builder<TKey, TValue>;
|
|
1116
|
+
static CreateRange<TKey extends unknown, TValue extends unknown>(items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1117
|
+
static CreateRange<TKey extends unknown, TValue extends unknown>(keyComparer: IEqualityComparer_1<TKey> | null, items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1118
|
+
static CreateRange<TKey extends unknown, TValue extends unknown>(keyComparer: IEqualityComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null, items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1119
|
+
static CreateRangeWithOverwrite<TKey extends unknown, TValue extends unknown>(keyComparer: IEqualityComparer_1<TKey> | null, items: ReadOnlySpan_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1120
|
+
static CreateRangeWithOverwrite<TKey extends unknown, TValue extends unknown>(items: ReadOnlySpan_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1121
|
+
static GetValueOrDefault<TKey extends unknown, TValue extends unknown>(dictionary: IImmutableDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): TValue;
|
|
1122
|
+
static GetValueOrDefault<TKey extends unknown, TValue extends unknown>(dictionary: IImmutableDictionary_2<TKey, TValue>, key: TKey): TValue | null;
|
|
1123
|
+
static ToImmutableDictionary<TKey extends unknown, TValue extends unknown>(builder: ImmutableDictionary_2_Builder<TKey, TValue>): ImmutableDictionary_2<TKey, TValue>;
|
|
1124
|
+
static ToImmutableDictionary<TSource extends unknown, TKey extends unknown, TValue extends unknown>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IEqualityComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableDictionary_2<TKey, TValue>;
|
|
1125
|
+
static ToImmutableDictionary<TSource extends unknown, TKey extends unknown, TValue extends unknown>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IEqualityComparer_1<TKey> | null): ImmutableDictionary_2<TKey, TValue>;
|
|
1126
|
+
static ToImmutableDictionary<TSource extends unknown, TKey extends unknown, TValue extends unknown>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>): ImmutableDictionary_2<TKey, TValue>;
|
|
1127
|
+
static ToImmutableDictionary<TSource extends unknown, TKey extends unknown>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, keyComparer: IEqualityComparer_1<TKey> | null): ImmutableDictionary_2<TKey, TSource>;
|
|
1128
|
+
static ToImmutableDictionary<TSource extends unknown, TKey extends unknown>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>): ImmutableDictionary_2<TKey, TSource>;
|
|
1129
|
+
static ToImmutableDictionary<TKey extends unknown, TValue extends unknown>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, keyComparer: IEqualityComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableDictionary_2<TKey, TValue>;
|
|
1130
|
+
static ToImmutableDictionary<TKey extends unknown, TValue extends unknown>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, keyComparer: IEqualityComparer_1<TKey> | null): ImmutableDictionary_2<TKey, TValue>;
|
|
1131
|
+
static ToImmutableDictionary<TKey extends unknown, TValue extends unknown>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableDictionary_2<TKey, TValue>;
|
|
1131
1132
|
}
|
|
1132
1133
|
|
|
1133
1134
|
|
|
1134
1135
|
export type ImmutableDictionary = ImmutableDictionary$instance;
|
|
1135
1136
|
|
|
1136
1137
|
export abstract class ImmutableHashSet$instance {
|
|
1137
|
-
static Create<T>(): ImmutableHashSet_1<T>;
|
|
1138
|
-
static Create<T>(equalityComparer: IEqualityComparer_1<T> | null, items: ReadOnlySpan_1<T>): ImmutableHashSet_1<T>;
|
|
1139
|
-
static Create<T>(equalityComparer: IEqualityComparer_1<T> | null, item: T): ImmutableHashSet_1<T>;
|
|
1140
|
-
static Create<T>(equalityComparer: IEqualityComparer_1<T> | null, ...items: T[]): ImmutableHashSet_1<T>;
|
|
1141
|
-
static Create<T>(equalityComparer: IEqualityComparer_1<T> | null): ImmutableHashSet_1<T>;
|
|
1142
|
-
static Create<T>(items: ReadOnlySpan_1<T>): ImmutableHashSet_1<T>;
|
|
1143
|
-
static Create<T>(item: T): ImmutableHashSet_1<T>;
|
|
1144
|
-
static Create<T>(...items: T[]): ImmutableHashSet_1<T>;
|
|
1145
|
-
static CreateBuilder<T>(): ImmutableHashSet_1_Builder<T>;
|
|
1146
|
-
static CreateBuilder<T>(equalityComparer: IEqualityComparer_1<T> | null): ImmutableHashSet_1_Builder<T>;
|
|
1147
|
-
static CreateRange<T>(items: IEnumerable_1<T>): ImmutableHashSet_1<T>;
|
|
1148
|
-
static CreateRange<T>(equalityComparer: IEqualityComparer_1<T> | null, items: IEnumerable_1<T>): ImmutableHashSet_1<T>;
|
|
1149
|
-
static ToImmutableHashSet<TSource>(builder: ImmutableHashSet_1_Builder<TSource>): ImmutableHashSet_1<TSource>;
|
|
1150
|
-
static ToImmutableHashSet<TSource>(source: IEnumerable_1<TSource>, equalityComparer: IEqualityComparer_1<TSource> | null): ImmutableHashSet_1<TSource>;
|
|
1151
|
-
static ToImmutableHashSet<TSource>(source: IEnumerable_1<TSource>): ImmutableHashSet_1<TSource>;
|
|
1138
|
+
static Create<T extends unknown>(): ImmutableHashSet_1<T>;
|
|
1139
|
+
static Create<T extends unknown>(equalityComparer: IEqualityComparer_1<T> | null, items: ReadOnlySpan_1<T>): ImmutableHashSet_1<T>;
|
|
1140
|
+
static Create<T extends unknown>(equalityComparer: IEqualityComparer_1<T> | null, item: T): ImmutableHashSet_1<T>;
|
|
1141
|
+
static Create<T extends unknown>(equalityComparer: IEqualityComparer_1<T> | null, ...items: T[]): ImmutableHashSet_1<T>;
|
|
1142
|
+
static Create<T extends unknown>(equalityComparer: IEqualityComparer_1<T> | null): ImmutableHashSet_1<T>;
|
|
1143
|
+
static Create<T extends unknown>(items: ReadOnlySpan_1<T>): ImmutableHashSet_1<T>;
|
|
1144
|
+
static Create<T extends unknown>(item: T): ImmutableHashSet_1<T>;
|
|
1145
|
+
static Create<T extends unknown>(...items: T[]): ImmutableHashSet_1<T>;
|
|
1146
|
+
static CreateBuilder<T extends unknown>(): ImmutableHashSet_1_Builder<T>;
|
|
1147
|
+
static CreateBuilder<T extends unknown>(equalityComparer: IEqualityComparer_1<T> | null): ImmutableHashSet_1_Builder<T>;
|
|
1148
|
+
static CreateRange<T extends unknown>(items: IEnumerable_1<T>): ImmutableHashSet_1<T>;
|
|
1149
|
+
static CreateRange<T extends unknown>(equalityComparer: IEqualityComparer_1<T> | null, items: IEnumerable_1<T>): ImmutableHashSet_1<T>;
|
|
1150
|
+
static ToImmutableHashSet<TSource extends unknown>(builder: ImmutableHashSet_1_Builder<TSource>): ImmutableHashSet_1<TSource>;
|
|
1151
|
+
static ToImmutableHashSet<TSource extends unknown>(source: IEnumerable_1<TSource>, equalityComparer: IEqualityComparer_1<TSource> | null): ImmutableHashSet_1<TSource>;
|
|
1152
|
+
static ToImmutableHashSet<TSource extends unknown>(source: IEnumerable_1<TSource>): ImmutableHashSet_1<TSource>;
|
|
1152
1153
|
}
|
|
1153
1154
|
|
|
1154
1155
|
|
|
1155
1156
|
export type ImmutableHashSet = ImmutableHashSet$instance;
|
|
1156
1157
|
|
|
1157
1158
|
export abstract class ImmutableInterlocked$instance {
|
|
1158
|
-
static AddOrUpdate<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, addValueFactory: Func_2<TKey, TValue>, updateValueFactory: Func_3<TKey, TValue, TValue>): TValue;
|
|
1159
|
-
static AddOrUpdate<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, addValue: TValue, updateValueFactory: Func_3<TKey, TValue, TValue>): TValue;
|
|
1160
|
-
static Enqueue<T>(location: ImmutableQueue_1<T>, value: T): void;
|
|
1161
|
-
static GetOrAdd<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, valueFactory: Func_2<TKey, TValue>): TValue;
|
|
1162
|
-
static GetOrAdd<TKey, TValue, TArg>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, valueFactory: Func_3<TKey, TArg, TValue>, factoryArgument: TArg): TValue;
|
|
1163
|
-
static GetOrAdd<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): TValue;
|
|
1164
|
-
static InterlockedCompareExchange<T>(location: ImmutableArray_1<T>, value: ImmutableArray_1<T>, comparand: ImmutableArray_1<T>): ImmutableArray_1<T>;
|
|
1165
|
-
static InterlockedExchange<T>(location: ImmutableArray_1<T>, value: ImmutableArray_1<T>): ImmutableArray_1<T>;
|
|
1166
|
-
static InterlockedInitialize<T>(location: ImmutableArray_1<T>, value: ImmutableArray_1<T>): boolean;
|
|
1167
|
-
static Push<T>(location: ImmutableStack_1<T>, value: T): void;
|
|
1168
|
-
static TryAdd<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
1169
|
-
static TryDequeue<T>(location: ImmutableQueue_1<T>, value: T): boolean;
|
|
1170
|
-
static TryPop<T>(location: ImmutableStack_1<T>, value: T): boolean;
|
|
1171
|
-
static TryRemove<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
1172
|
-
static TryUpdate<TKey, TValue>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, newValue: TValue, comparisonValue: TValue): boolean;
|
|
1173
|
-
static Update<T>(location: ImmutableArray_1<T>, transformer: Func_2<ImmutableArray_1<T>, ImmutableArray_1<T>>): boolean;
|
|
1174
|
-
static Update<T, TArg>(location: ImmutableArray_1<T>, transformer: Func_3<ImmutableArray_1<T>, TArg, ImmutableArray_1<T>>, transformerArgument: TArg): boolean;
|
|
1175
|
-
static Update<T>(location: T, transformer: Func_2<T, T>): boolean;
|
|
1176
|
-
static Update<T, TArg>(location: T, transformer: Func_3<T, TArg, T>, transformerArgument: TArg): boolean;
|
|
1159
|
+
static AddOrUpdate<TKey extends unknown, TValue extends unknown>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, addValueFactory: Func_2<TKey, TValue>, updateValueFactory: Func_3<TKey, TValue, TValue>): TValue;
|
|
1160
|
+
static AddOrUpdate<TKey extends unknown, TValue extends unknown>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, addValue: TValue, updateValueFactory: Func_3<TKey, TValue, TValue>): TValue;
|
|
1161
|
+
static Enqueue<T extends unknown>(location: ImmutableQueue_1<T>, value: T): void;
|
|
1162
|
+
static GetOrAdd<TKey extends unknown, TValue extends unknown>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, valueFactory: Func_2<TKey, TValue>): TValue;
|
|
1163
|
+
static GetOrAdd<TKey extends unknown, TValue extends unknown, TArg extends unknown>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, valueFactory: Func_3<TKey, TArg, TValue>, factoryArgument: TArg): TValue;
|
|
1164
|
+
static GetOrAdd<TKey extends unknown, TValue extends unknown>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): TValue;
|
|
1165
|
+
static InterlockedCompareExchange<T extends unknown>(location: ImmutableArray_1<T>, value: ImmutableArray_1<T>, comparand: ImmutableArray_1<T>): ImmutableArray_1<T>;
|
|
1166
|
+
static InterlockedExchange<T extends unknown>(location: ImmutableArray_1<T>, value: ImmutableArray_1<T>): ImmutableArray_1<T>;
|
|
1167
|
+
static InterlockedInitialize<T extends unknown>(location: ImmutableArray_1<T>, value: ImmutableArray_1<T>): boolean;
|
|
1168
|
+
static Push<T extends unknown>(location: ImmutableStack_1<T>, value: T): void;
|
|
1169
|
+
static TryAdd<TKey extends unknown, TValue extends unknown>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
1170
|
+
static TryDequeue<T extends unknown>(location: ImmutableQueue_1<T>, value: T): boolean;
|
|
1171
|
+
static TryPop<T extends unknown>(location: ImmutableStack_1<T>, value: T): boolean;
|
|
1172
|
+
static TryRemove<TKey extends unknown, TValue extends unknown>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
1173
|
+
static TryUpdate<TKey extends unknown, TValue extends unknown>(location: ImmutableDictionary_2<TKey, TValue>, key: TKey, newValue: TValue, comparisonValue: TValue): boolean;
|
|
1174
|
+
static Update<T extends unknown>(location: ImmutableArray_1<T>, transformer: Func_2<ImmutableArray_1<T>, ImmutableArray_1<T>>): boolean;
|
|
1175
|
+
static Update<T extends unknown, TArg extends unknown>(location: ImmutableArray_1<T>, transformer: Func_3<ImmutableArray_1<T>, TArg, ImmutableArray_1<T>>, transformerArgument: TArg): boolean;
|
|
1176
|
+
static Update<T extends (object | null)>(location: T, transformer: Func_2<T, T>): boolean;
|
|
1177
|
+
static Update<T extends (object | null), TArg extends unknown>(location: T, transformer: Func_3<T, TArg, T>, transformerArgument: TArg): boolean;
|
|
1177
1178
|
}
|
|
1178
1179
|
|
|
1179
1180
|
|
|
1180
1181
|
export type ImmutableInterlocked = ImmutableInterlocked$instance;
|
|
1181
1182
|
|
|
1182
1183
|
export abstract class ImmutableList$instance {
|
|
1183
|
-
static Create<T>(): ImmutableList_1<T>;
|
|
1184
|
-
static Create<T>(items: ReadOnlySpan_1<T>): ImmutableList_1<T>;
|
|
1185
|
-
static Create<T>(item: T): ImmutableList_1<T>;
|
|
1186
|
-
static Create<T>(...items: T[]): ImmutableList_1<T>;
|
|
1187
|
-
static CreateBuilder<T>(): ImmutableList_1_Builder<T>;
|
|
1188
|
-
static CreateRange<T>(items: IEnumerable_1<T>): ImmutableList_1<T>;
|
|
1189
|
-
static IndexOf<T>(list: IImmutableList_1<T>, item: T, equalityComparer: IEqualityComparer_1<T> | null): int;
|
|
1190
|
-
static IndexOf<T>(list: IImmutableList_1<T>, item: T, startIndex: int, count: int): int;
|
|
1191
|
-
static IndexOf<T>(list: IImmutableList_1<T>, item: T, startIndex: int): int;
|
|
1192
|
-
static IndexOf<T>(list: IImmutableList_1<T>, item: T): int;
|
|
1193
|
-
static LastIndexOf<T>(list: IImmutableList_1<T>, item: T, equalityComparer: IEqualityComparer_1<T> | null): int;
|
|
1194
|
-
static LastIndexOf<T>(list: IImmutableList_1<T>, item: T, startIndex: int, count: int): int;
|
|
1195
|
-
static LastIndexOf<T>(list: IImmutableList_1<T>, item: T, startIndex: int): int;
|
|
1196
|
-
static LastIndexOf<T>(list: IImmutableList_1<T>, item: T): int;
|
|
1197
|
-
static Remove<T>(list: IImmutableList_1<T>, value: T): IImmutableList_1<T>;
|
|
1198
|
-
static RemoveRange<T>(list: IImmutableList_1<T>, items: IEnumerable_1<T>): IImmutableList_1<T>;
|
|
1199
|
-
static Replace<T>(list: IImmutableList_1<T>, oldValue: T, newValue: T): IImmutableList_1<T>;
|
|
1200
|
-
static ToImmutableList<TSource>(builder: ImmutableList_1_Builder<TSource>): ImmutableList_1<TSource>;
|
|
1201
|
-
static ToImmutableList<TSource>(source: IEnumerable_1<TSource>): ImmutableList_1<TSource>;
|
|
1184
|
+
static Create<T extends unknown>(): ImmutableList_1<T>;
|
|
1185
|
+
static Create<T extends unknown>(items: ReadOnlySpan_1<T>): ImmutableList_1<T>;
|
|
1186
|
+
static Create<T extends unknown>(item: T): ImmutableList_1<T>;
|
|
1187
|
+
static Create<T extends unknown>(...items: T[]): ImmutableList_1<T>;
|
|
1188
|
+
static CreateBuilder<T extends unknown>(): ImmutableList_1_Builder<T>;
|
|
1189
|
+
static CreateRange<T extends unknown>(items: IEnumerable_1<T>): ImmutableList_1<T>;
|
|
1190
|
+
static IndexOf<T extends unknown>(list: IImmutableList_1<T>, item: T, equalityComparer: IEqualityComparer_1<T> | null): int;
|
|
1191
|
+
static IndexOf<T extends unknown>(list: IImmutableList_1<T>, item: T, startIndex: int, count: int): int;
|
|
1192
|
+
static IndexOf<T extends unknown>(list: IImmutableList_1<T>, item: T, startIndex: int): int;
|
|
1193
|
+
static IndexOf<T extends unknown>(list: IImmutableList_1<T>, item: T): int;
|
|
1194
|
+
static LastIndexOf<T extends unknown>(list: IImmutableList_1<T>, item: T, equalityComparer: IEqualityComparer_1<T> | null): int;
|
|
1195
|
+
static LastIndexOf<T extends unknown>(list: IImmutableList_1<T>, item: T, startIndex: int, count: int): int;
|
|
1196
|
+
static LastIndexOf<T extends unknown>(list: IImmutableList_1<T>, item: T, startIndex: int): int;
|
|
1197
|
+
static LastIndexOf<T extends unknown>(list: IImmutableList_1<T>, item: T): int;
|
|
1198
|
+
static Remove<T extends unknown>(list: IImmutableList_1<T>, value: T): IImmutableList_1<T>;
|
|
1199
|
+
static RemoveRange<T extends unknown>(list: IImmutableList_1<T>, items: IEnumerable_1<T>): IImmutableList_1<T>;
|
|
1200
|
+
static Replace<T extends unknown>(list: IImmutableList_1<T>, oldValue: T, newValue: T): IImmutableList_1<T>;
|
|
1201
|
+
static ToImmutableList<TSource extends unknown>(builder: ImmutableList_1_Builder<TSource>): ImmutableList_1<TSource>;
|
|
1202
|
+
static ToImmutableList<TSource extends unknown>(source: IEnumerable_1<TSource>): ImmutableList_1<TSource>;
|
|
1202
1203
|
}
|
|
1203
1204
|
|
|
1204
1205
|
|
|
1205
1206
|
export type ImmutableList = ImmutableList$instance;
|
|
1206
1207
|
|
|
1207
1208
|
export abstract class ImmutableQueue$instance {
|
|
1208
|
-
static Create<T>(): ImmutableQueue_1<T>;
|
|
1209
|
-
static Create<T>(items: ReadOnlySpan_1<T>): ImmutableQueue_1<T>;
|
|
1210
|
-
static Create<T>(item: T): ImmutableQueue_1<T>;
|
|
1211
|
-
static Create<T>(...items: T[]): ImmutableQueue_1<T>;
|
|
1212
|
-
static CreateRange<T>(items: IEnumerable_1<T>): ImmutableQueue_1<T>;
|
|
1213
|
-
static Dequeue<T>(queue: IImmutableQueue_1<T>, value: T): IImmutableQueue_1<T>;
|
|
1209
|
+
static Create<T extends unknown>(): ImmutableQueue_1<T>;
|
|
1210
|
+
static Create<T extends unknown>(items: ReadOnlySpan_1<T>): ImmutableQueue_1<T>;
|
|
1211
|
+
static Create<T extends unknown>(item: T): ImmutableQueue_1<T>;
|
|
1212
|
+
static Create<T extends unknown>(...items: T[]): ImmutableQueue_1<T>;
|
|
1213
|
+
static CreateRange<T extends unknown>(items: IEnumerable_1<T>): ImmutableQueue_1<T>;
|
|
1214
|
+
static Dequeue<T extends unknown>(queue: IImmutableQueue_1<T>, value: T): IImmutableQueue_1<T>;
|
|
1214
1215
|
}
|
|
1215
1216
|
|
|
1216
1217
|
|
|
1217
1218
|
export type ImmutableQueue = ImmutableQueue$instance;
|
|
1218
1219
|
|
|
1219
1220
|
export abstract class ImmutableSortedDictionary$instance {
|
|
1220
|
-
static Create<TKey, TValue>(): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1221
|
-
static Create<TKey, TValue>(keyComparer: IComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1222
|
-
static Create<TKey, TValue>(keyComparer: IComparer_1<TKey> | null): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1223
|
-
static CreateBuilder<TKey, TValue>(): ImmutableSortedDictionary_2_Builder<TKey, TValue>;
|
|
1224
|
-
static CreateBuilder<TKey, TValue>(keyComparer: IComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableSortedDictionary_2_Builder<TKey, TValue>;
|
|
1225
|
-
static CreateBuilder<TKey, TValue>(keyComparer: IComparer_1<TKey> | null): ImmutableSortedDictionary_2_Builder<TKey, TValue>;
|
|
1226
|
-
static CreateRange<TKey, TValue>(keyComparer: IComparer_1<TKey> | null, items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1227
|
-
static CreateRange<TKey, TValue>(keyComparer: IComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null, items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1228
|
-
static CreateRange<TKey, TValue>(items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1229
|
-
static ToImmutableSortedDictionary<TKey, TValue>(builder: ImmutableSortedDictionary_2_Builder<TKey, TValue>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1230
|
-
static ToImmutableSortedDictionary<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1231
|
-
static ToImmutableSortedDictionary<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IComparer_1<TKey> | null): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1232
|
-
static ToImmutableSortedDictionary<TSource, TKey, TValue>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1233
|
-
static ToImmutableSortedDictionary<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, keyComparer: IComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1234
|
-
static ToImmutableSortedDictionary<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, keyComparer: IComparer_1<TKey> | null): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1235
|
-
static ToImmutableSortedDictionary<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1221
|
+
static Create<TKey extends unknown, TValue extends unknown>(): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1222
|
+
static Create<TKey extends unknown, TValue extends unknown>(keyComparer: IComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1223
|
+
static Create<TKey extends unknown, TValue extends unknown>(keyComparer: IComparer_1<TKey> | null): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1224
|
+
static CreateBuilder<TKey extends unknown, TValue extends unknown>(): ImmutableSortedDictionary_2_Builder<TKey, TValue>;
|
|
1225
|
+
static CreateBuilder<TKey extends unknown, TValue extends unknown>(keyComparer: IComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableSortedDictionary_2_Builder<TKey, TValue>;
|
|
1226
|
+
static CreateBuilder<TKey extends unknown, TValue extends unknown>(keyComparer: IComparer_1<TKey> | null): ImmutableSortedDictionary_2_Builder<TKey, TValue>;
|
|
1227
|
+
static CreateRange<TKey extends unknown, TValue extends unknown>(keyComparer: IComparer_1<TKey> | null, items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1228
|
+
static CreateRange<TKey extends unknown, TValue extends unknown>(keyComparer: IComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null, items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1229
|
+
static CreateRange<TKey extends unknown, TValue extends unknown>(items: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1230
|
+
static ToImmutableSortedDictionary<TKey extends unknown, TValue extends unknown>(builder: ImmutableSortedDictionary_2_Builder<TKey, TValue>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1231
|
+
static ToImmutableSortedDictionary<TSource extends unknown, TKey extends unknown, TValue extends unknown>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1232
|
+
static ToImmutableSortedDictionary<TSource extends unknown, TKey extends unknown, TValue extends unknown>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>, keyComparer: IComparer_1<TKey> | null): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1233
|
+
static ToImmutableSortedDictionary<TSource extends unknown, TKey extends unknown, TValue extends unknown>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TValue>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1234
|
+
static ToImmutableSortedDictionary<TKey extends unknown, TValue extends unknown>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, keyComparer: IComparer_1<TKey> | null, valueComparer: IEqualityComparer_1<TValue> | null): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1235
|
+
static ToImmutableSortedDictionary<TKey extends unknown, TValue extends unknown>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, keyComparer: IComparer_1<TKey> | null): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1236
|
+
static ToImmutableSortedDictionary<TKey extends unknown, TValue extends unknown>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ImmutableSortedDictionary_2<TKey, TValue>;
|
|
1236
1237
|
}
|
|
1237
1238
|
|
|
1238
1239
|
|
|
1239
1240
|
export type ImmutableSortedDictionary = ImmutableSortedDictionary$instance;
|
|
1240
1241
|
|
|
1241
1242
|
export abstract class ImmutableSortedSet$instance {
|
|
1242
|
-
static Create<T>(): ImmutableSortedSet_1<T>;
|
|
1243
|
-
static Create<T>(comparer: IComparer_1<T> | null, items: ReadOnlySpan_1<T>): ImmutableSortedSet_1<T>;
|
|
1244
|
-
static Create<T>(comparer: IComparer_1<T> | null, item: T): ImmutableSortedSet_1<T>;
|
|
1245
|
-
static Create<T>(comparer: IComparer_1<T> | null, ...items: T[]): ImmutableSortedSet_1<T>;
|
|
1246
|
-
static Create<T>(comparer: IComparer_1<T> | null): ImmutableSortedSet_1<T>;
|
|
1247
|
-
static Create<T>(items: ReadOnlySpan_1<T>): ImmutableSortedSet_1<T>;
|
|
1248
|
-
static Create<T>(item: T): ImmutableSortedSet_1<T>;
|
|
1249
|
-
static Create<T>(...items: T[]): ImmutableSortedSet_1<T>;
|
|
1250
|
-
static CreateBuilder<T>(): ImmutableSortedSet_1_Builder<T>;
|
|
1251
|
-
static CreateBuilder<T>(comparer: IComparer_1<T> | null): ImmutableSortedSet_1_Builder<T>;
|
|
1252
|
-
static CreateRange<T>(comparer: IComparer_1<T> | null, items: IEnumerable_1<T>): ImmutableSortedSet_1<T>;
|
|
1253
|
-
static CreateRange<T>(items: IEnumerable_1<T>): ImmutableSortedSet_1<T>;
|
|
1254
|
-
static ToImmutableSortedSet<TSource>(builder: ImmutableSortedSet_1_Builder<TSource>): ImmutableSortedSet_1<TSource>;
|
|
1255
|
-
static ToImmutableSortedSet<TSource>(source: IEnumerable_1<TSource>, comparer: IComparer_1<TSource> | null): ImmutableSortedSet_1<TSource>;
|
|
1256
|
-
static ToImmutableSortedSet<TSource>(source: IEnumerable_1<TSource>): ImmutableSortedSet_1<TSource>;
|
|
1243
|
+
static Create<T extends unknown>(): ImmutableSortedSet_1<T>;
|
|
1244
|
+
static Create<T extends unknown>(comparer: IComparer_1<T> | null, items: ReadOnlySpan_1<T>): ImmutableSortedSet_1<T>;
|
|
1245
|
+
static Create<T extends unknown>(comparer: IComparer_1<T> | null, item: T): ImmutableSortedSet_1<T>;
|
|
1246
|
+
static Create<T extends unknown>(comparer: IComparer_1<T> | null, ...items: T[]): ImmutableSortedSet_1<T>;
|
|
1247
|
+
static Create<T extends unknown>(comparer: IComparer_1<T> | null): ImmutableSortedSet_1<T>;
|
|
1248
|
+
static Create<T extends unknown>(items: ReadOnlySpan_1<T>): ImmutableSortedSet_1<T>;
|
|
1249
|
+
static Create<T extends unknown>(item: T): ImmutableSortedSet_1<T>;
|
|
1250
|
+
static Create<T extends unknown>(...items: T[]): ImmutableSortedSet_1<T>;
|
|
1251
|
+
static CreateBuilder<T extends unknown>(): ImmutableSortedSet_1_Builder<T>;
|
|
1252
|
+
static CreateBuilder<T extends unknown>(comparer: IComparer_1<T> | null): ImmutableSortedSet_1_Builder<T>;
|
|
1253
|
+
static CreateRange<T extends unknown>(comparer: IComparer_1<T> | null, items: IEnumerable_1<T>): ImmutableSortedSet_1<T>;
|
|
1254
|
+
static CreateRange<T extends unknown>(items: IEnumerable_1<T>): ImmutableSortedSet_1<T>;
|
|
1255
|
+
static ToImmutableSortedSet<TSource extends unknown>(builder: ImmutableSortedSet_1_Builder<TSource>): ImmutableSortedSet_1<TSource>;
|
|
1256
|
+
static ToImmutableSortedSet<TSource extends unknown>(source: IEnumerable_1<TSource>, comparer: IComparer_1<TSource> | null): ImmutableSortedSet_1<TSource>;
|
|
1257
|
+
static ToImmutableSortedSet<TSource extends unknown>(source: IEnumerable_1<TSource>): ImmutableSortedSet_1<TSource>;
|
|
1257
1258
|
}
|
|
1258
1259
|
|
|
1259
1260
|
|
|
1260
1261
|
export type ImmutableSortedSet = ImmutableSortedSet$instance;
|
|
1261
1262
|
|
|
1262
1263
|
export abstract class ImmutableStack$instance {
|
|
1263
|
-
static Create<T>(): ImmutableStack_1<T>;
|
|
1264
|
-
static Create<T>(items: ReadOnlySpan_1<T>): ImmutableStack_1<T>;
|
|
1265
|
-
static Create<T>(item: T): ImmutableStack_1<T>;
|
|
1266
|
-
static Create<T>(...items: T[]): ImmutableStack_1<T>;
|
|
1267
|
-
static CreateRange<T>(items: IEnumerable_1<T>): ImmutableStack_1<T>;
|
|
1268
|
-
static Pop<T>(stack: IImmutableStack_1<T>, value: T): IImmutableStack_1<T>;
|
|
1264
|
+
static Create<T extends unknown>(): ImmutableStack_1<T>;
|
|
1265
|
+
static Create<T extends unknown>(items: ReadOnlySpan_1<T>): ImmutableStack_1<T>;
|
|
1266
|
+
static Create<T extends unknown>(item: T): ImmutableStack_1<T>;
|
|
1267
|
+
static Create<T extends unknown>(...items: T[]): ImmutableStack_1<T>;
|
|
1268
|
+
static CreateRange<T extends unknown>(items: IEnumerable_1<T>): ImmutableStack_1<T>;
|
|
1269
|
+
static Pop<T extends unknown>(stack: IImmutableStack_1<T>, value: T): IImmutableStack_1<T>;
|
|
1269
1270
|
}
|
|
1270
1271
|
|
|
1271
1272
|
|