@tsonic/dotnet 0.7.3 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +46 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +65 -85
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +337 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +22 -47
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +77 -99
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +26 -51
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +5 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +83 -107
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Intrinsics.d.ts +29 -8
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +1 -26
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.AccessControl.d.ts +23 -6
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +608 -633
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +14 -39
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +142 -167
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +154 -179
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +10 -35
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import type { MemoryHandle, OperationStatus, SearchValues_1, SpanAction_2 } from "../../System.Buffers/internal/index.js";
|
|
@@ -38,31 +38,6 @@ import type { CompositeFormat, Encoding, NormalizationForm, SpanLineEnumerator,
|
|
|
38
38
|
import type { ValueTask } from "../../System.Threading.Tasks/internal/index.js";
|
|
39
39
|
import type { CancellationToken, ITimer, LazyThreadSafetyMode, TimerCallback, WaitHandle } from "../../System.Threading/internal/index.js";
|
|
40
40
|
|
|
41
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
42
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
43
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
44
|
-
export type CLROf<T> =
|
|
45
|
-
T extends sbyte ? SByte :
|
|
46
|
-
T extends short ? Int16 :
|
|
47
|
-
T extends int ? Int32 :
|
|
48
|
-
T extends long ? Int64 :
|
|
49
|
-
T extends int128 ? Int128 :
|
|
50
|
-
T extends nint ? IntPtr :
|
|
51
|
-
T extends byte ? Byte :
|
|
52
|
-
T extends ushort ? UInt16 :
|
|
53
|
-
T extends uint ? UInt32 :
|
|
54
|
-
T extends ulong ? UInt64 :
|
|
55
|
-
T extends uint128 ? UInt128 :
|
|
56
|
-
T extends nuint ? UIntPtr :
|
|
57
|
-
T extends half ? Half :
|
|
58
|
-
T extends float ? Single :
|
|
59
|
-
T extends double ? Double :
|
|
60
|
-
T extends decimal ? Decimal :
|
|
61
|
-
T extends char ? Char :
|
|
62
|
-
T extends boolean ? Boolean :
|
|
63
|
-
T extends string ? String :
|
|
64
|
-
T; // Identity fallback for non-primitive types
|
|
65
|
-
|
|
66
41
|
export enum AttributeTargets {
|
|
67
42
|
assembly = 1,
|
|
68
43
|
module_ = 2,
|
|
@@ -787,7 +762,7 @@ export type IServiceProvider = IServiceProvider$instance;
|
|
|
787
762
|
|
|
788
763
|
export interface ISpanFormattable$instance extends IFormattable {
|
|
789
764
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
790
|
-
tryFormat(destination: Span_1<
|
|
765
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
791
766
|
}
|
|
792
767
|
|
|
793
768
|
|
|
@@ -804,7 +779,7 @@ export interface ISpanParsable_1$instance<TSelf extends ISpanParsable_1<TSelf>>
|
|
|
804
779
|
export type ISpanParsable_1<TSelf extends ISpanParsable_1<TSelf>> = ISpanParsable_1$instance<TSelf>;
|
|
805
780
|
|
|
806
781
|
export interface IUtf8SpanFormattable$instance {
|
|
807
|
-
tryFormat(utf8Destination: Span_1<
|
|
782
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
808
783
|
}
|
|
809
784
|
|
|
810
785
|
|
|
@@ -892,11 +867,249 @@ export interface __ArraySegment_1_Enumerator$views<T> {
|
|
|
892
867
|
export type ArraySegment_1_Enumerator<T> = ArraySegment_1_Enumerator$instance<T> & __ArraySegment_1_Enumerator$views<T>;
|
|
893
868
|
|
|
894
869
|
|
|
895
|
-
export
|
|
870
|
+
export interface Boolean$instance {
|
|
871
|
+
compareTo(obj: unknown): int;
|
|
872
|
+
compareTo(value: boolean): int;
|
|
873
|
+
equals(obj: unknown): boolean;
|
|
874
|
+
equals(obj: boolean): boolean;
|
|
875
|
+
getHashCode(): int;
|
|
876
|
+
getTypeCode(): TypeCode;
|
|
877
|
+
toString(): string;
|
|
878
|
+
toString(provider: IFormatProvider): string;
|
|
879
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int): boolean;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
export const Boolean: {
|
|
884
|
+
new(): Boolean$instance;
|
|
885
|
+
readonly trueString: string;
|
|
886
|
+
readonly falseString: string;
|
|
887
|
+
parse(value: ReadOnlySpan_1<Char>): boolean;
|
|
888
|
+
parse(value: string): boolean;
|
|
889
|
+
tryParse(value: ReadOnlySpan_1<Char>, result: boolean): boolean;
|
|
890
|
+
tryParse(value: string, result: boolean): boolean;
|
|
891
|
+
};
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
export interface __Boolean$views {
|
|
895
|
+
As_IComparable(): IComparable$instance;
|
|
896
|
+
As_IComparable_1(): IComparable_1$instance<Boolean>;
|
|
897
|
+
As_IConvertible(): IConvertible$instance;
|
|
898
|
+
As_IEquatable_1(): IEquatable_1$instance<Boolean>;
|
|
899
|
+
As_IParsable_1(): IParsable_1$instance<Boolean>;
|
|
900
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<Boolean>;
|
|
901
|
+
|
|
902
|
+
// Structural method bridges for numeric interface constraints
|
|
903
|
+
equals(other: Boolean): boolean;
|
|
904
|
+
compareTo(obj: unknown): int;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
export interface Boolean$instance extends ISpanParsable_1$instance<Boolean> {}
|
|
908
|
+
|
|
909
|
+
export type Boolean = boolean | (boolean & Boolean$instance & __Boolean$views);
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
export interface Byte$instance extends IBitwiseOperators_3<Byte, Byte, Byte>, IComparisonOperators_3<Byte, Byte, Boolean>, IEqualityOperators_3<Byte, Byte, Boolean>, IModulusOperators_3<Byte, Byte, Byte>, IAdditionOperators_3<Byte, Byte, Byte>, IDecrementOperators_1<Byte>, IDivisionOperators_3<Byte, Byte, Byte>, IIncrementOperators_1<Byte>, IMultiplyOperators_3<Byte, Byte, Byte>, ISubtractionOperators_3<Byte, Byte, Byte>, IUnaryPlusOperators_2<Byte, Byte>, IUnaryNegationOperators_2<Byte, Byte>, IShiftOperators_3<Byte, Int32, Byte> {
|
|
913
|
+
compareTo(value: unknown): int;
|
|
914
|
+
compareTo(value: byte): int;
|
|
915
|
+
equals(obj: unknown): boolean;
|
|
916
|
+
equals(obj: byte): boolean;
|
|
917
|
+
getHashCode(): int;
|
|
918
|
+
getTypeCode(): TypeCode;
|
|
919
|
+
toString(): string;
|
|
920
|
+
toString(format: string): string;
|
|
921
|
+
toString(provider: IFormatProvider): string;
|
|
922
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
923
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
924
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
export const Byte: {
|
|
929
|
+
new(): Byte$instance;
|
|
930
|
+
readonly maxValue: byte;
|
|
931
|
+
readonly minValue: byte;
|
|
932
|
+
clamp(value: byte, min: byte, max: byte): byte;
|
|
933
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): byte;
|
|
934
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): byte;
|
|
935
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): byte;
|
|
936
|
+
divRem(left: byte, right: byte): ValueTuple_2<Byte, Byte>;
|
|
937
|
+
isEvenInteger(value: byte): boolean;
|
|
938
|
+
isOddInteger(value: byte): boolean;
|
|
939
|
+
isPow2(value: byte): boolean;
|
|
940
|
+
leadingZeroCount(value: byte): byte;
|
|
941
|
+
log2(value: byte): byte;
|
|
942
|
+
max(x: byte, y: byte): byte;
|
|
943
|
+
min(x: byte, y: byte): byte;
|
|
944
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): byte;
|
|
945
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): byte;
|
|
946
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): byte;
|
|
947
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): byte;
|
|
948
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): byte;
|
|
949
|
+
parse(s: string, style: NumberStyles): byte;
|
|
950
|
+
parse(s: string, provider: IFormatProvider): byte;
|
|
951
|
+
parse(s: string): byte;
|
|
952
|
+
popCount(value: byte): byte;
|
|
953
|
+
rotateLeft(value: byte, rotateAmount: int): byte;
|
|
954
|
+
rotateRight(value: byte, rotateAmount: int): byte;
|
|
955
|
+
sign(value: byte): int;
|
|
956
|
+
trailingZeroCount(value: byte): byte;
|
|
957
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: byte): boolean;
|
|
958
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: byte): boolean;
|
|
959
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: byte): boolean;
|
|
960
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: byte): boolean;
|
|
961
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: byte): boolean;
|
|
962
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: byte): boolean;
|
|
963
|
+
tryParse(s: string, result: byte): boolean;
|
|
964
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: byte): boolean;
|
|
965
|
+
tryParse(s: string, provider: IFormatProvider, result: byte): boolean;
|
|
966
|
+
};
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
export interface __Byte$views {
|
|
970
|
+
As_IComparable(): IComparable$instance;
|
|
971
|
+
As_IComparable_1(): IComparable_1$instance<Byte>;
|
|
972
|
+
As_IConvertible(): IConvertible$instance;
|
|
973
|
+
As_IEquatable_1(): IEquatable_1$instance<Byte>;
|
|
974
|
+
As_IFormattable(): IFormattable$instance;
|
|
975
|
+
As_IParsable_1(): IParsable_1$instance<Byte>;
|
|
976
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
977
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<Byte>;
|
|
978
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
979
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Byte>;
|
|
980
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<Byte, Byte>;
|
|
981
|
+
As_IBinaryInteger_1(): System_Numerics_Internal.IBinaryInteger_1$instance<Byte>;
|
|
982
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<Byte>;
|
|
983
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<Byte>;
|
|
984
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<Byte>;
|
|
985
|
+
|
|
986
|
+
// Structural method bridges for numeric interface constraints
|
|
987
|
+
equals(other: Byte): boolean;
|
|
988
|
+
compareTo(obj: unknown): int;
|
|
989
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
990
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
991
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
992
|
+
getByteCount(): int;
|
|
993
|
+
tryWriteBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
994
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
995
|
+
writeBigEndian(destination: byte[]): int;
|
|
996
|
+
writeBigEndian(destination: Span_1<Byte>): int;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
export interface Byte$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Byte> {}
|
|
1000
|
+
|
|
1001
|
+
export type Byte = number & Byte$instance & __Byte$views;
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
export interface Char$instance extends IBitwiseOperators_3<Char, Char, Char>, IComparisonOperators_3<Char, Char, Boolean>, IEqualityOperators_3<Char, Char, Boolean>, IModulusOperators_3<Char, Char, Char>, IAdditionOperators_3<Char, Char, Char>, IDecrementOperators_1<Char>, IDivisionOperators_3<Char, Char, Char>, IIncrementOperators_1<Char>, IMultiplyOperators_3<Char, Char, Char>, ISubtractionOperators_3<Char, Char, Char>, IUnaryPlusOperators_2<Char, Char>, IUnaryNegationOperators_2<Char, Char>, IShiftOperators_3<Char, Int32, Char> {
|
|
1005
|
+
compareTo(value: unknown): int;
|
|
1006
|
+
compareTo(value: char): int;
|
|
1007
|
+
equals(obj: unknown): boolean;
|
|
1008
|
+
equals(obj: char): boolean;
|
|
1009
|
+
getHashCode(): int;
|
|
1010
|
+
getTypeCode(): TypeCode;
|
|
1011
|
+
toString(): string;
|
|
1012
|
+
toString(provider: IFormatProvider): string;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
export const Char: {
|
|
1017
|
+
new(): Char$instance;
|
|
1018
|
+
readonly maxValue: char;
|
|
1019
|
+
readonly minValue: char;
|
|
1020
|
+
convertFromUtf32(utf32: int): string;
|
|
1021
|
+
convertToUtf32(highSurrogate: char, lowSurrogate: char): int;
|
|
1022
|
+
convertToUtf32(s: string, index: int): int;
|
|
1023
|
+
getNumericValue(c: char): double;
|
|
1024
|
+
getNumericValue(s: string, index: int): double;
|
|
1025
|
+
getUnicodeCategory(c: char): UnicodeCategory;
|
|
1026
|
+
getUnicodeCategory(s: string, index: int): UnicodeCategory;
|
|
1027
|
+
isAscii(c: char): boolean;
|
|
1028
|
+
isAsciiDigit(c: char): boolean;
|
|
1029
|
+
isAsciiHexDigit(c: char): boolean;
|
|
1030
|
+
isAsciiHexDigitLower(c: char): boolean;
|
|
1031
|
+
isAsciiHexDigitUpper(c: char): boolean;
|
|
1032
|
+
isAsciiLetter(c: char): boolean;
|
|
1033
|
+
isAsciiLetterLower(c: char): boolean;
|
|
1034
|
+
isAsciiLetterOrDigit(c: char): boolean;
|
|
1035
|
+
isAsciiLetterUpper(c: char): boolean;
|
|
1036
|
+
isBetween(c: char, minInclusive: char, maxInclusive: char): boolean;
|
|
1037
|
+
isControl(c: char): boolean;
|
|
1038
|
+
isControl(s: string, index: int): boolean;
|
|
1039
|
+
isDigit(c: char): boolean;
|
|
1040
|
+
isDigit(s: string, index: int): boolean;
|
|
1041
|
+
isHighSurrogate(c: char): boolean;
|
|
1042
|
+
isHighSurrogate(s: string, index: int): boolean;
|
|
1043
|
+
isLetter(c: char): boolean;
|
|
1044
|
+
isLetter(s: string, index: int): boolean;
|
|
1045
|
+
isLetterOrDigit(c: char): boolean;
|
|
1046
|
+
isLetterOrDigit(s: string, index: int): boolean;
|
|
1047
|
+
isLower(c: char): boolean;
|
|
1048
|
+
isLower(s: string, index: int): boolean;
|
|
1049
|
+
isLowSurrogate(c: char): boolean;
|
|
1050
|
+
isLowSurrogate(s: string, index: int): boolean;
|
|
1051
|
+
isNumber(c: char): boolean;
|
|
1052
|
+
isNumber(s: string, index: int): boolean;
|
|
1053
|
+
isPunctuation(c: char): boolean;
|
|
1054
|
+
isPunctuation(s: string, index: int): boolean;
|
|
1055
|
+
isSeparator(c: char): boolean;
|
|
1056
|
+
isSeparator(s: string, index: int): boolean;
|
|
1057
|
+
isSurrogate(c: char): boolean;
|
|
1058
|
+
isSurrogate(s: string, index: int): boolean;
|
|
1059
|
+
isSurrogatePair(highSurrogate: char, lowSurrogate: char): boolean;
|
|
1060
|
+
isSurrogatePair(s: string, index: int): boolean;
|
|
1061
|
+
isSymbol(c: char): boolean;
|
|
1062
|
+
isSymbol(s: string, index: int): boolean;
|
|
1063
|
+
isUpper(c: char): boolean;
|
|
1064
|
+
isUpper(s: string, index: int): boolean;
|
|
1065
|
+
isWhiteSpace(c: char): boolean;
|
|
1066
|
+
isWhiteSpace(s: string, index: int): boolean;
|
|
1067
|
+
parse(s: string): char;
|
|
1068
|
+
toLower(c: char, culture: CultureInfo): char;
|
|
1069
|
+
toLower(c: char): char;
|
|
1070
|
+
toLowerInvariant(c: char): char;
|
|
1071
|
+
toString(c: char): string;
|
|
1072
|
+
toUpper(c: char, culture: CultureInfo): char;
|
|
1073
|
+
toUpper(c: char): char;
|
|
1074
|
+
toUpperInvariant(c: char): char;
|
|
1075
|
+
tryParse(s: string, result: char): boolean;
|
|
1076
|
+
};
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
export interface __Char$views {
|
|
1080
|
+
As_IComparable(): IComparable$instance;
|
|
1081
|
+
As_IComparable_1(): IComparable_1$instance<Char>;
|
|
1082
|
+
As_IConvertible(): IConvertible$instance;
|
|
1083
|
+
As_IEquatable_1(): IEquatable_1$instance<Char>;
|
|
1084
|
+
As_IFormattable(): IFormattable$instance;
|
|
1085
|
+
As_IParsable_1(): IParsable_1$instance<Char>;
|
|
1086
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
1087
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<Char>;
|
|
1088
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
1089
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Char>;
|
|
1090
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<Char, Char>;
|
|
1091
|
+
As_IBinaryInteger_1(): System_Numerics_Internal.IBinaryInteger_1$instance<Char>;
|
|
1092
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<Char>;
|
|
1093
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<Char>;
|
|
1094
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<Char>;
|
|
1095
|
+
|
|
1096
|
+
// Structural method bridges for numeric interface constraints
|
|
1097
|
+
equals(other: Char): boolean;
|
|
1098
|
+
compareTo(obj: unknown): int;
|
|
1099
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
1100
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1101
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1102
|
+
getByteCount(): int;
|
|
1103
|
+
tryWriteBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
1104
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
1105
|
+
writeBigEndian(destination: byte[]): int;
|
|
1106
|
+
writeBigEndian(destination: Span_1<Byte>): int;
|
|
1107
|
+
}
|
|
1108
|
+
|
|
1109
|
+
export interface Char$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Char> {}
|
|
896
1110
|
|
|
897
|
-
export type
|
|
1111
|
+
export type Char = string & Char$instance & __Char$views;
|
|
898
1112
|
|
|
899
|
-
export type Char = char;
|
|
900
1113
|
|
|
901
1114
|
export interface ConsoleKeyInfo$instance {
|
|
902
1115
|
readonly key: ConsoleKey;
|
|
@@ -917,7 +1130,7 @@ export interface __ConsoleKeyInfo$views {
|
|
|
917
1130
|
As_IEquatable_1(): IEquatable_1$instance<ConsoleKeyInfo>;
|
|
918
1131
|
|
|
919
1132
|
// Structural method bridges for numeric interface constraints
|
|
920
|
-
|
|
1133
|
+
equals(other: ConsoleKeyInfo): boolean;
|
|
921
1134
|
}
|
|
922
1135
|
|
|
923
1136
|
export type ConsoleKeyInfo = ConsoleKeyInfo$instance & __ConsoleKeyInfo$views;
|
|
@@ -935,7 +1148,7 @@ export interface DateOnly$instance {
|
|
|
935
1148
|
addYears(value: int): DateOnly;
|
|
936
1149
|
compareTo(value: DateOnly): int;
|
|
937
1150
|
compareTo(value: unknown): int;
|
|
938
|
-
deconstruct(year:
|
|
1151
|
+
deconstruct(year: int, month: int, day: int): void;
|
|
939
1152
|
equals(value: DateOnly): boolean;
|
|
940
1153
|
equals(value: unknown): boolean;
|
|
941
1154
|
getHashCode(): int;
|
|
@@ -947,8 +1160,8 @@ export interface DateOnly$instance {
|
|
|
947
1160
|
toString(format: string): string;
|
|
948
1161
|
toString(provider: IFormatProvider): string;
|
|
949
1162
|
toString(format: string, provider: IFormatProvider): string;
|
|
950
|
-
tryFormat(destination: Span_1<
|
|
951
|
-
tryFormat(utf8Destination: Span_1<
|
|
1163
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
1164
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
952
1165
|
}
|
|
953
1166
|
|
|
954
1167
|
|
|
@@ -959,32 +1172,32 @@ export const DateOnly: {
|
|
|
959
1172
|
readonly maxValue: DateOnly;
|
|
960
1173
|
fromDateTime(dateTime: DateTime): DateOnly;
|
|
961
1174
|
fromDayNumber(dayNumber: int): DateOnly;
|
|
962
|
-
parse(s: ReadOnlySpan_1<
|
|
963
|
-
parse(s: ReadOnlySpan_1<
|
|
1175
|
+
parse(s: ReadOnlySpan_1<Char>, provider?: IFormatProvider, style?: DateTimeStyles): DateOnly;
|
|
1176
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): DateOnly;
|
|
964
1177
|
parse(s: string, provider: IFormatProvider, style?: DateTimeStyles): DateOnly;
|
|
965
1178
|
parse(s: string, provider: IFormatProvider): DateOnly;
|
|
966
1179
|
parse(s: string): DateOnly;
|
|
967
|
-
parseExact(s: ReadOnlySpan_1<
|
|
968
|
-
parseExact(s: ReadOnlySpan_1<
|
|
969
|
-
parseExact(s: ReadOnlySpan_1<
|
|
1180
|
+
parseExact(s: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, provider?: IFormatProvider, style?: DateTimeStyles): DateOnly;
|
|
1181
|
+
parseExact(s: ReadOnlySpan_1<Char>, formats: string[], provider: IFormatProvider, style?: DateTimeStyles): DateOnly;
|
|
1182
|
+
parseExact(s: ReadOnlySpan_1<Char>, formats: string[]): DateOnly;
|
|
970
1183
|
parseExact(s: string, format: string, provider: IFormatProvider, style?: DateTimeStyles): DateOnly;
|
|
971
1184
|
parseExact(s: string, format: string): DateOnly;
|
|
972
1185
|
parseExact(s: string, formats: string[], provider: IFormatProvider, style?: DateTimeStyles): DateOnly;
|
|
973
1186
|
parseExact(s: string, formats: string[]): DateOnly;
|
|
974
|
-
tryParse(s: ReadOnlySpan_1<
|
|
975
|
-
tryParse(s: ReadOnlySpan_1<
|
|
976
|
-
tryParse(s: ReadOnlySpan_1<
|
|
977
|
-
tryParse(s: string, result:
|
|
978
|
-
tryParse(s: string, provider: IFormatProvider, result:
|
|
979
|
-
tryParse(s: string, provider: IFormatProvider, style: DateTimeStyles, result:
|
|
980
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
981
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
982
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
983
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
984
|
-
tryParseExact(s: string, format: string, result:
|
|
985
|
-
tryParseExact(s: string, format: string, provider: IFormatProvider, style: DateTimeStyles, result:
|
|
986
|
-
tryParseExact(s: string, formats: string[], result:
|
|
987
|
-
tryParseExact(s: string, formats: string[], provider: IFormatProvider, style: DateTimeStyles, result:
|
|
1187
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: DateOnly): boolean;
|
|
1188
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: DateOnly): boolean;
|
|
1189
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, style: DateTimeStyles, result: DateOnly): boolean;
|
|
1190
|
+
tryParse(s: string, result: DateOnly): boolean;
|
|
1191
|
+
tryParse(s: string, provider: IFormatProvider, result: DateOnly): boolean;
|
|
1192
|
+
tryParse(s: string, provider: IFormatProvider, style: DateTimeStyles, result: DateOnly): boolean;
|
|
1193
|
+
tryParseExact(s: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, result: DateOnly): boolean;
|
|
1194
|
+
tryParseExact(s: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, provider: IFormatProvider, style: DateTimeStyles, result: DateOnly): boolean;
|
|
1195
|
+
tryParseExact(s: ReadOnlySpan_1<Char>, formats: string[], result: DateOnly): boolean;
|
|
1196
|
+
tryParseExact(s: ReadOnlySpan_1<Char>, formats: string[], provider: IFormatProvider, style: DateTimeStyles, result: DateOnly): boolean;
|
|
1197
|
+
tryParseExact(s: string, format: string, result: DateOnly): boolean;
|
|
1198
|
+
tryParseExact(s: string, format: string, provider: IFormatProvider, style: DateTimeStyles, result: DateOnly): boolean;
|
|
1199
|
+
tryParseExact(s: string, formats: string[], result: DateOnly): boolean;
|
|
1200
|
+
tryParseExact(s: string, formats: string[], provider: IFormatProvider, style: DateTimeStyles, result: DateOnly): boolean;
|
|
988
1201
|
};
|
|
989
1202
|
|
|
990
1203
|
|
|
@@ -999,8 +1212,9 @@ export interface __DateOnly$views {
|
|
|
999
1212
|
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
1000
1213
|
|
|
1001
1214
|
// Structural method bridges for numeric interface constraints
|
|
1002
|
-
|
|
1003
|
-
|
|
1215
|
+
equals(other: DateOnly): boolean;
|
|
1216
|
+
compareTo(obj: unknown): int;
|
|
1217
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1004
1218
|
}
|
|
1005
1219
|
|
|
1006
1220
|
export interface DateOnly$instance extends IComparable_1$instance<DateOnly>, ISpanParsable_1$instance<DateOnly> {}
|
|
@@ -1036,8 +1250,8 @@ export interface DateTime$instance {
|
|
|
1036
1250
|
addYears(value: int): DateTime;
|
|
1037
1251
|
compareTo(value: unknown): int;
|
|
1038
1252
|
compareTo(value: DateTime): int;
|
|
1039
|
-
deconstruct(date:
|
|
1040
|
-
deconstruct(year:
|
|
1253
|
+
deconstruct(date: DateOnly, time: TimeOnly): void;
|
|
1254
|
+
deconstruct(year: int, month: int, day: int): void;
|
|
1041
1255
|
equals(value: unknown): boolean;
|
|
1042
1256
|
equals(value: DateTime): boolean;
|
|
1043
1257
|
getDateTimeFormats(): string[];
|
|
@@ -1063,8 +1277,8 @@ export interface DateTime$instance {
|
|
|
1063
1277
|
toString(provider: IFormatProvider): string;
|
|
1064
1278
|
toString(format: string, provider: IFormatProvider): string;
|
|
1065
1279
|
toUniversalTime(): DateTime;
|
|
1066
|
-
tryFormat(destination: Span_1<
|
|
1067
|
-
tryFormat(utf8Destination: Span_1<
|
|
1280
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
1281
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
1068
1282
|
}
|
|
1069
1283
|
|
|
1070
1284
|
|
|
@@ -1100,27 +1314,27 @@ export const DateTime: {
|
|
|
1100
1314
|
fromFileTimeUtc(fileTime: long): DateTime;
|
|
1101
1315
|
fromOADate(d: double): DateTime;
|
|
1102
1316
|
isLeapYear(year: int): boolean;
|
|
1103
|
-
parse(s: ReadOnlySpan_1<
|
|
1104
|
-
parse(s: ReadOnlySpan_1<
|
|
1317
|
+
parse(s: ReadOnlySpan_1<Char>, provider?: IFormatProvider, styles?: DateTimeStyles): DateTime;
|
|
1318
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): DateTime;
|
|
1105
1319
|
parse(s: string, provider: IFormatProvider, styles: DateTimeStyles): DateTime;
|
|
1106
1320
|
parse(s: string, provider: IFormatProvider): DateTime;
|
|
1107
1321
|
parse(s: string): DateTime;
|
|
1108
|
-
parseExact(s: ReadOnlySpan_1<
|
|
1109
|
-
parseExact(s: ReadOnlySpan_1<
|
|
1322
|
+
parseExact(s: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, provider: IFormatProvider, style?: DateTimeStyles): DateTime;
|
|
1323
|
+
parseExact(s: ReadOnlySpan_1<Char>, formats: string[], provider: IFormatProvider, style?: DateTimeStyles): DateTime;
|
|
1110
1324
|
parseExact(s: string, format: string, provider: IFormatProvider, style: DateTimeStyles): DateTime;
|
|
1111
1325
|
parseExact(s: string, format: string, provider: IFormatProvider): DateTime;
|
|
1112
1326
|
parseExact(s: string, formats: string[], provider: IFormatProvider, style: DateTimeStyles): DateTime;
|
|
1113
1327
|
specifyKind(value: DateTime, kind: DateTimeKind): DateTime;
|
|
1114
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1115
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1116
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1117
|
-
tryParse(s: string, result:
|
|
1118
|
-
tryParse(s: string, provider: IFormatProvider, result:
|
|
1119
|
-
tryParse(s: string, provider: IFormatProvider, styles: DateTimeStyles, result:
|
|
1120
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
1121
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
1122
|
-
tryParseExact(s: string, format: string, provider: IFormatProvider, style: DateTimeStyles, result:
|
|
1123
|
-
tryParseExact(s: string, formats: string[], provider: IFormatProvider, style: DateTimeStyles, result:
|
|
1328
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: DateTime): boolean;
|
|
1329
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: DateTime): boolean;
|
|
1330
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, styles: DateTimeStyles, result: DateTime): boolean;
|
|
1331
|
+
tryParse(s: string, result: DateTime): boolean;
|
|
1332
|
+
tryParse(s: string, provider: IFormatProvider, result: DateTime): boolean;
|
|
1333
|
+
tryParse(s: string, provider: IFormatProvider, styles: DateTimeStyles, result: DateTime): boolean;
|
|
1334
|
+
tryParseExact(s: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, provider: IFormatProvider, style: DateTimeStyles, result: DateTime): boolean;
|
|
1335
|
+
tryParseExact(s: ReadOnlySpan_1<Char>, formats: string[], provider: IFormatProvider, style: DateTimeStyles, result: DateTime): boolean;
|
|
1336
|
+
tryParseExact(s: string, format: string, provider: IFormatProvider, style: DateTimeStyles, result: DateTime): boolean;
|
|
1337
|
+
tryParseExact(s: string, formats: string[], provider: IFormatProvider, style: DateTimeStyles, result: DateTime): boolean;
|
|
1124
1338
|
};
|
|
1125
1339
|
|
|
1126
1340
|
|
|
@@ -1137,8 +1351,9 @@ export interface __DateTime$views {
|
|
|
1137
1351
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1138
1352
|
|
|
1139
1353
|
// Structural method bridges for numeric interface constraints
|
|
1140
|
-
|
|
1141
|
-
|
|
1354
|
+
equals(other: DateTime): boolean;
|
|
1355
|
+
compareTo(obj: unknown): int;
|
|
1356
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1142
1357
|
}
|
|
1143
1358
|
|
|
1144
1359
|
export interface DateTime$instance extends IComparable_1$instance<DateTime>, ISpanParsable_1$instance<DateTime>, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
@@ -1178,7 +1393,7 @@ export interface DateTimeOffset$instance {
|
|
|
1178
1393
|
addTicks(ticks: long): DateTimeOffset;
|
|
1179
1394
|
addYears(years: int): DateTimeOffset;
|
|
1180
1395
|
compareTo(other: DateTimeOffset): int;
|
|
1181
|
-
deconstruct(date:
|
|
1396
|
+
deconstruct(date: DateOnly, time: TimeOnly, offset: TimeSpan): void;
|
|
1182
1397
|
equals(obj: unknown): boolean;
|
|
1183
1398
|
equals(other: DateTimeOffset): boolean;
|
|
1184
1399
|
equalsExact(other: DateTimeOffset): boolean;
|
|
@@ -1195,8 +1410,8 @@ export interface DateTimeOffset$instance {
|
|
|
1195
1410
|
toUniversalTime(): DateTimeOffset;
|
|
1196
1411
|
toUnixTimeMilliseconds(): long;
|
|
1197
1412
|
toUnixTimeSeconds(): long;
|
|
1198
|
-
tryFormat(destination: Span_1<
|
|
1199
|
-
tryFormat(utf8Destination: Span_1<
|
|
1413
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, formatProvider?: IFormatProvider): boolean;
|
|
1414
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, formatProvider?: IFormatProvider): boolean;
|
|
1200
1415
|
}
|
|
1201
1416
|
|
|
1202
1417
|
|
|
@@ -1220,26 +1435,26 @@ export const DateTimeOffset: {
|
|
|
1220
1435
|
fromFileTime(fileTime: long): DateTimeOffset;
|
|
1221
1436
|
fromUnixTimeMilliseconds(milliseconds: long): DateTimeOffset;
|
|
1222
1437
|
fromUnixTimeSeconds(seconds: long): DateTimeOffset;
|
|
1223
|
-
parse(input: ReadOnlySpan_1<
|
|
1224
|
-
parse(s: ReadOnlySpan_1<
|
|
1438
|
+
parse(input: ReadOnlySpan_1<Char>, formatProvider?: IFormatProvider, styles?: DateTimeStyles): DateTimeOffset;
|
|
1439
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): DateTimeOffset;
|
|
1225
1440
|
parse(input: string, formatProvider: IFormatProvider, styles: DateTimeStyles): DateTimeOffset;
|
|
1226
1441
|
parse(input: string, formatProvider: IFormatProvider): DateTimeOffset;
|
|
1227
1442
|
parse(input: string): DateTimeOffset;
|
|
1228
|
-
parseExact(input: ReadOnlySpan_1<
|
|
1229
|
-
parseExact(input: ReadOnlySpan_1<
|
|
1443
|
+
parseExact(input: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, formatProvider: IFormatProvider, styles?: DateTimeStyles): DateTimeOffset;
|
|
1444
|
+
parseExact(input: ReadOnlySpan_1<Char>, formats: string[], formatProvider: IFormatProvider, styles?: DateTimeStyles): DateTimeOffset;
|
|
1230
1445
|
parseExact(input: string, format: string, formatProvider: IFormatProvider, styles: DateTimeStyles): DateTimeOffset;
|
|
1231
1446
|
parseExact(input: string, format: string, formatProvider: IFormatProvider): DateTimeOffset;
|
|
1232
1447
|
parseExact(input: string, formats: string[], formatProvider: IFormatProvider, styles: DateTimeStyles): DateTimeOffset;
|
|
1233
|
-
tryParse(input: ReadOnlySpan_1<
|
|
1234
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1235
|
-
tryParse(input: ReadOnlySpan_1<
|
|
1236
|
-
tryParse(input: string, result:
|
|
1237
|
-
tryParse(s: string, provider: IFormatProvider, result:
|
|
1238
|
-
tryParse(input: string, formatProvider: IFormatProvider, styles: DateTimeStyles, result:
|
|
1239
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
1240
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
1241
|
-
tryParseExact(input: string, format: string, formatProvider: IFormatProvider, styles: DateTimeStyles, result:
|
|
1242
|
-
tryParseExact(input: string, formats: string[], formatProvider: IFormatProvider, styles: DateTimeStyles, result:
|
|
1448
|
+
tryParse(input: ReadOnlySpan_1<Char>, result: DateTimeOffset): boolean;
|
|
1449
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: DateTimeOffset): boolean;
|
|
1450
|
+
tryParse(input: ReadOnlySpan_1<Char>, formatProvider: IFormatProvider, styles: DateTimeStyles, result: DateTimeOffset): boolean;
|
|
1451
|
+
tryParse(input: string, result: DateTimeOffset): boolean;
|
|
1452
|
+
tryParse(s: string, provider: IFormatProvider, result: DateTimeOffset): boolean;
|
|
1453
|
+
tryParse(input: string, formatProvider: IFormatProvider, styles: DateTimeStyles, result: DateTimeOffset): boolean;
|
|
1454
|
+
tryParseExact(input: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, formatProvider: IFormatProvider, styles: DateTimeStyles, result: DateTimeOffset): boolean;
|
|
1455
|
+
tryParseExact(input: ReadOnlySpan_1<Char>, formats: string[], formatProvider: IFormatProvider, styles: DateTimeStyles, result: DateTimeOffset): boolean;
|
|
1456
|
+
tryParseExact(input: string, format: string, formatProvider: IFormatProvider, styles: DateTimeStyles, result: DateTimeOffset): boolean;
|
|
1457
|
+
tryParseExact(input: string, formats: string[], formatProvider: IFormatProvider, styles: DateTimeStyles, result: DateTimeOffset): boolean;
|
|
1243
1458
|
};
|
|
1244
1459
|
|
|
1245
1460
|
|
|
@@ -1256,8 +1471,9 @@ export interface __DateTimeOffset$views {
|
|
|
1256
1471
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1257
1472
|
|
|
1258
1473
|
// Structural method bridges for numeric interface constraints
|
|
1259
|
-
|
|
1260
|
-
|
|
1474
|
+
equals(other: DateTimeOffset): boolean;
|
|
1475
|
+
compareTo(obj: unknown): int;
|
|
1476
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1261
1477
|
}
|
|
1262
1478
|
|
|
1263
1479
|
export interface DateTimeOffset$instance extends IComparable_1$instance<DateTimeOffset>, ISpanParsable_1$instance<DateTimeOffset>, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
@@ -1265,7 +1481,144 @@ export interface DateTimeOffset$instance extends IComparable_1$instance<DateTime
|
|
|
1265
1481
|
export type DateTimeOffset = DateTimeOffset$instance & __DateTimeOffset$views;
|
|
1266
1482
|
|
|
1267
1483
|
|
|
1268
|
-
export
|
|
1484
|
+
export interface Decimal$instance extends IAdditionOperators_3<Decimal, Decimal, Decimal>, IDecrementOperators_1<Decimal>, IDivisionOperators_3<Decimal, Decimal, Decimal>, IEqualityOperators_3<Decimal, Decimal, Boolean>, IIncrementOperators_1<Decimal>, IMultiplyOperators_3<Decimal, Decimal, Decimal>, ISubtractionOperators_3<Decimal, Decimal, Decimal>, IUnaryPlusOperators_2<Decimal, Decimal>, IUnaryNegationOperators_2<Decimal, Decimal>, IComparisonOperators_3<Decimal, Decimal, Boolean>, IModulusOperators_3<Decimal, Decimal, Decimal> {
|
|
1485
|
+
readonly scale: byte;
|
|
1486
|
+
compareTo(value: unknown): int;
|
|
1487
|
+
compareTo(value: decimal): int;
|
|
1488
|
+
equals(value: unknown): boolean;
|
|
1489
|
+
equals(value: decimal): boolean;
|
|
1490
|
+
getHashCode(): int;
|
|
1491
|
+
getTypeCode(): TypeCode;
|
|
1492
|
+
toString(): string;
|
|
1493
|
+
toString(format: string): string;
|
|
1494
|
+
toString(provider: IFormatProvider): string;
|
|
1495
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
1496
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
1497
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
export const Decimal: {
|
|
1502
|
+
new(value: int): Decimal$instance;
|
|
1503
|
+
new(value: uint): Decimal$instance;
|
|
1504
|
+
new(value: long): Decimal$instance;
|
|
1505
|
+
new(value: ulong): Decimal$instance;
|
|
1506
|
+
new(value: float): Decimal$instance;
|
|
1507
|
+
new(value: double): Decimal$instance;
|
|
1508
|
+
new(bits: int[]): Decimal$instance;
|
|
1509
|
+
new(bits: ReadOnlySpan_1<Int32>): Decimal$instance;
|
|
1510
|
+
new(lo: int, mid: int, hi: int, isNegative: boolean, scale: byte): Decimal$instance;
|
|
1511
|
+
readonly zero: decimal;
|
|
1512
|
+
readonly one: decimal;
|
|
1513
|
+
readonly minusOne: decimal;
|
|
1514
|
+
readonly maxValue: decimal;
|
|
1515
|
+
readonly minValue: decimal;
|
|
1516
|
+
abs(value: decimal): decimal;
|
|
1517
|
+
add(d1: decimal, d2: decimal): decimal;
|
|
1518
|
+
ceiling(d: decimal): decimal;
|
|
1519
|
+
clamp(value: decimal, min: decimal, max: decimal): decimal;
|
|
1520
|
+
compare(d1: decimal, d2: decimal): int;
|
|
1521
|
+
convertToInteger<TInteger extends IBinaryInteger_1<TInteger>>(value: decimal): TInteger;
|
|
1522
|
+
convertToIntegerNative<TInteger extends IBinaryInteger_1<TInteger>>(value: decimal): TInteger;
|
|
1523
|
+
copySign(value: decimal, sign: decimal): decimal;
|
|
1524
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): decimal;
|
|
1525
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): decimal;
|
|
1526
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): decimal;
|
|
1527
|
+
divide(d1: decimal, d2: decimal): decimal;
|
|
1528
|
+
equals(d1: decimal, d2: decimal): boolean;
|
|
1529
|
+
floor(d: decimal): decimal;
|
|
1530
|
+
fromOACurrency(cy: long): decimal;
|
|
1531
|
+
getBits(d: decimal, destination: Span_1<Int32>): int;
|
|
1532
|
+
getBits(d: decimal): int[];
|
|
1533
|
+
isCanonical(value: decimal): boolean;
|
|
1534
|
+
isEvenInteger(value: decimal): boolean;
|
|
1535
|
+
isInteger(value: decimal): boolean;
|
|
1536
|
+
isNegative(value: decimal): boolean;
|
|
1537
|
+
isOddInteger(value: decimal): boolean;
|
|
1538
|
+
isPositive(value: decimal): boolean;
|
|
1539
|
+
max(x: decimal, y: decimal): decimal;
|
|
1540
|
+
maxMagnitude(x: decimal, y: decimal): decimal;
|
|
1541
|
+
min(x: decimal, y: decimal): decimal;
|
|
1542
|
+
minMagnitude(x: decimal, y: decimal): decimal;
|
|
1543
|
+
multiply(d1: decimal, d2: decimal): decimal;
|
|
1544
|
+
negate(d: decimal): decimal;
|
|
1545
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): decimal;
|
|
1546
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): decimal;
|
|
1547
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): decimal;
|
|
1548
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): decimal;
|
|
1549
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): decimal;
|
|
1550
|
+
parse(s: string, style: NumberStyles): decimal;
|
|
1551
|
+
parse(s: string, provider: IFormatProvider): decimal;
|
|
1552
|
+
parse(s: string): decimal;
|
|
1553
|
+
remainder(d1: decimal, d2: decimal): decimal;
|
|
1554
|
+
round(d: decimal, decimals: int, mode: MidpointRounding): decimal;
|
|
1555
|
+
round(d: decimal, decimals: int): decimal;
|
|
1556
|
+
round(d: decimal, mode: MidpointRounding): decimal;
|
|
1557
|
+
round(d: decimal): decimal;
|
|
1558
|
+
sign(d: decimal): int;
|
|
1559
|
+
subtract(d1: decimal, d2: decimal): decimal;
|
|
1560
|
+
toByte(value: decimal): byte;
|
|
1561
|
+
toDouble(d: decimal): double;
|
|
1562
|
+
toInt16(value: decimal): short;
|
|
1563
|
+
toInt32(d: decimal): int;
|
|
1564
|
+
toInt64(d: decimal): long;
|
|
1565
|
+
toOACurrency(value: decimal): long;
|
|
1566
|
+
toSByte(value: decimal): sbyte;
|
|
1567
|
+
toSingle(d: decimal): float;
|
|
1568
|
+
toUInt16(value: decimal): ushort;
|
|
1569
|
+
toUInt32(d: decimal): uint;
|
|
1570
|
+
toUInt64(d: decimal): ulong;
|
|
1571
|
+
truncate(d: decimal): decimal;
|
|
1572
|
+
tryGetBits(d: decimal, destination: Span_1<Int32>, valuesWritten: int): boolean;
|
|
1573
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: decimal): boolean;
|
|
1574
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: decimal): boolean;
|
|
1575
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: decimal): boolean;
|
|
1576
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: decimal): boolean;
|
|
1577
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: decimal): boolean;
|
|
1578
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: decimal): boolean;
|
|
1579
|
+
tryParse(s: string, result: decimal): boolean;
|
|
1580
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: decimal): boolean;
|
|
1581
|
+
tryParse(s: string, provider: IFormatProvider, result: decimal): boolean;
|
|
1582
|
+
};
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
export interface __Decimal$views {
|
|
1586
|
+
As_IComparable(): IComparable$instance;
|
|
1587
|
+
As_IComparable_1(): IComparable_1$instance<Decimal>;
|
|
1588
|
+
As_IConvertible(): IConvertible$instance;
|
|
1589
|
+
As_IEquatable_1(): IEquatable_1$instance<Decimal>;
|
|
1590
|
+
As_IFormattable(): IFormattable$instance;
|
|
1591
|
+
As_IParsable_1(): IParsable_1$instance<Decimal>;
|
|
1592
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
1593
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<Decimal>;
|
|
1594
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
1595
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Decimal>;
|
|
1596
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<Decimal, Decimal>;
|
|
1597
|
+
As_IFloatingPoint_1(): System_Numerics_Internal.IFloatingPoint_1$instance<Decimal>;
|
|
1598
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<Decimal>;
|
|
1599
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<Decimal>;
|
|
1600
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<Decimal>;
|
|
1601
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
1602
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1603
|
+
|
|
1604
|
+
// Structural method bridges for numeric interface constraints
|
|
1605
|
+
equals(other: Decimal): boolean;
|
|
1606
|
+
compareTo(obj: unknown): int;
|
|
1607
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
1608
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1609
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1610
|
+
getExponentByteCount(): int;
|
|
1611
|
+
getExponentShortestBitLength(): int;
|
|
1612
|
+
tryWriteExponentBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
1613
|
+
writeExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
1614
|
+
writeExponentBigEndian(destination: byte[]): int;
|
|
1615
|
+
writeExponentBigEndian(destination: Span_1<Byte>): int;
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
export interface Decimal$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Decimal>, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1619
|
+
|
|
1620
|
+
export type Decimal = number & Decimal$instance & __Decimal$views;
|
|
1621
|
+
|
|
1269
1622
|
|
|
1270
1623
|
export interface Delegate_InvocationListEnumerator_1$instance<TDelegate extends Function> {
|
|
1271
1624
|
readonly current: TDelegate;
|
|
@@ -1281,7 +1634,184 @@ export const Delegate_InvocationListEnumerator_1: {
|
|
|
1281
1634
|
|
|
1282
1635
|
export type Delegate_InvocationListEnumerator_1<TDelegate extends Function> = Delegate_InvocationListEnumerator_1$instance<TDelegate>;
|
|
1283
1636
|
|
|
1284
|
-
export
|
|
1637
|
+
export interface Double$instance extends IBitwiseOperators_3<Double, Double, Double>, IComparisonOperators_3<Double, Double, Boolean>, IEqualityOperators_3<Double, Double, Boolean>, IModulusOperators_3<Double, Double, Double>, IAdditionOperators_3<Double, Double, Double>, IDecrementOperators_1<Double>, IDivisionOperators_3<Double, Double, Double>, IIncrementOperators_1<Double>, IMultiplyOperators_3<Double, Double, Double>, ISubtractionOperators_3<Double, Double, Double>, IUnaryPlusOperators_2<Double, Double>, IUnaryNegationOperators_2<Double, Double> {
|
|
1638
|
+
compareTo(value: unknown): int;
|
|
1639
|
+
compareTo(value: double): int;
|
|
1640
|
+
equals(obj: unknown): boolean;
|
|
1641
|
+
equals(obj: double): boolean;
|
|
1642
|
+
getHashCode(): int;
|
|
1643
|
+
getTypeCode(): TypeCode;
|
|
1644
|
+
toString(): string;
|
|
1645
|
+
toString(format: string): string;
|
|
1646
|
+
toString(provider: IFormatProvider): string;
|
|
1647
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
1648
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
1649
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1652
|
+
|
|
1653
|
+
export const Double: {
|
|
1654
|
+
new(): Double$instance;
|
|
1655
|
+
readonly minValue: double;
|
|
1656
|
+
readonly maxValue: double;
|
|
1657
|
+
readonly epsilon: double;
|
|
1658
|
+
readonly negativeInfinity: double;
|
|
1659
|
+
readonly positiveInfinity: double;
|
|
1660
|
+
readonly naN: double;
|
|
1661
|
+
readonly negativeZero: double;
|
|
1662
|
+
readonly E: double;
|
|
1663
|
+
readonly pi: double;
|
|
1664
|
+
readonly tau: double;
|
|
1665
|
+
abs(value: double): double;
|
|
1666
|
+
acos(x: double): double;
|
|
1667
|
+
acosh(x: double): double;
|
|
1668
|
+
acosPi(x: double): double;
|
|
1669
|
+
asin(x: double): double;
|
|
1670
|
+
asinh(x: double): double;
|
|
1671
|
+
asinPi(x: double): double;
|
|
1672
|
+
atan(x: double): double;
|
|
1673
|
+
atan2(y: double, x: double): double;
|
|
1674
|
+
atan2Pi(y: double, x: double): double;
|
|
1675
|
+
atanh(x: double): double;
|
|
1676
|
+
atanPi(x: double): double;
|
|
1677
|
+
bitDecrement(x: double): double;
|
|
1678
|
+
bitIncrement(x: double): double;
|
|
1679
|
+
cbrt(x: double): double;
|
|
1680
|
+
ceiling(x: double): double;
|
|
1681
|
+
clamp(value: double, min: double, max: double): double;
|
|
1682
|
+
clampNative(value: double, min: double, max: double): double;
|
|
1683
|
+
convertToInteger<TInteger extends IBinaryInteger_1<TInteger>>(value: double): TInteger;
|
|
1684
|
+
convertToIntegerNative<TInteger extends IBinaryInteger_1<TInteger>>(value: double): TInteger;
|
|
1685
|
+
copySign(value: double, sign: double): double;
|
|
1686
|
+
cos(x: double): double;
|
|
1687
|
+
cosh(x: double): double;
|
|
1688
|
+
cosPi(x: double): double;
|
|
1689
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): double;
|
|
1690
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): double;
|
|
1691
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): double;
|
|
1692
|
+
degreesToRadians(degrees: double): double;
|
|
1693
|
+
exp(x: double): double;
|
|
1694
|
+
exp10(x: double): double;
|
|
1695
|
+
exp10M1(x: double): double;
|
|
1696
|
+
exp2(x: double): double;
|
|
1697
|
+
exp2M1(x: double): double;
|
|
1698
|
+
expM1(x: double): double;
|
|
1699
|
+
floor(x: double): double;
|
|
1700
|
+
fusedMultiplyAdd(left: double, right: double, addend: double): double;
|
|
1701
|
+
hypot(x: double, y: double): double;
|
|
1702
|
+
ieee754Remainder(left: double, right: double): double;
|
|
1703
|
+
iLogB(x: double): int;
|
|
1704
|
+
isEvenInteger(value: double): boolean;
|
|
1705
|
+
isFinite(d: double): boolean;
|
|
1706
|
+
isInfinity(d: double): boolean;
|
|
1707
|
+
isInteger(value: double): boolean;
|
|
1708
|
+
isNaN(d: double): boolean;
|
|
1709
|
+
isNegative(d: double): boolean;
|
|
1710
|
+
isNegativeInfinity(d: double): boolean;
|
|
1711
|
+
isNormal(d: double): boolean;
|
|
1712
|
+
isOddInteger(value: double): boolean;
|
|
1713
|
+
isPositive(value: double): boolean;
|
|
1714
|
+
isPositiveInfinity(d: double): boolean;
|
|
1715
|
+
isPow2(value: double): boolean;
|
|
1716
|
+
isRealNumber(value: double): boolean;
|
|
1717
|
+
isSubnormal(d: double): boolean;
|
|
1718
|
+
lerp(value1: double, value2: double, amount: double): double;
|
|
1719
|
+
log(x: double, newBase: double): double;
|
|
1720
|
+
log(x: double): double;
|
|
1721
|
+
log10(x: double): double;
|
|
1722
|
+
log10P1(x: double): double;
|
|
1723
|
+
log2(value: double): double;
|
|
1724
|
+
log2P1(x: double): double;
|
|
1725
|
+
logP1(x: double): double;
|
|
1726
|
+
max(x: double, y: double): double;
|
|
1727
|
+
maxMagnitude(x: double, y: double): double;
|
|
1728
|
+
maxMagnitudeNumber(x: double, y: double): double;
|
|
1729
|
+
maxNative(x: double, y: double): double;
|
|
1730
|
+
maxNumber(x: double, y: double): double;
|
|
1731
|
+
min(x: double, y: double): double;
|
|
1732
|
+
minMagnitude(x: double, y: double): double;
|
|
1733
|
+
minMagnitudeNumber(x: double, y: double): double;
|
|
1734
|
+
minNative(x: double, y: double): double;
|
|
1735
|
+
minNumber(x: double, y: double): double;
|
|
1736
|
+
multiplyAddEstimate(left: double, right: double, addend: double): double;
|
|
1737
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): double;
|
|
1738
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): double;
|
|
1739
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): double;
|
|
1740
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): double;
|
|
1741
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): double;
|
|
1742
|
+
parse(s: string, style: NumberStyles): double;
|
|
1743
|
+
parse(s: string, provider: IFormatProvider): double;
|
|
1744
|
+
parse(s: string): double;
|
|
1745
|
+
pow(x: double, y: double): double;
|
|
1746
|
+
radiansToDegrees(radians: double): double;
|
|
1747
|
+
reciprocalEstimate(x: double): double;
|
|
1748
|
+
reciprocalSqrtEstimate(x: double): double;
|
|
1749
|
+
rootN(x: double, n: int): double;
|
|
1750
|
+
round(x: double, digits: int, mode: MidpointRounding): double;
|
|
1751
|
+
round(x: double, digits: int): double;
|
|
1752
|
+
round(x: double, mode: MidpointRounding): double;
|
|
1753
|
+
round(x: double): double;
|
|
1754
|
+
scaleB(x: double, n: int): double;
|
|
1755
|
+
sign(value: double): int;
|
|
1756
|
+
sin(x: double): double;
|
|
1757
|
+
sinCos(x: double): ValueTuple_2<Double, Double>;
|
|
1758
|
+
sinCosPi(x: double): ValueTuple_2<Double, Double>;
|
|
1759
|
+
sinh(x: double): double;
|
|
1760
|
+
sinPi(x: double): double;
|
|
1761
|
+
sqrt(x: double): double;
|
|
1762
|
+
tan(x: double): double;
|
|
1763
|
+
tanh(x: double): double;
|
|
1764
|
+
tanPi(x: double): double;
|
|
1765
|
+
truncate(x: double): double;
|
|
1766
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: double): boolean;
|
|
1767
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: double): boolean;
|
|
1768
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: double): boolean;
|
|
1769
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: double): boolean;
|
|
1770
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: double): boolean;
|
|
1771
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: double): boolean;
|
|
1772
|
+
tryParse(s: string, result: double): boolean;
|
|
1773
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: double): boolean;
|
|
1774
|
+
tryParse(s: string, provider: IFormatProvider, result: double): boolean;
|
|
1775
|
+
};
|
|
1776
|
+
|
|
1777
|
+
|
|
1778
|
+
export interface __Double$views {
|
|
1779
|
+
As_IComparable(): IComparable$instance;
|
|
1780
|
+
As_IComparable_1(): IComparable_1$instance<Double>;
|
|
1781
|
+
As_IConvertible(): IConvertible$instance;
|
|
1782
|
+
As_IEquatable_1(): IEquatable_1$instance<Double>;
|
|
1783
|
+
As_IFormattable(): IFormattable$instance;
|
|
1784
|
+
As_IParsable_1(): IParsable_1$instance<Double>;
|
|
1785
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
1786
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<Double>;
|
|
1787
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
1788
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Double>;
|
|
1789
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<Double, Double>;
|
|
1790
|
+
As_IFloatingPoint_1(): System_Numerics_Internal.IFloatingPoint_1$instance<Double>;
|
|
1791
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<Double>;
|
|
1792
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<Double>;
|
|
1793
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<Double>;
|
|
1794
|
+
As_IRootFunctions_1(): System_Numerics_Internal.IRootFunctions_1$instance<Double>;
|
|
1795
|
+
As_ITrigonometricFunctions_1(): System_Numerics_Internal.ITrigonometricFunctions_1$instance<Double>;
|
|
1796
|
+
|
|
1797
|
+
// Structural method bridges for numeric interface constraints
|
|
1798
|
+
equals(other: Double): boolean;
|
|
1799
|
+
compareTo(obj: unknown): int;
|
|
1800
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
1801
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1802
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1803
|
+
getExponentByteCount(): int;
|
|
1804
|
+
getExponentShortestBitLength(): int;
|
|
1805
|
+
tryWriteExponentBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
1806
|
+
writeExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
1807
|
+
writeExponentBigEndian(destination: byte[]): int;
|
|
1808
|
+
writeExponentBigEndian(destination: Span_1<Byte>): int;
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
export interface Double$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Double> {}
|
|
1812
|
+
|
|
1813
|
+
export type Double = number & Double$instance & __Double$views;
|
|
1814
|
+
|
|
1285
1815
|
|
|
1286
1816
|
export interface Environment_ProcessCpuUsage$instance {
|
|
1287
1817
|
readonly privilegedTime: TimeSpan;
|
|
@@ -1352,17 +1882,17 @@ export interface Guid$instance {
|
|
|
1352
1882
|
toString(): string;
|
|
1353
1883
|
toString(format: string): string;
|
|
1354
1884
|
toString(format: string, provider: IFormatProvider): string;
|
|
1355
|
-
tryFormat(destination: Span_1<
|
|
1356
|
-
tryFormat(utf8Destination: Span_1<
|
|
1357
|
-
tryWriteBytes(destination: Span_1<
|
|
1358
|
-
tryWriteBytes(destination: Span_1<
|
|
1885
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>): boolean;
|
|
1886
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>): boolean;
|
|
1887
|
+
tryWriteBytes(destination: Span_1<Byte>): boolean;
|
|
1888
|
+
tryWriteBytes(destination: Span_1<Byte>, bigEndian: boolean, bytesWritten: int): boolean;
|
|
1359
1889
|
}
|
|
1360
1890
|
|
|
1361
1891
|
|
|
1362
1892
|
export const Guid: {
|
|
1363
1893
|
new(b: byte[]): Guid$instance;
|
|
1364
|
-
new(b: ReadOnlySpan_1<
|
|
1365
|
-
new(b: ReadOnlySpan_1<
|
|
1894
|
+
new(b: ReadOnlySpan_1<Byte>): Guid$instance;
|
|
1895
|
+
new(b: ReadOnlySpan_1<Byte>, bigEndian: boolean): Guid$instance;
|
|
1366
1896
|
new(a: uint, b: ushort, c: ushort, d: byte, e: byte, f: byte, g: byte, h: byte, i: byte, j: byte, k: byte): Guid$instance;
|
|
1367
1897
|
new(a: int, b: short, c: short, d: byte[]): Guid$instance;
|
|
1368
1898
|
new(a: int, b: short, c: short, d: byte, e: byte, f: byte, g: byte, h: byte, i: byte, j: byte, k: byte): Guid$instance;
|
|
@@ -1372,22 +1902,22 @@ export const Guid: {
|
|
|
1372
1902
|
createVersion7(): Guid;
|
|
1373
1903
|
createVersion7(timestamp: DateTimeOffset): Guid;
|
|
1374
1904
|
newGuid(): Guid;
|
|
1375
|
-
parse(utf8Text: ReadOnlySpan_1<
|
|
1376
|
-
parse(utf8Text: ReadOnlySpan_1<
|
|
1377
|
-
parse(s: ReadOnlySpan_1<
|
|
1378
|
-
parse(input: ReadOnlySpan_1<
|
|
1905
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): Guid;
|
|
1906
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>): Guid;
|
|
1907
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): Guid;
|
|
1908
|
+
parse(input: ReadOnlySpan_1<Char>): Guid;
|
|
1379
1909
|
parse(s: string, provider: IFormatProvider): Guid;
|
|
1380
1910
|
parse(input: string): Guid;
|
|
1381
|
-
parseExact(input: ReadOnlySpan_1<
|
|
1911
|
+
parseExact(input: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>): Guid;
|
|
1382
1912
|
parseExact(input: string, format: string): Guid;
|
|
1383
|
-
tryParse(utf8Text: ReadOnlySpan_1<
|
|
1384
|
-
tryParse(utf8Text: ReadOnlySpan_1<
|
|
1385
|
-
tryParse(input: ReadOnlySpan_1<
|
|
1386
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1387
|
-
tryParse(input: string, result:
|
|
1388
|
-
tryParse(s: string, provider: IFormatProvider, result:
|
|
1389
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
1390
|
-
tryParseExact(input: string, format: string, result:
|
|
1913
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: Guid): boolean;
|
|
1914
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: Guid): boolean;
|
|
1915
|
+
tryParse(input: ReadOnlySpan_1<Char>, result: Guid): boolean;
|
|
1916
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: Guid): boolean;
|
|
1917
|
+
tryParse(input: string, result: Guid): boolean;
|
|
1918
|
+
tryParse(s: string, provider: IFormatProvider, result: Guid): boolean;
|
|
1919
|
+
tryParseExact(input: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, result: Guid): boolean;
|
|
1920
|
+
tryParseExact(input: string, format: string, result: Guid): boolean;
|
|
1391
1921
|
};
|
|
1392
1922
|
|
|
1393
1923
|
|
|
@@ -1403,8 +1933,9 @@ export interface __Guid$views {
|
|
|
1403
1933
|
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Guid>;
|
|
1404
1934
|
|
|
1405
1935
|
// Structural method bridges for numeric interface constraints
|
|
1406
|
-
|
|
1407
|
-
|
|
1936
|
+
equals(other: Guid): boolean;
|
|
1937
|
+
compareTo(obj: unknown): int;
|
|
1938
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1408
1939
|
}
|
|
1409
1940
|
|
|
1410
1941
|
export interface Guid$instance extends IComparable_1$instance<Guid>, ISpanParsable_1$instance<Guid> {}
|
|
@@ -1412,12 +1943,191 @@ export interface Guid$instance extends IComparable_1$instance<Guid>, ISpanParsab
|
|
|
1412
1943
|
export type Guid = Guid$instance & __Guid$views;
|
|
1413
1944
|
|
|
1414
1945
|
|
|
1415
|
-
export
|
|
1946
|
+
export interface Half$instance extends IBitwiseOperators_3<Half, Half, Half>, IComparisonOperators_3<Half, Half, Boolean>, IEqualityOperators_3<Half, Half, Boolean>, IModulusOperators_3<Half, Half, Half>, IAdditionOperators_3<Half, Half, Half>, IDecrementOperators_1<Half>, IDivisionOperators_3<Half, Half, Half>, IIncrementOperators_1<Half>, IMultiplicativeIdentity_2<Half, Half>, IMultiplyOperators_3<Half, Half, Half>, ISubtractionOperators_3<Half, Half, Half>, IUnaryPlusOperators_2<Half, Half>, IUnaryNegationOperators_2<Half, Half> {
|
|
1947
|
+
compareTo(obj: unknown): int;
|
|
1948
|
+
compareTo(other: half): int;
|
|
1949
|
+
equals(obj: unknown): boolean;
|
|
1950
|
+
equals(other: half): boolean;
|
|
1951
|
+
getHashCode(): int;
|
|
1952
|
+
toString(): string;
|
|
1953
|
+
toString(format: string): string;
|
|
1954
|
+
toString(provider: IFormatProvider): string;
|
|
1955
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
1956
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
1957
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
|
|
1961
|
+
export const Half: {
|
|
1962
|
+
new(): Half$instance;
|
|
1963
|
+
readonly epsilon: half;
|
|
1964
|
+
readonly positiveInfinity: half;
|
|
1965
|
+
readonly negativeInfinity: half;
|
|
1966
|
+
readonly naN: half;
|
|
1967
|
+
readonly minValue: half;
|
|
1968
|
+
readonly maxValue: half;
|
|
1969
|
+
readonly E: half;
|
|
1970
|
+
readonly pi: half;
|
|
1971
|
+
readonly tau: half;
|
|
1972
|
+
readonly negativeZero: half;
|
|
1973
|
+
readonly multiplicativeIdentity: half;
|
|
1974
|
+
readonly one: half;
|
|
1975
|
+
readonly zero: half;
|
|
1976
|
+
readonly negativeOne: half;
|
|
1977
|
+
abs(value: half): half;
|
|
1978
|
+
acos(x: half): half;
|
|
1979
|
+
acosh(x: half): half;
|
|
1980
|
+
acosPi(x: half): half;
|
|
1981
|
+
asin(x: half): half;
|
|
1982
|
+
asinh(x: half): half;
|
|
1983
|
+
asinPi(x: half): half;
|
|
1984
|
+
atan(x: half): half;
|
|
1985
|
+
atan2(y: half, x: half): half;
|
|
1986
|
+
atan2Pi(y: half, x: half): half;
|
|
1987
|
+
atanh(x: half): half;
|
|
1988
|
+
atanPi(x: half): half;
|
|
1989
|
+
bitDecrement(x: half): half;
|
|
1990
|
+
bitIncrement(x: half): half;
|
|
1991
|
+
cbrt(x: half): half;
|
|
1992
|
+
ceiling(x: half): half;
|
|
1993
|
+
clamp(value: half, min: half, max: half): half;
|
|
1994
|
+
clampNative(value: half, min: half, max: half): half;
|
|
1995
|
+
convertToInteger<TInteger extends IBinaryInteger_1<TInteger>>(value: half): TInteger;
|
|
1996
|
+
convertToIntegerNative<TInteger extends IBinaryInteger_1<TInteger>>(value: half): TInteger;
|
|
1997
|
+
copySign(value: half, sign: half): half;
|
|
1998
|
+
cos(x: half): half;
|
|
1999
|
+
cosh(x: half): half;
|
|
2000
|
+
cosPi(x: half): half;
|
|
2001
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): half;
|
|
2002
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): half;
|
|
2003
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): half;
|
|
2004
|
+
degreesToRadians(degrees: half): half;
|
|
2005
|
+
exp(x: half): half;
|
|
2006
|
+
exp10(x: half): half;
|
|
2007
|
+
exp10M1(x: half): half;
|
|
2008
|
+
exp2(x: half): half;
|
|
2009
|
+
exp2M1(x: half): half;
|
|
2010
|
+
expM1(x: half): half;
|
|
2011
|
+
floor(x: half): half;
|
|
2012
|
+
fusedMultiplyAdd(left: half, right: half, addend: half): half;
|
|
2013
|
+
hypot(x: half, y: half): half;
|
|
2014
|
+
ieee754Remainder(left: half, right: half): half;
|
|
2015
|
+
iLogB(x: half): int;
|
|
2016
|
+
isEvenInteger(value: half): boolean;
|
|
2017
|
+
isFinite(value: half): boolean;
|
|
2018
|
+
isInfinity(value: half): boolean;
|
|
2019
|
+
isInteger(value: half): boolean;
|
|
2020
|
+
isNaN(value: half): boolean;
|
|
2021
|
+
isNegative(value: half): boolean;
|
|
2022
|
+
isNegativeInfinity(value: half): boolean;
|
|
2023
|
+
isNormal(value: half): boolean;
|
|
2024
|
+
isOddInteger(value: half): boolean;
|
|
2025
|
+
isPositive(value: half): boolean;
|
|
2026
|
+
isPositiveInfinity(value: half): boolean;
|
|
2027
|
+
isPow2(value: half): boolean;
|
|
2028
|
+
isRealNumber(value: half): boolean;
|
|
2029
|
+
isSubnormal(value: half): boolean;
|
|
2030
|
+
lerp(value1: half, value2: half, amount: half): half;
|
|
2031
|
+
log(x: half, newBase: half): half;
|
|
2032
|
+
log(x: half): half;
|
|
2033
|
+
log10(x: half): half;
|
|
2034
|
+
log10P1(x: half): half;
|
|
2035
|
+
log2(value: half): half;
|
|
2036
|
+
log2P1(x: half): half;
|
|
2037
|
+
logP1(x: half): half;
|
|
2038
|
+
max(x: half, y: half): half;
|
|
2039
|
+
maxMagnitude(x: half, y: half): half;
|
|
2040
|
+
maxMagnitudeNumber(x: half, y: half): half;
|
|
2041
|
+
maxNative(x: half, y: half): half;
|
|
2042
|
+
maxNumber(x: half, y: half): half;
|
|
2043
|
+
min(x: half, y: half): half;
|
|
2044
|
+
minMagnitude(x: half, y: half): half;
|
|
2045
|
+
minMagnitudeNumber(x: half, y: half): half;
|
|
2046
|
+
minNative(x: half, y: half): half;
|
|
2047
|
+
minNumber(x: half, y: half): half;
|
|
2048
|
+
multiplyAddEstimate(left: half, right: half, addend: half): half;
|
|
2049
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): half;
|
|
2050
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): half;
|
|
2051
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): half;
|
|
2052
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): half;
|
|
2053
|
+
parse(s: string, style?: NumberStyles, provider?: IFormatProvider): half;
|
|
2054
|
+
parse(s: string, style: NumberStyles): half;
|
|
2055
|
+
parse(s: string, provider: IFormatProvider): half;
|
|
2056
|
+
parse(s: string): half;
|
|
2057
|
+
pow(x: half, y: half): half;
|
|
2058
|
+
radiansToDegrees(radians: half): half;
|
|
2059
|
+
reciprocalEstimate(x: half): half;
|
|
2060
|
+
reciprocalSqrtEstimate(x: half): half;
|
|
2061
|
+
rootN(x: half, n: int): half;
|
|
2062
|
+
round(x: half, digits: int, mode: MidpointRounding): half;
|
|
2063
|
+
round(x: half, digits: int): half;
|
|
2064
|
+
round(x: half, mode: MidpointRounding): half;
|
|
2065
|
+
round(x: half): half;
|
|
2066
|
+
scaleB(x: half, n: int): half;
|
|
2067
|
+
sign(value: half): int;
|
|
2068
|
+
sin(x: half): half;
|
|
2069
|
+
sinCos(x: half): ValueTuple_2<Half, Half>;
|
|
2070
|
+
sinCosPi(x: half): ValueTuple_2<Half, Half>;
|
|
2071
|
+
sinh(x: half): half;
|
|
2072
|
+
sinPi(x: half): half;
|
|
2073
|
+
sqrt(x: half): half;
|
|
2074
|
+
tan(x: half): half;
|
|
2075
|
+
tanh(x: half): half;
|
|
2076
|
+
tanPi(x: half): half;
|
|
2077
|
+
truncate(x: half): half;
|
|
2078
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: half): boolean;
|
|
2079
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: half): boolean;
|
|
2080
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: half): boolean;
|
|
2081
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: half): boolean;
|
|
2082
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: half): boolean;
|
|
2083
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: half): boolean;
|
|
2084
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: half): boolean;
|
|
2085
|
+
tryParse(s: string, result: half): boolean;
|
|
2086
|
+
tryParse(s: string, provider: IFormatProvider, result: half): boolean;
|
|
2087
|
+
};
|
|
2088
|
+
|
|
2089
|
+
|
|
2090
|
+
export interface __Half$views {
|
|
2091
|
+
As_IComparable(): IComparable$instance;
|
|
2092
|
+
As_IComparable_1(): IComparable_1$instance<Half>;
|
|
2093
|
+
As_IEquatable_1(): IEquatable_1$instance<Half>;
|
|
2094
|
+
As_IFormattable(): IFormattable$instance;
|
|
2095
|
+
As_IParsable_1(): IParsable_1$instance<Half>;
|
|
2096
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
2097
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<Half>;
|
|
2098
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
2099
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Half>;
|
|
2100
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<Half, Half>;
|
|
2101
|
+
As_IFloatingPoint_1(): System_Numerics_Internal.IFloatingPoint_1$instance<Half>;
|
|
2102
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<Half>;
|
|
2103
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<Half>;
|
|
2104
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<Half>;
|
|
2105
|
+
As_IRootFunctions_1(): System_Numerics_Internal.IRootFunctions_1$instance<Half>;
|
|
2106
|
+
As_ITrigonometricFunctions_1(): System_Numerics_Internal.ITrigonometricFunctions_1$instance<Half>;
|
|
2107
|
+
|
|
2108
|
+
// Structural method bridges for numeric interface constraints
|
|
2109
|
+
equals(other: Half): boolean;
|
|
2110
|
+
compareTo(obj: unknown): int;
|
|
2111
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
2112
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2113
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2114
|
+
getExponentByteCount(): int;
|
|
2115
|
+
getExponentShortestBitLength(): int;
|
|
2116
|
+
tryWriteExponentBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
2117
|
+
writeExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
2118
|
+
writeExponentBigEndian(destination: byte[]): int;
|
|
2119
|
+
writeExponentBigEndian(destination: Span_1<Byte>): int;
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2122
|
+
export interface Half$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Half> {}
|
|
2123
|
+
|
|
2124
|
+
export type Half = number & Half$instance & __Half$views;
|
|
2125
|
+
|
|
1416
2126
|
|
|
1417
2127
|
export interface HashCode$instance {
|
|
1418
2128
|
add<T>(value: T): void;
|
|
1419
2129
|
add<T>(value: T, comparer: IEqualityComparer_1<T>): void;
|
|
1420
|
-
addBytes(value: ReadOnlySpan_1<
|
|
2130
|
+
addBytes(value: ReadOnlySpan_1<Byte>): void;
|
|
1421
2131
|
equals(obj: unknown): boolean;
|
|
1422
2132
|
getHashCode(): int;
|
|
1423
2133
|
toHashCode(): int;
|
|
@@ -1463,21 +2173,513 @@ export interface __Index$views {
|
|
|
1463
2173
|
As_IEquatable_1(): IEquatable_1$instance<Index>;
|
|
1464
2174
|
|
|
1465
2175
|
// Structural method bridges for numeric interface constraints
|
|
1466
|
-
|
|
2176
|
+
equals(other: Index): boolean;
|
|
1467
2177
|
}
|
|
1468
2178
|
|
|
1469
2179
|
export type Index = Index$instance & __Index$views;
|
|
1470
2180
|
|
|
1471
2181
|
|
|
1472
|
-
export
|
|
2182
|
+
export interface Int128$instance extends IBitwiseOperators_3<Int128, Int128, Int128>, IComparisonOperators_3<Int128, Int128, Boolean>, IEqualityOperators_3<Int128, Int128, Boolean>, IModulusOperators_3<Int128, Int128, Int128>, IAdditionOperators_3<Int128, Int128, Int128>, IDecrementOperators_1<Int128>, IDivisionOperators_3<Int128, Int128, Int128>, IIncrementOperators_1<Int128>, IMultiplyOperators_3<Int128, Int128, Int128>, ISubtractionOperators_3<Int128, Int128, Int128>, IUnaryPlusOperators_2<Int128, Int128>, IUnaryNegationOperators_2<Int128, Int128>, IShiftOperators_3<Int128, Int32, Int128> {
|
|
2183
|
+
compareTo(value: unknown): int;
|
|
2184
|
+
compareTo(value: int128): int;
|
|
2185
|
+
equals(obj: unknown): boolean;
|
|
2186
|
+
equals(other: int128): boolean;
|
|
2187
|
+
getHashCode(): int;
|
|
2188
|
+
toString(): string;
|
|
2189
|
+
toString(provider: IFormatProvider): string;
|
|
2190
|
+
toString(format: string): string;
|
|
2191
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
2192
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
2193
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
export const Int128: {
|
|
2198
|
+
new(upper: ulong, lower: ulong): Int128$instance;
|
|
2199
|
+
readonly minValue: int128;
|
|
2200
|
+
readonly maxValue: int128;
|
|
2201
|
+
readonly one: int128;
|
|
2202
|
+
readonly zero: int128;
|
|
2203
|
+
readonly negativeOne: int128;
|
|
2204
|
+
abs(value: int128): int128;
|
|
2205
|
+
bigMul(left: int128, right: int128, lower: int128): int128;
|
|
2206
|
+
clamp(value: int128, min: int128, max: int128): int128;
|
|
2207
|
+
copySign(value: int128, sign: int128): int128;
|
|
2208
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): int128;
|
|
2209
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): int128;
|
|
2210
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): int128;
|
|
2211
|
+
divRem(left: int128, right: int128): ValueTuple_2<Int128, Int128>;
|
|
2212
|
+
isEvenInteger(value: int128): boolean;
|
|
2213
|
+
isNegative(value: int128): boolean;
|
|
2214
|
+
isOddInteger(value: int128): boolean;
|
|
2215
|
+
isPositive(value: int128): boolean;
|
|
2216
|
+
isPow2(value: int128): boolean;
|
|
2217
|
+
leadingZeroCount(value: int128): int128;
|
|
2218
|
+
log2(value: int128): int128;
|
|
2219
|
+
max(x: int128, y: int128): int128;
|
|
2220
|
+
maxMagnitude(x: int128, y: int128): int128;
|
|
2221
|
+
min(x: int128, y: int128): int128;
|
|
2222
|
+
minMagnitude(x: int128, y: int128): int128;
|
|
2223
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): int128;
|
|
2224
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): int128;
|
|
2225
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): int128;
|
|
2226
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): int128;
|
|
2227
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): int128;
|
|
2228
|
+
parse(s: string, style: NumberStyles): int128;
|
|
2229
|
+
parse(s: string, provider: IFormatProvider): int128;
|
|
2230
|
+
parse(s: string): int128;
|
|
2231
|
+
popCount(value: int128): int128;
|
|
2232
|
+
rotateLeft(value: int128, rotateAmount: int): int128;
|
|
2233
|
+
rotateRight(value: int128, rotateAmount: int): int128;
|
|
2234
|
+
sign(value: int128): int;
|
|
2235
|
+
trailingZeroCount(value: int128): int128;
|
|
2236
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: int128): boolean;
|
|
2237
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: int128): boolean;
|
|
2238
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: int128): boolean;
|
|
2239
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: int128): boolean;
|
|
2240
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: int128): boolean;
|
|
2241
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: int128): boolean;
|
|
2242
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: int128): boolean;
|
|
2243
|
+
tryParse(s: string, provider: IFormatProvider, result: int128): boolean;
|
|
2244
|
+
tryParse(s: string, result: int128): boolean;
|
|
2245
|
+
};
|
|
2246
|
+
|
|
2247
|
+
|
|
2248
|
+
export interface __Int128$views {
|
|
2249
|
+
As_IComparable(): IComparable$instance;
|
|
2250
|
+
As_IComparable_1(): IComparable_1$instance<Int128>;
|
|
2251
|
+
As_IEquatable_1(): IEquatable_1$instance<Int128>;
|
|
2252
|
+
As_IFormattable(): IFormattable$instance;
|
|
2253
|
+
As_IParsable_1(): IParsable_1$instance<Int128>;
|
|
2254
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<Int128>;
|
|
2255
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
2256
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Int128>;
|
|
2257
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<Int128, Int128>;
|
|
2258
|
+
As_IBinaryInteger_1(): System_Numerics_Internal.IBinaryInteger_1$instance<Int128>;
|
|
2259
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<Int128>;
|
|
2260
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<Int128>;
|
|
2261
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<Int128>;
|
|
1473
2262
|
|
|
1474
|
-
|
|
2263
|
+
// Structural method bridges for numeric interface constraints
|
|
2264
|
+
equals(other: Int128): boolean;
|
|
2265
|
+
compareTo(obj: unknown): int;
|
|
2266
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
2267
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2268
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2269
|
+
getByteCount(): int;
|
|
2270
|
+
tryWriteBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
2271
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
2272
|
+
writeBigEndian(destination: byte[]): int;
|
|
2273
|
+
writeBigEndian(destination: Span_1<Byte>): int;
|
|
2274
|
+
}
|
|
1475
2275
|
|
|
1476
|
-
export
|
|
2276
|
+
export interface Int128$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Int128> {}
|
|
1477
2277
|
|
|
1478
|
-
export type
|
|
2278
|
+
export type Int128 = number & Int128$instance & __Int128$views;
|
|
2279
|
+
|
|
2280
|
+
|
|
2281
|
+
export interface Int16$instance extends IBitwiseOperators_3<Int16, Int16, Int16>, IComparisonOperators_3<Int16, Int16, Boolean>, IEqualityOperators_3<Int16, Int16, Boolean>, IModulusOperators_3<Int16, Int16, Int16>, IAdditionOperators_3<Int16, Int16, Int16>, IDecrementOperators_1<Int16>, IDivisionOperators_3<Int16, Int16, Int16>, IIncrementOperators_1<Int16>, IMultiplyOperators_3<Int16, Int16, Int16>, ISubtractionOperators_3<Int16, Int16, Int16>, IUnaryPlusOperators_2<Int16, Int16>, IUnaryNegationOperators_2<Int16, Int16>, IShiftOperators_3<Int16, Int32, Int16> {
|
|
2282
|
+
compareTo(value: unknown): int;
|
|
2283
|
+
compareTo(value: short): int;
|
|
2284
|
+
equals(obj: unknown): boolean;
|
|
2285
|
+
equals(obj: short): boolean;
|
|
2286
|
+
getHashCode(): int;
|
|
2287
|
+
getTypeCode(): TypeCode;
|
|
2288
|
+
toString(): string;
|
|
2289
|
+
toString(provider: IFormatProvider): string;
|
|
2290
|
+
toString(format: string): string;
|
|
2291
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
2292
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
2293
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
|
|
2297
|
+
export const Int16: {
|
|
2298
|
+
new(): Int16$instance;
|
|
2299
|
+
readonly maxValue: short;
|
|
2300
|
+
readonly minValue: short;
|
|
2301
|
+
abs(value: short): short;
|
|
2302
|
+
clamp(value: short, min: short, max: short): short;
|
|
2303
|
+
copySign(value: short, sign: short): short;
|
|
2304
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): short;
|
|
2305
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): short;
|
|
2306
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): short;
|
|
2307
|
+
divRem(left: short, right: short): ValueTuple_2<Int16, Int16>;
|
|
2308
|
+
isEvenInteger(value: short): boolean;
|
|
2309
|
+
isNegative(value: short): boolean;
|
|
2310
|
+
isOddInteger(value: short): boolean;
|
|
2311
|
+
isPositive(value: short): boolean;
|
|
2312
|
+
isPow2(value: short): boolean;
|
|
2313
|
+
leadingZeroCount(value: short): short;
|
|
2314
|
+
log2(value: short): short;
|
|
2315
|
+
max(x: short, y: short): short;
|
|
2316
|
+
maxMagnitude(x: short, y: short): short;
|
|
2317
|
+
min(x: short, y: short): short;
|
|
2318
|
+
minMagnitude(x: short, y: short): short;
|
|
2319
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): short;
|
|
2320
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): short;
|
|
2321
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): short;
|
|
2322
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): short;
|
|
2323
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): short;
|
|
2324
|
+
parse(s: string, style: NumberStyles): short;
|
|
2325
|
+
parse(s: string, provider: IFormatProvider): short;
|
|
2326
|
+
parse(s: string): short;
|
|
2327
|
+
popCount(value: short): short;
|
|
2328
|
+
rotateLeft(value: short, rotateAmount: int): short;
|
|
2329
|
+
rotateRight(value: short, rotateAmount: int): short;
|
|
2330
|
+
sign(value: short): int;
|
|
2331
|
+
trailingZeroCount(value: short): short;
|
|
2332
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: short): boolean;
|
|
2333
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: short): boolean;
|
|
2334
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: short): boolean;
|
|
2335
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: short): boolean;
|
|
2336
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: short): boolean;
|
|
2337
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: short): boolean;
|
|
2338
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: short): boolean;
|
|
2339
|
+
tryParse(s: string, provider: IFormatProvider, result: short): boolean;
|
|
2340
|
+
tryParse(s: string, result: short): boolean;
|
|
2341
|
+
};
|
|
2342
|
+
|
|
2343
|
+
|
|
2344
|
+
export interface __Int16$views {
|
|
2345
|
+
As_IComparable(): IComparable$instance;
|
|
2346
|
+
As_IComparable_1(): IComparable_1$instance<Int16>;
|
|
2347
|
+
As_IConvertible(): IConvertible$instance;
|
|
2348
|
+
As_IEquatable_1(): IEquatable_1$instance<Int16>;
|
|
2349
|
+
As_IFormattable(): IFormattable$instance;
|
|
2350
|
+
As_IParsable_1(): IParsable_1$instance<Int16>;
|
|
2351
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
2352
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<Int16>;
|
|
2353
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
2354
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Int16>;
|
|
2355
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<Int16, Int16>;
|
|
2356
|
+
As_IBinaryInteger_1(): System_Numerics_Internal.IBinaryInteger_1$instance<Int16>;
|
|
2357
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<Int16>;
|
|
2358
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<Int16>;
|
|
2359
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<Int16>;
|
|
2360
|
+
|
|
2361
|
+
// Structural method bridges for numeric interface constraints
|
|
2362
|
+
equals(other: Int16): boolean;
|
|
2363
|
+
compareTo(obj: unknown): int;
|
|
2364
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
2365
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2366
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2367
|
+
getByteCount(): int;
|
|
2368
|
+
tryWriteBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
2369
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
2370
|
+
writeBigEndian(destination: byte[]): int;
|
|
2371
|
+
writeBigEndian(destination: Span_1<Byte>): int;
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
export interface Int16$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Int16> {}
|
|
2375
|
+
|
|
2376
|
+
export type Int16 = number & Int16$instance & __Int16$views;
|
|
2377
|
+
|
|
2378
|
+
|
|
2379
|
+
export interface Int32$instance extends IBitwiseOperators_3<Int32, Int32, Int32>, IComparisonOperators_3<Int32, Int32, Boolean>, IEqualityOperators_3<Int32, Int32, Boolean>, IModulusOperators_3<Int32, Int32, Int32>, IAdditionOperators_3<Int32, Int32, Int32>, IDecrementOperators_1<Int32>, IDivisionOperators_3<Int32, Int32, Int32>, IIncrementOperators_1<Int32>, IMultiplyOperators_3<Int32, Int32, Int32>, ISubtractionOperators_3<Int32, Int32, Int32>, IUnaryPlusOperators_2<Int32, Int32>, IUnaryNegationOperators_2<Int32, Int32>, IShiftOperators_3<Int32, Int32, Int32> {
|
|
2380
|
+
compareTo(value: unknown): int;
|
|
2381
|
+
compareTo(value: int): int;
|
|
2382
|
+
equals(obj: unknown): boolean;
|
|
2383
|
+
equals(obj: int): boolean;
|
|
2384
|
+
getHashCode(): int;
|
|
2385
|
+
getTypeCode(): TypeCode;
|
|
2386
|
+
toString(): string;
|
|
2387
|
+
toString(format: string): string;
|
|
2388
|
+
toString(provider: IFormatProvider): string;
|
|
2389
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
2390
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
2391
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
|
|
2395
|
+
export const Int32: {
|
|
2396
|
+
new(): Int32$instance;
|
|
2397
|
+
readonly maxValue: int;
|
|
2398
|
+
readonly minValue: int;
|
|
2399
|
+
abs(value: int): int;
|
|
2400
|
+
bigMul(left: int, right: int): long;
|
|
2401
|
+
clamp(value: int, min: int, max: int): int;
|
|
2402
|
+
copySign(value: int, sign: int): int;
|
|
2403
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): int;
|
|
2404
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): int;
|
|
2405
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): int;
|
|
2406
|
+
divRem(left: int, right: int): ValueTuple_2<Int32, Int32>;
|
|
2407
|
+
isEvenInteger(value: int): boolean;
|
|
2408
|
+
isNegative(value: int): boolean;
|
|
2409
|
+
isOddInteger(value: int): boolean;
|
|
2410
|
+
isPositive(value: int): boolean;
|
|
2411
|
+
isPow2(value: int): boolean;
|
|
2412
|
+
leadingZeroCount(value: int): int;
|
|
2413
|
+
log2(value: int): int;
|
|
2414
|
+
max(x: int, y: int): int;
|
|
2415
|
+
maxMagnitude(x: int, y: int): int;
|
|
2416
|
+
min(x: int, y: int): int;
|
|
2417
|
+
minMagnitude(x: int, y: int): int;
|
|
2418
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): int;
|
|
2419
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): int;
|
|
2420
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): int;
|
|
2421
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): int;
|
|
2422
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): int;
|
|
2423
|
+
parse(s: string, style: NumberStyles): int;
|
|
2424
|
+
parse(s: string, provider: IFormatProvider): int;
|
|
2425
|
+
parse(s: string): int;
|
|
2426
|
+
popCount(value: int): int;
|
|
2427
|
+
rotateLeft(value: int, rotateAmount: int): int;
|
|
2428
|
+
rotateRight(value: int, rotateAmount: int): int;
|
|
2429
|
+
sign(value: int): int;
|
|
2430
|
+
trailingZeroCount(value: int): int;
|
|
2431
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: int): boolean;
|
|
2432
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: int): boolean;
|
|
2433
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: int): boolean;
|
|
2434
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: int): boolean;
|
|
2435
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: int): boolean;
|
|
2436
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: int): boolean;
|
|
2437
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: int): boolean;
|
|
2438
|
+
tryParse(s: string, provider: IFormatProvider, result: int): boolean;
|
|
2439
|
+
tryParse(s: string, result: int): boolean;
|
|
2440
|
+
};
|
|
2441
|
+
|
|
2442
|
+
|
|
2443
|
+
export interface __Int32$views {
|
|
2444
|
+
As_IComparable(): IComparable$instance;
|
|
2445
|
+
As_IComparable_1(): IComparable_1$instance<Int32>;
|
|
2446
|
+
As_IConvertible(): IConvertible$instance;
|
|
2447
|
+
As_IEquatable_1(): IEquatable_1$instance<Int32>;
|
|
2448
|
+
As_IFormattable(): IFormattable$instance;
|
|
2449
|
+
As_IParsable_1(): IParsable_1$instance<Int32>;
|
|
2450
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
2451
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<Int32>;
|
|
2452
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
2453
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Int32>;
|
|
2454
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<Int32, Int32>;
|
|
2455
|
+
As_IBinaryInteger_1(): System_Numerics_Internal.IBinaryInteger_1$instance<Int32>;
|
|
2456
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<Int32>;
|
|
2457
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<Int32>;
|
|
2458
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<Int32>;
|
|
2459
|
+
|
|
2460
|
+
// Structural method bridges for numeric interface constraints
|
|
2461
|
+
equals(other: Int32): boolean;
|
|
2462
|
+
compareTo(obj: unknown): int;
|
|
2463
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
2464
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2465
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2466
|
+
getByteCount(): int;
|
|
2467
|
+
tryWriteBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
2468
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
2469
|
+
writeBigEndian(destination: byte[]): int;
|
|
2470
|
+
writeBigEndian(destination: Span_1<Byte>): int;
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
export interface Int32$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Int32> {}
|
|
2474
|
+
|
|
2475
|
+
export type Int32 = number & Int32$instance & __Int32$views;
|
|
2476
|
+
|
|
2477
|
+
|
|
2478
|
+
export interface Int64$instance extends IBitwiseOperators_3<Int64, Int64, Int64>, IComparisonOperators_3<Int64, Int64, Boolean>, IEqualityOperators_3<Int64, Int64, Boolean>, IModulusOperators_3<Int64, Int64, Int64>, IAdditionOperators_3<Int64, Int64, Int64>, IDecrementOperators_1<Int64>, IDivisionOperators_3<Int64, Int64, Int64>, IIncrementOperators_1<Int64>, IMultiplyOperators_3<Int64, Int64, Int64>, ISubtractionOperators_3<Int64, Int64, Int64>, IUnaryPlusOperators_2<Int64, Int64>, IUnaryNegationOperators_2<Int64, Int64>, IShiftOperators_3<Int64, Int32, Int64> {
|
|
2479
|
+
compareTo(value: unknown): int;
|
|
2480
|
+
compareTo(value: long): int;
|
|
2481
|
+
equals(obj: unknown): boolean;
|
|
2482
|
+
equals(obj: long): boolean;
|
|
2483
|
+
getHashCode(): int;
|
|
2484
|
+
getTypeCode(): TypeCode;
|
|
2485
|
+
toString(): string;
|
|
2486
|
+
toString(provider: IFormatProvider): string;
|
|
2487
|
+
toString(format: string): string;
|
|
2488
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
2489
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
2490
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
|
|
2494
|
+
export const Int64: {
|
|
2495
|
+
new(): Int64$instance;
|
|
2496
|
+
readonly maxValue: long;
|
|
2497
|
+
readonly minValue: long;
|
|
2498
|
+
abs(value: long): long;
|
|
2499
|
+
bigMul(left: long, right: long): int128;
|
|
2500
|
+
clamp(value: long, min: long, max: long): long;
|
|
2501
|
+
copySign(value: long, sign: long): long;
|
|
2502
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): long;
|
|
2503
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): long;
|
|
2504
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): long;
|
|
2505
|
+
divRem(left: long, right: long): ValueTuple_2<Int64, Int64>;
|
|
2506
|
+
isEvenInteger(value: long): boolean;
|
|
2507
|
+
isNegative(value: long): boolean;
|
|
2508
|
+
isOddInteger(value: long): boolean;
|
|
2509
|
+
isPositive(value: long): boolean;
|
|
2510
|
+
isPow2(value: long): boolean;
|
|
2511
|
+
leadingZeroCount(value: long): long;
|
|
2512
|
+
log2(value: long): long;
|
|
2513
|
+
max(x: long, y: long): long;
|
|
2514
|
+
maxMagnitude(x: long, y: long): long;
|
|
2515
|
+
min(x: long, y: long): long;
|
|
2516
|
+
minMagnitude(x: long, y: long): long;
|
|
2517
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): long;
|
|
2518
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): long;
|
|
2519
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): long;
|
|
2520
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): long;
|
|
2521
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): long;
|
|
2522
|
+
parse(s: string, style: NumberStyles): long;
|
|
2523
|
+
parse(s: string, provider: IFormatProvider): long;
|
|
2524
|
+
parse(s: string): long;
|
|
2525
|
+
popCount(value: long): long;
|
|
2526
|
+
rotateLeft(value: long, rotateAmount: int): long;
|
|
2527
|
+
rotateRight(value: long, rotateAmount: int): long;
|
|
2528
|
+
sign(value: long): int;
|
|
2529
|
+
trailingZeroCount(value: long): long;
|
|
2530
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: long): boolean;
|
|
2531
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: long): boolean;
|
|
2532
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: long): boolean;
|
|
2533
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: long): boolean;
|
|
2534
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: long): boolean;
|
|
2535
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: long): boolean;
|
|
2536
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: long): boolean;
|
|
2537
|
+
tryParse(s: string, provider: IFormatProvider, result: long): boolean;
|
|
2538
|
+
tryParse(s: string, result: long): boolean;
|
|
2539
|
+
};
|
|
2540
|
+
|
|
2541
|
+
|
|
2542
|
+
export interface __Int64$views {
|
|
2543
|
+
As_IComparable(): IComparable$instance;
|
|
2544
|
+
As_IComparable_1(): IComparable_1$instance<Int64>;
|
|
2545
|
+
As_IConvertible(): IConvertible$instance;
|
|
2546
|
+
As_IEquatable_1(): IEquatable_1$instance<Int64>;
|
|
2547
|
+
As_IFormattable(): IFormattable$instance;
|
|
2548
|
+
As_IParsable_1(): IParsable_1$instance<Int64>;
|
|
2549
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
2550
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<Int64>;
|
|
2551
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
2552
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Int64>;
|
|
2553
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<Int64, Int64>;
|
|
2554
|
+
As_IBinaryInteger_1(): System_Numerics_Internal.IBinaryInteger_1$instance<Int64>;
|
|
2555
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<Int64>;
|
|
2556
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<Int64>;
|
|
2557
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<Int64>;
|
|
2558
|
+
|
|
2559
|
+
// Structural method bridges for numeric interface constraints
|
|
2560
|
+
equals(other: Int64): boolean;
|
|
2561
|
+
compareTo(obj: unknown): int;
|
|
2562
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
2563
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2564
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2565
|
+
getByteCount(): int;
|
|
2566
|
+
tryWriteBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
2567
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
2568
|
+
writeBigEndian(destination: byte[]): int;
|
|
2569
|
+
writeBigEndian(destination: Span_1<Byte>): int;
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
export interface Int64$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Int64> {}
|
|
2573
|
+
|
|
2574
|
+
export type Int64 = number & Int64$instance & __Int64$views;
|
|
2575
|
+
|
|
2576
|
+
|
|
2577
|
+
export interface IntPtr$instance extends IBitwiseOperators_3<IntPtr, IntPtr, IntPtr>, IComparisonOperators_3<IntPtr, IntPtr, Boolean>, IEqualityOperators_3<IntPtr, IntPtr, Boolean>, IModulusOperators_3<IntPtr, IntPtr, IntPtr>, IAdditionOperators_3<IntPtr, IntPtr, IntPtr>, IDecrementOperators_1<IntPtr>, IDivisionOperators_3<IntPtr, IntPtr, IntPtr>, IIncrementOperators_1<IntPtr>, IMultiplyOperators_3<IntPtr, IntPtr, IntPtr>, ISubtractionOperators_3<IntPtr, IntPtr, IntPtr>, IUnaryPlusOperators_2<IntPtr, IntPtr>, IUnaryNegationOperators_2<IntPtr, IntPtr>, IShiftOperators_3<IntPtr, Int32, IntPtr> {
|
|
2578
|
+
compareTo(value: unknown): int;
|
|
2579
|
+
compareTo(value: nint): int;
|
|
2580
|
+
equals(obj: unknown): boolean;
|
|
2581
|
+
equals(other: nint): boolean;
|
|
2582
|
+
getHashCode(): int;
|
|
2583
|
+
toInt32(): int;
|
|
2584
|
+
toInt64(): long;
|
|
2585
|
+
toPointer(): ptr<void>;
|
|
2586
|
+
toString(): string;
|
|
2587
|
+
toString(format: string): string;
|
|
2588
|
+
toString(provider: IFormatProvider): string;
|
|
2589
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
2590
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
2591
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
|
|
2595
|
+
export const IntPtr: {
|
|
2596
|
+
new(value: int): IntPtr$instance;
|
|
2597
|
+
new(value: long): IntPtr$instance;
|
|
2598
|
+
new(value: ptr<void>): IntPtr$instance;
|
|
2599
|
+
readonly zero: nint;
|
|
2600
|
+
readonly size: int;
|
|
2601
|
+
readonly maxValue: nint;
|
|
2602
|
+
readonly minValue: nint;
|
|
2603
|
+
abs(value: nint): nint;
|
|
2604
|
+
add(pointer: nint, offset: int): nint;
|
|
2605
|
+
bigMul(left: nint, right: nint, lower: nint): nint;
|
|
2606
|
+
clamp(value: nint, min: nint, max: nint): nint;
|
|
2607
|
+
copySign(value: nint, sign: nint): nint;
|
|
2608
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): nint;
|
|
2609
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): nint;
|
|
2610
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): nint;
|
|
2611
|
+
divRem(left: nint, right: nint): ValueTuple_2<IntPtr, IntPtr>;
|
|
2612
|
+
isEvenInteger(value: nint): boolean;
|
|
2613
|
+
isNegative(value: nint): boolean;
|
|
2614
|
+
isOddInteger(value: nint): boolean;
|
|
2615
|
+
isPositive(value: nint): boolean;
|
|
2616
|
+
isPow2(value: nint): boolean;
|
|
2617
|
+
leadingZeroCount(value: nint): nint;
|
|
2618
|
+
log2(value: nint): nint;
|
|
2619
|
+
max(x: nint, y: nint): nint;
|
|
2620
|
+
maxMagnitude(x: nint, y: nint): nint;
|
|
2621
|
+
min(x: nint, y: nint): nint;
|
|
2622
|
+
minMagnitude(x: nint, y: nint): nint;
|
|
2623
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): nint;
|
|
2624
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): nint;
|
|
2625
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): nint;
|
|
2626
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): nint;
|
|
2627
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): nint;
|
|
2628
|
+
parse(s: string, style: NumberStyles): nint;
|
|
2629
|
+
parse(s: string, provider: IFormatProvider): nint;
|
|
2630
|
+
parse(s: string): nint;
|
|
2631
|
+
popCount(value: nint): nint;
|
|
2632
|
+
rotateLeft(value: nint, rotateAmount: int): nint;
|
|
2633
|
+
rotateRight(value: nint, rotateAmount: int): nint;
|
|
2634
|
+
sign(value: nint): int;
|
|
2635
|
+
subtract(pointer: nint, offset: int): nint;
|
|
2636
|
+
trailingZeroCount(value: nint): nint;
|
|
2637
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: nint): boolean;
|
|
2638
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: nint): boolean;
|
|
2639
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: nint): boolean;
|
|
2640
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: nint): boolean;
|
|
2641
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: nint): boolean;
|
|
2642
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: nint): boolean;
|
|
2643
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: nint): boolean;
|
|
2644
|
+
tryParse(s: string, provider: IFormatProvider, result: nint): boolean;
|
|
2645
|
+
tryParse(s: string, result: nint): boolean;
|
|
2646
|
+
};
|
|
2647
|
+
|
|
2648
|
+
|
|
2649
|
+
export interface __IntPtr$views {
|
|
2650
|
+
As_IComparable(): IComparable$instance;
|
|
2651
|
+
As_IComparable_1(): IComparable_1$instance<IntPtr>;
|
|
2652
|
+
As_IEquatable_1(): IEquatable_1$instance<IntPtr>;
|
|
2653
|
+
As_IFormattable(): IFormattable$instance;
|
|
2654
|
+
As_IParsable_1(): IParsable_1$instance<IntPtr>;
|
|
2655
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
2656
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<IntPtr>;
|
|
2657
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
2658
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<IntPtr>;
|
|
2659
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<IntPtr, IntPtr>;
|
|
2660
|
+
As_IBinaryInteger_1(): System_Numerics_Internal.IBinaryInteger_1$instance<IntPtr>;
|
|
2661
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<IntPtr>;
|
|
2662
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<IntPtr>;
|
|
2663
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<IntPtr>;
|
|
2664
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
2665
|
+
|
|
2666
|
+
// Structural method bridges for numeric interface constraints
|
|
2667
|
+
equals(other: IntPtr): boolean;
|
|
2668
|
+
compareTo(obj: unknown): int;
|
|
2669
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
2670
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2671
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2672
|
+
getByteCount(): int;
|
|
2673
|
+
tryWriteBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
2674
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
2675
|
+
writeBigEndian(destination: byte[]): int;
|
|
2676
|
+
writeBigEndian(destination: Span_1<Byte>): int;
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
export interface IntPtr$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<IntPtr>, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
2680
|
+
|
|
2681
|
+
export type IntPtr = number & IntPtr$instance & __IntPtr$views;
|
|
1479
2682
|
|
|
1480
|
-
export type IntPtr = nint;
|
|
1481
2683
|
|
|
1482
2684
|
export interface Memory_1$instance<T> {
|
|
1483
2685
|
readonly isEmpty: boolean;
|
|
@@ -1507,7 +2709,7 @@ export interface __Memory_1$views<T> {
|
|
|
1507
2709
|
As_IEquatable_1(): IEquatable_1$instance<Memory_1<T>>;
|
|
1508
2710
|
|
|
1509
2711
|
// Structural method bridges for numeric interface constraints
|
|
1510
|
-
|
|
2712
|
+
equals(other: Memory_1<T>): boolean;
|
|
1511
2713
|
}
|
|
1512
2714
|
|
|
1513
2715
|
export type Memory_1<T> = Memory_1$instance<T> & __Memory_1$views<T>;
|
|
@@ -1541,8 +2743,8 @@ export interface MemoryExtensions_TryWriteInterpolatedStringHandler$instance {
|
|
|
1541
2743
|
appendFormatted<T>(value: T, format: string): boolean;
|
|
1542
2744
|
appendFormatted<T>(value: T, alignment: int): boolean;
|
|
1543
2745
|
appendFormatted<T>(value: T, alignment: int, format: string): boolean;
|
|
1544
|
-
appendFormatted(value: ReadOnlySpan_1<
|
|
1545
|
-
appendFormatted(value: ReadOnlySpan_1<
|
|
2746
|
+
appendFormatted(value: ReadOnlySpan_1<Char>): boolean;
|
|
2747
|
+
appendFormatted(value: ReadOnlySpan_1<Char>, alignment?: int, format?: string): boolean;
|
|
1546
2748
|
appendFormatted(value: string): boolean;
|
|
1547
2749
|
appendFormatted(value: string, alignment?: int, format?: string): boolean;
|
|
1548
2750
|
appendFormatted(value: unknown, alignment?: int, format?: string): boolean;
|
|
@@ -1551,8 +2753,8 @@ export interface MemoryExtensions_TryWriteInterpolatedStringHandler$instance {
|
|
|
1551
2753
|
|
|
1552
2754
|
|
|
1553
2755
|
export const MemoryExtensions_TryWriteInterpolatedStringHandler: {
|
|
1554
|
-
new(literalLength: int, formattedCount: int, destination: Span_1<
|
|
1555
|
-
new(literalLength: int, formattedCount: int, destination: Span_1<
|
|
2756
|
+
new(literalLength: int, formattedCount: int, destination: Span_1<Char>, shouldAppend: boolean): MemoryExtensions_TryWriteInterpolatedStringHandler$instance;
|
|
2757
|
+
new(literalLength: int, formattedCount: int, destination: Span_1<Char>, provider: IFormatProvider, shouldAppend: boolean): MemoryExtensions_TryWriteInterpolatedStringHandler$instance;
|
|
1556
2758
|
};
|
|
1557
2759
|
|
|
1558
2760
|
|
|
@@ -1585,7 +2787,7 @@ export interface __ModuleHandle$views {
|
|
|
1585
2787
|
As_IEquatable_1(): IEquatable_1$instance<ModuleHandle>;
|
|
1586
2788
|
|
|
1587
2789
|
// Structural method bridges for numeric interface constraints
|
|
1588
|
-
|
|
2790
|
+
equals(other: ModuleHandle): boolean;
|
|
1589
2791
|
}
|
|
1590
2792
|
|
|
1591
2793
|
export type ModuleHandle = ModuleHandle$instance & __ModuleHandle$views;
|
|
@@ -1615,7 +2817,7 @@ export interface Range$instance {
|
|
|
1615
2817
|
equals(value: unknown): boolean;
|
|
1616
2818
|
equals(other: Range): boolean;
|
|
1617
2819
|
getHashCode(): int;
|
|
1618
|
-
getOffsetAndLength(length: int): ValueTuple_2<
|
|
2820
|
+
getOffsetAndLength(length: int): ValueTuple_2<Int32, Int32>;
|
|
1619
2821
|
toString(): string;
|
|
1620
2822
|
}
|
|
1621
2823
|
|
|
@@ -1632,7 +2834,7 @@ export interface __Range$views {
|
|
|
1632
2834
|
As_IEquatable_1(): IEquatable_1$instance<Range>;
|
|
1633
2835
|
|
|
1634
2836
|
// Structural method bridges for numeric interface constraints
|
|
1635
|
-
|
|
2837
|
+
equals(other: Range): boolean;
|
|
1636
2838
|
}
|
|
1637
2839
|
|
|
1638
2840
|
export type Range = Range$instance & __Range$views;
|
|
@@ -1666,7 +2868,7 @@ export interface __ReadOnlyMemory_1$views<T> {
|
|
|
1666
2868
|
As_IEquatable_1(): IEquatable_1$instance<ReadOnlyMemory_1<T>>;
|
|
1667
2869
|
|
|
1668
2870
|
// Structural method bridges for numeric interface constraints
|
|
1669
|
-
|
|
2871
|
+
equals(other: ReadOnlyMemory_1<T>): boolean;
|
|
1670
2872
|
}
|
|
1671
2873
|
|
|
1672
2874
|
export type ReadOnlyMemory_1<T> = ReadOnlyMemory_1$instance<T> & __ReadOnlyMemory_1$views<T>;
|
|
@@ -1674,13 +2876,13 @@ export type ReadOnlyMemory_1<T> = ReadOnlyMemory_1$instance<T> & __ReadOnlyMemor
|
|
|
1674
2876
|
|
|
1675
2877
|
export interface ReadOnlySpan_1$instance<T> {
|
|
1676
2878
|
readonly isEmpty: boolean;
|
|
1677
|
-
readonly item:
|
|
2879
|
+
readonly item: T;
|
|
1678
2880
|
readonly length: int;
|
|
1679
2881
|
copyTo(destination: Span_1<T>): void;
|
|
1680
2882
|
equals(obj: unknown): boolean;
|
|
1681
2883
|
getEnumerator(): ReadOnlySpan_1_Enumerator<T>;
|
|
1682
2884
|
getHashCode(): int;
|
|
1683
|
-
getPinnableReference():
|
|
2885
|
+
getPinnableReference(): T;
|
|
1684
2886
|
slice(start: int): ReadOnlySpan_1<T>;
|
|
1685
2887
|
slice(start: int, length: int): ReadOnlySpan_1<T>;
|
|
1686
2888
|
toArray(): T[];
|
|
@@ -1693,7 +2895,7 @@ export const ReadOnlySpan_1: {
|
|
|
1693
2895
|
new<T>(array: T[]): ReadOnlySpan_1$instance<T>;
|
|
1694
2896
|
new<T>(array: T[], start: int, length: int): ReadOnlySpan_1$instance<T>;
|
|
1695
2897
|
new<T>(pointer: ptr<void>, length: int): ReadOnlySpan_1$instance<T>;
|
|
1696
|
-
new<T>(reference:
|
|
2898
|
+
new<T>(reference: T): ReadOnlySpan_1$instance<T>;
|
|
1697
2899
|
readonly empty: unknown;
|
|
1698
2900
|
castUp<T, TDerived extends T>(items: ReadOnlySpan_1<TDerived>): ReadOnlySpan_1<T>;
|
|
1699
2901
|
};
|
|
@@ -1702,7 +2904,7 @@ export const ReadOnlySpan_1: {
|
|
|
1702
2904
|
export type ReadOnlySpan_1<T> = ReadOnlySpan_1$instance<T>;
|
|
1703
2905
|
|
|
1704
2906
|
export interface ReadOnlySpan_1_Enumerator$instance<T> {
|
|
1705
|
-
readonly current:
|
|
2907
|
+
readonly current: T;
|
|
1706
2908
|
moveNext(): boolean;
|
|
1707
2909
|
reset(): void;
|
|
1708
2910
|
}
|
|
@@ -1754,7 +2956,7 @@ export interface __RuntimeFieldHandle$views {
|
|
|
1754
2956
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1755
2957
|
|
|
1756
2958
|
// Structural method bridges for numeric interface constraints
|
|
1757
|
-
|
|
2959
|
+
equals(other: RuntimeFieldHandle): boolean;
|
|
1758
2960
|
}
|
|
1759
2961
|
|
|
1760
2962
|
export interface RuntimeFieldHandle$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
@@ -1784,7 +2986,7 @@ export interface __RuntimeMethodHandle$views {
|
|
|
1784
2986
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1785
2987
|
|
|
1786
2988
|
// Structural method bridges for numeric interface constraints
|
|
1787
|
-
|
|
2989
|
+
equals(other: RuntimeMethodHandle): boolean;
|
|
1788
2990
|
}
|
|
1789
2991
|
|
|
1790
2992
|
export interface RuntimeMethodHandle$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
@@ -1814,7 +3016,7 @@ export interface __RuntimeTypeHandle$views {
|
|
|
1814
3016
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1815
3017
|
|
|
1816
3018
|
// Structural method bridges for numeric interface constraints
|
|
1817
|
-
|
|
3019
|
+
equals(other: RuntimeTypeHandle): boolean;
|
|
1818
3020
|
}
|
|
1819
3021
|
|
|
1820
3022
|
export interface RuntimeTypeHandle$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
@@ -1822,7 +3024,103 @@ export interface RuntimeTypeHandle$instance extends System_Runtime_Serialization
|
|
|
1822
3024
|
export type RuntimeTypeHandle = RuntimeTypeHandle$instance & __RuntimeTypeHandle$views;
|
|
1823
3025
|
|
|
1824
3026
|
|
|
1825
|
-
export
|
|
3027
|
+
export interface SByte$instance extends IBitwiseOperators_3<SByte, SByte, SByte>, IComparisonOperators_3<SByte, SByte, Boolean>, IEqualityOperators_3<SByte, SByte, Boolean>, IModulusOperators_3<SByte, SByte, SByte>, IAdditionOperators_3<SByte, SByte, SByte>, IDecrementOperators_1<SByte>, IDivisionOperators_3<SByte, SByte, SByte>, IIncrementOperators_1<SByte>, IMultiplyOperators_3<SByte, SByte, SByte>, ISubtractionOperators_3<SByte, SByte, SByte>, IUnaryPlusOperators_2<SByte, SByte>, IUnaryNegationOperators_2<SByte, SByte>, IShiftOperators_3<SByte, Int32, SByte> {
|
|
3028
|
+
compareTo(obj: unknown): int;
|
|
3029
|
+
compareTo(value: sbyte): int;
|
|
3030
|
+
equals(obj: unknown): boolean;
|
|
3031
|
+
equals(obj: sbyte): boolean;
|
|
3032
|
+
getHashCode(): int;
|
|
3033
|
+
getTypeCode(): TypeCode;
|
|
3034
|
+
toString(): string;
|
|
3035
|
+
toString(format: string): string;
|
|
3036
|
+
toString(provider: IFormatProvider): string;
|
|
3037
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
3038
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
3039
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
3040
|
+
}
|
|
3041
|
+
|
|
3042
|
+
|
|
3043
|
+
export const SByte: {
|
|
3044
|
+
new(): SByte$instance;
|
|
3045
|
+
readonly maxValue: sbyte;
|
|
3046
|
+
readonly minValue: sbyte;
|
|
3047
|
+
abs(value: sbyte): sbyte;
|
|
3048
|
+
clamp(value: sbyte, min: sbyte, max: sbyte): sbyte;
|
|
3049
|
+
copySign(value: sbyte, sign: sbyte): sbyte;
|
|
3050
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): sbyte;
|
|
3051
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): sbyte;
|
|
3052
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): sbyte;
|
|
3053
|
+
divRem(left: sbyte, right: sbyte): ValueTuple_2<SByte, SByte>;
|
|
3054
|
+
isEvenInteger(value: sbyte): boolean;
|
|
3055
|
+
isNegative(value: sbyte): boolean;
|
|
3056
|
+
isOddInteger(value: sbyte): boolean;
|
|
3057
|
+
isPositive(value: sbyte): boolean;
|
|
3058
|
+
isPow2(value: sbyte): boolean;
|
|
3059
|
+
leadingZeroCount(value: sbyte): sbyte;
|
|
3060
|
+
log2(value: sbyte): sbyte;
|
|
3061
|
+
max(x: sbyte, y: sbyte): sbyte;
|
|
3062
|
+
maxMagnitude(x: sbyte, y: sbyte): sbyte;
|
|
3063
|
+
min(x: sbyte, y: sbyte): sbyte;
|
|
3064
|
+
minMagnitude(x: sbyte, y: sbyte): sbyte;
|
|
3065
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): sbyte;
|
|
3066
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): sbyte;
|
|
3067
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): sbyte;
|
|
3068
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): sbyte;
|
|
3069
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): sbyte;
|
|
3070
|
+
parse(s: string, style: NumberStyles): sbyte;
|
|
3071
|
+
parse(s: string, provider: IFormatProvider): sbyte;
|
|
3072
|
+
parse(s: string): sbyte;
|
|
3073
|
+
popCount(value: sbyte): sbyte;
|
|
3074
|
+
rotateLeft(value: sbyte, rotateAmount: int): sbyte;
|
|
3075
|
+
rotateRight(value: sbyte, rotateAmount: int): sbyte;
|
|
3076
|
+
sign(value: sbyte): int;
|
|
3077
|
+
trailingZeroCount(value: sbyte): sbyte;
|
|
3078
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: sbyte): boolean;
|
|
3079
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: sbyte): boolean;
|
|
3080
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: sbyte): boolean;
|
|
3081
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: sbyte): boolean;
|
|
3082
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: sbyte): boolean;
|
|
3083
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: sbyte): boolean;
|
|
3084
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: sbyte): boolean;
|
|
3085
|
+
tryParse(s: string, provider: IFormatProvider, result: sbyte): boolean;
|
|
3086
|
+
tryParse(s: string, result: sbyte): boolean;
|
|
3087
|
+
};
|
|
3088
|
+
|
|
3089
|
+
|
|
3090
|
+
export interface __SByte$views {
|
|
3091
|
+
As_IComparable(): IComparable$instance;
|
|
3092
|
+
As_IComparable_1(): IComparable_1$instance<SByte>;
|
|
3093
|
+
As_IConvertible(): IConvertible$instance;
|
|
3094
|
+
As_IEquatable_1(): IEquatable_1$instance<SByte>;
|
|
3095
|
+
As_IFormattable(): IFormattable$instance;
|
|
3096
|
+
As_IParsable_1(): IParsable_1$instance<SByte>;
|
|
3097
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
3098
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<SByte>;
|
|
3099
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
3100
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<SByte>;
|
|
3101
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<SByte, SByte>;
|
|
3102
|
+
As_IBinaryInteger_1(): System_Numerics_Internal.IBinaryInteger_1$instance<SByte>;
|
|
3103
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<SByte>;
|
|
3104
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<SByte>;
|
|
3105
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<SByte>;
|
|
3106
|
+
|
|
3107
|
+
// Structural method bridges for numeric interface constraints
|
|
3108
|
+
equals(other: SByte): boolean;
|
|
3109
|
+
compareTo(obj: unknown): int;
|
|
3110
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
3111
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
3112
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
3113
|
+
getByteCount(): int;
|
|
3114
|
+
tryWriteBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
3115
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
3116
|
+
writeBigEndian(destination: byte[]): int;
|
|
3117
|
+
writeBigEndian(destination: Span_1<Byte>): int;
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3120
|
+
export interface SByte$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<SByte> {}
|
|
3121
|
+
|
|
3122
|
+
export type SByte = number & SByte$instance & __SByte$views;
|
|
3123
|
+
|
|
1826
3124
|
|
|
1827
3125
|
export interface SequencePosition$instance {
|
|
1828
3126
|
equals(other: SequencePosition): boolean;
|
|
@@ -1842,17 +3140,194 @@ export interface __SequencePosition$views {
|
|
|
1842
3140
|
As_IEquatable_1(): IEquatable_1$instance<SequencePosition>;
|
|
1843
3141
|
|
|
1844
3142
|
// Structural method bridges for numeric interface constraints
|
|
1845
|
-
|
|
3143
|
+
equals(other: SequencePosition): boolean;
|
|
1846
3144
|
}
|
|
1847
3145
|
|
|
1848
3146
|
export type SequencePosition = SequencePosition$instance & __SequencePosition$views;
|
|
1849
3147
|
|
|
1850
3148
|
|
|
1851
|
-
export
|
|
3149
|
+
export interface Single$instance extends IBitwiseOperators_3<Single, Single, Single>, IComparisonOperators_3<Single, Single, Boolean>, IEqualityOperators_3<Single, Single, Boolean>, IModulusOperators_3<Single, Single, Single>, IAdditionOperators_3<Single, Single, Single>, IDecrementOperators_1<Single>, IDivisionOperators_3<Single, Single, Single>, IIncrementOperators_1<Single>, IMultiplyOperators_3<Single, Single, Single>, ISubtractionOperators_3<Single, Single, Single>, IUnaryPlusOperators_2<Single, Single>, IUnaryNegationOperators_2<Single, Single> {
|
|
3150
|
+
compareTo(value: unknown): int;
|
|
3151
|
+
compareTo(value: float): int;
|
|
3152
|
+
equals(obj: unknown): boolean;
|
|
3153
|
+
equals(obj: float): boolean;
|
|
3154
|
+
getHashCode(): int;
|
|
3155
|
+
getTypeCode(): TypeCode;
|
|
3156
|
+
toString(): string;
|
|
3157
|
+
toString(provider: IFormatProvider): string;
|
|
3158
|
+
toString(format: string): string;
|
|
3159
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
3160
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
3161
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
3162
|
+
}
|
|
3163
|
+
|
|
3164
|
+
|
|
3165
|
+
export const Single: {
|
|
3166
|
+
new(): Single$instance;
|
|
3167
|
+
readonly minValue: float;
|
|
3168
|
+
readonly maxValue: float;
|
|
3169
|
+
readonly epsilon: float;
|
|
3170
|
+
readonly negativeInfinity: float;
|
|
3171
|
+
readonly positiveInfinity: float;
|
|
3172
|
+
readonly naN: float;
|
|
3173
|
+
readonly negativeZero: float;
|
|
3174
|
+
readonly E: float;
|
|
3175
|
+
readonly pi: float;
|
|
3176
|
+
readonly tau: float;
|
|
3177
|
+
abs(value: float): float;
|
|
3178
|
+
acos(x: float): float;
|
|
3179
|
+
acosh(x: float): float;
|
|
3180
|
+
acosPi(x: float): float;
|
|
3181
|
+
asin(x: float): float;
|
|
3182
|
+
asinh(x: float): float;
|
|
3183
|
+
asinPi(x: float): float;
|
|
3184
|
+
atan(x: float): float;
|
|
3185
|
+
atan2(y: float, x: float): float;
|
|
3186
|
+
atan2Pi(y: float, x: float): float;
|
|
3187
|
+
atanh(x: float): float;
|
|
3188
|
+
atanPi(x: float): float;
|
|
3189
|
+
bitDecrement(x: float): float;
|
|
3190
|
+
bitIncrement(x: float): float;
|
|
3191
|
+
cbrt(x: float): float;
|
|
3192
|
+
ceiling(x: float): float;
|
|
3193
|
+
clamp(value: float, min: float, max: float): float;
|
|
3194
|
+
clampNative(value: float, min: float, max: float): float;
|
|
3195
|
+
convertToInteger<TInteger extends IBinaryInteger_1<TInteger>>(value: float): TInteger;
|
|
3196
|
+
convertToIntegerNative<TInteger extends IBinaryInteger_1<TInteger>>(value: float): TInteger;
|
|
3197
|
+
copySign(value: float, sign: float): float;
|
|
3198
|
+
cos(x: float): float;
|
|
3199
|
+
cosh(x: float): float;
|
|
3200
|
+
cosPi(x: float): float;
|
|
3201
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): float;
|
|
3202
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): float;
|
|
3203
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): float;
|
|
3204
|
+
degreesToRadians(degrees: float): float;
|
|
3205
|
+
exp(x: float): float;
|
|
3206
|
+
exp10(x: float): float;
|
|
3207
|
+
exp10M1(x: float): float;
|
|
3208
|
+
exp2(x: float): float;
|
|
3209
|
+
exp2M1(x: float): float;
|
|
3210
|
+
expM1(x: float): float;
|
|
3211
|
+
floor(x: float): float;
|
|
3212
|
+
fusedMultiplyAdd(left: float, right: float, addend: float): float;
|
|
3213
|
+
hypot(x: float, y: float): float;
|
|
3214
|
+
ieee754Remainder(left: float, right: float): float;
|
|
3215
|
+
iLogB(x: float): int;
|
|
3216
|
+
isEvenInteger(value: float): boolean;
|
|
3217
|
+
isFinite(f: float): boolean;
|
|
3218
|
+
isInfinity(f: float): boolean;
|
|
3219
|
+
isInteger(value: float): boolean;
|
|
3220
|
+
isNaN(f: float): boolean;
|
|
3221
|
+
isNegative(f: float): boolean;
|
|
3222
|
+
isNegativeInfinity(f: float): boolean;
|
|
3223
|
+
isNormal(f: float): boolean;
|
|
3224
|
+
isOddInteger(value: float): boolean;
|
|
3225
|
+
isPositive(value: float): boolean;
|
|
3226
|
+
isPositiveInfinity(f: float): boolean;
|
|
3227
|
+
isPow2(value: float): boolean;
|
|
3228
|
+
isRealNumber(value: float): boolean;
|
|
3229
|
+
isSubnormal(f: float): boolean;
|
|
3230
|
+
lerp(value1: float, value2: float, amount: float): float;
|
|
3231
|
+
log(x: float, newBase: float): float;
|
|
3232
|
+
log(x: float): float;
|
|
3233
|
+
log10(x: float): float;
|
|
3234
|
+
log10P1(x: float): float;
|
|
3235
|
+
log2(value: float): float;
|
|
3236
|
+
log2P1(x: float): float;
|
|
3237
|
+
logP1(x: float): float;
|
|
3238
|
+
max(x: float, y: float): float;
|
|
3239
|
+
maxMagnitude(x: float, y: float): float;
|
|
3240
|
+
maxMagnitudeNumber(x: float, y: float): float;
|
|
3241
|
+
maxNative(x: float, y: float): float;
|
|
3242
|
+
maxNumber(x: float, y: float): float;
|
|
3243
|
+
min(x: float, y: float): float;
|
|
3244
|
+
minMagnitude(x: float, y: float): float;
|
|
3245
|
+
minMagnitudeNumber(x: float, y: float): float;
|
|
3246
|
+
minNative(x: float, y: float): float;
|
|
3247
|
+
minNumber(x: float, y: float): float;
|
|
3248
|
+
multiplyAddEstimate(left: float, right: float, addend: float): float;
|
|
3249
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): float;
|
|
3250
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): float;
|
|
3251
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): float;
|
|
3252
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): float;
|
|
3253
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): float;
|
|
3254
|
+
parse(s: string, style: NumberStyles): float;
|
|
3255
|
+
parse(s: string, provider: IFormatProvider): float;
|
|
3256
|
+
parse(s: string): float;
|
|
3257
|
+
pow(x: float, y: float): float;
|
|
3258
|
+
radiansToDegrees(radians: float): float;
|
|
3259
|
+
reciprocalEstimate(x: float): float;
|
|
3260
|
+
reciprocalSqrtEstimate(x: float): float;
|
|
3261
|
+
rootN(x: float, n: int): float;
|
|
3262
|
+
round(x: float, digits: int, mode: MidpointRounding): float;
|
|
3263
|
+
round(x: float, digits: int): float;
|
|
3264
|
+
round(x: float, mode: MidpointRounding): float;
|
|
3265
|
+
round(x: float): float;
|
|
3266
|
+
scaleB(x: float, n: int): float;
|
|
3267
|
+
sign(value: float): int;
|
|
3268
|
+
sin(x: float): float;
|
|
3269
|
+
sinCos(x: float): ValueTuple_2<Single, Single>;
|
|
3270
|
+
sinCosPi(x: float): ValueTuple_2<Single, Single>;
|
|
3271
|
+
sinh(x: float): float;
|
|
3272
|
+
sinPi(x: float): float;
|
|
3273
|
+
sqrt(x: float): float;
|
|
3274
|
+
tan(x: float): float;
|
|
3275
|
+
tanh(x: float): float;
|
|
3276
|
+
tanPi(x: float): float;
|
|
3277
|
+
truncate(x: float): float;
|
|
3278
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: float): boolean;
|
|
3279
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: float): boolean;
|
|
3280
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: float): boolean;
|
|
3281
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: float): boolean;
|
|
3282
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: float): boolean;
|
|
3283
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: float): boolean;
|
|
3284
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: float): boolean;
|
|
3285
|
+
tryParse(s: string, provider: IFormatProvider, result: float): boolean;
|
|
3286
|
+
tryParse(s: string, result: float): boolean;
|
|
3287
|
+
};
|
|
3288
|
+
|
|
3289
|
+
|
|
3290
|
+
export interface __Single$views {
|
|
3291
|
+
As_IComparable(): IComparable$instance;
|
|
3292
|
+
As_IComparable_1(): IComparable_1$instance<Single>;
|
|
3293
|
+
As_IConvertible(): IConvertible$instance;
|
|
3294
|
+
As_IEquatable_1(): IEquatable_1$instance<Single>;
|
|
3295
|
+
As_IFormattable(): IFormattable$instance;
|
|
3296
|
+
As_IParsable_1(): IParsable_1$instance<Single>;
|
|
3297
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
3298
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<Single>;
|
|
3299
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
3300
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Single>;
|
|
3301
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<Single, Single>;
|
|
3302
|
+
As_IFloatingPoint_1(): System_Numerics_Internal.IFloatingPoint_1$instance<Single>;
|
|
3303
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<Single>;
|
|
3304
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<Single>;
|
|
3305
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<Single>;
|
|
3306
|
+
As_IRootFunctions_1(): System_Numerics_Internal.IRootFunctions_1$instance<Single>;
|
|
3307
|
+
As_ITrigonometricFunctions_1(): System_Numerics_Internal.ITrigonometricFunctions_1$instance<Single>;
|
|
3308
|
+
|
|
3309
|
+
// Structural method bridges for numeric interface constraints
|
|
3310
|
+
equals(other: Single): boolean;
|
|
3311
|
+
compareTo(obj: unknown): int;
|
|
3312
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
3313
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
3314
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
3315
|
+
getExponentByteCount(): int;
|
|
3316
|
+
getExponentShortestBitLength(): int;
|
|
3317
|
+
tryWriteExponentBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
3318
|
+
writeExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
3319
|
+
writeExponentBigEndian(destination: byte[]): int;
|
|
3320
|
+
writeExponentBigEndian(destination: Span_1<Byte>): int;
|
|
3321
|
+
}
|
|
3322
|
+
|
|
3323
|
+
export interface Single$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Single> {}
|
|
3324
|
+
|
|
3325
|
+
export type Single = number & Single$instance & __Single$views;
|
|
3326
|
+
|
|
1852
3327
|
|
|
1853
3328
|
export interface Span_1$instance<T> {
|
|
1854
3329
|
readonly isEmpty: boolean;
|
|
1855
|
-
readonly item:
|
|
3330
|
+
readonly item: T;
|
|
1856
3331
|
readonly length: int;
|
|
1857
3332
|
clear(): void;
|
|
1858
3333
|
copyTo(destination: Span_1<T>): void;
|
|
@@ -1860,7 +3335,7 @@ export interface Span_1$instance<T> {
|
|
|
1860
3335
|
fill(value: T): void;
|
|
1861
3336
|
getEnumerator(): Span_1_Enumerator<T>;
|
|
1862
3337
|
getHashCode(): int;
|
|
1863
|
-
getPinnableReference():
|
|
3338
|
+
getPinnableReference(): T;
|
|
1864
3339
|
slice(start: int): Span_1<T>;
|
|
1865
3340
|
slice(start: int, length: int): Span_1<T>;
|
|
1866
3341
|
toArray(): T[];
|
|
@@ -1873,7 +3348,7 @@ export const Span_1: {
|
|
|
1873
3348
|
new<T>(array: T[]): Span_1$instance<T>;
|
|
1874
3349
|
new<T>(array: T[], start: int, length: int): Span_1$instance<T>;
|
|
1875
3350
|
new<T>(pointer: ptr<void>, length: int): Span_1$instance<T>;
|
|
1876
|
-
new<T>(reference:
|
|
3351
|
+
new<T>(reference: T): Span_1$instance<T>;
|
|
1877
3352
|
readonly empty: unknown;
|
|
1878
3353
|
};
|
|
1879
3354
|
|
|
@@ -1881,7 +3356,7 @@ export const Span_1: {
|
|
|
1881
3356
|
export type Span_1<T> = Span_1$instance<T>;
|
|
1882
3357
|
|
|
1883
3358
|
export interface Span_1_Enumerator$instance<T> {
|
|
1884
|
-
readonly current:
|
|
3359
|
+
readonly current: T;
|
|
1885
3360
|
moveNext(): boolean;
|
|
1886
3361
|
reset(): void;
|
|
1887
3362
|
}
|
|
@@ -1910,17 +3385,17 @@ export interface TimeOnly$instance {
|
|
|
1910
3385
|
readonly second: int;
|
|
1911
3386
|
readonly ticks: long;
|
|
1912
3387
|
add(value: TimeSpan): TimeOnly;
|
|
1913
|
-
add(value: TimeSpan, wrappedDays:
|
|
3388
|
+
add(value: TimeSpan, wrappedDays: int): TimeOnly;
|
|
1914
3389
|
addHours(value: double): TimeOnly;
|
|
1915
|
-
addHours(value: double, wrappedDays:
|
|
3390
|
+
addHours(value: double, wrappedDays: int): TimeOnly;
|
|
1916
3391
|
addMinutes(value: double): TimeOnly;
|
|
1917
|
-
addMinutes(value: double, wrappedDays:
|
|
3392
|
+
addMinutes(value: double, wrappedDays: int): TimeOnly;
|
|
1918
3393
|
compareTo(value: TimeOnly): int;
|
|
1919
3394
|
compareTo(value: unknown): int;
|
|
1920
|
-
deconstruct(hour:
|
|
1921
|
-
deconstruct(hour:
|
|
1922
|
-
deconstruct(hour:
|
|
1923
|
-
deconstruct(hour:
|
|
3395
|
+
deconstruct(hour: int, minute: int): void;
|
|
3396
|
+
deconstruct(hour: int, minute: int, second: int): void;
|
|
3397
|
+
deconstruct(hour: int, minute: int, second: int, millisecond: int): void;
|
|
3398
|
+
deconstruct(hour: int, minute: int, second: int, millisecond: int, microsecond: int): void;
|
|
1924
3399
|
equals(value: TimeOnly): boolean;
|
|
1925
3400
|
equals(value: unknown): boolean;
|
|
1926
3401
|
getHashCode(): int;
|
|
@@ -1932,8 +3407,8 @@ export interface TimeOnly$instance {
|
|
|
1932
3407
|
toString(provider: IFormatProvider): string;
|
|
1933
3408
|
toString(format: string, provider: IFormatProvider): string;
|
|
1934
3409
|
toTimeSpan(): TimeSpan;
|
|
1935
|
-
tryFormat(destination: Span_1<
|
|
1936
|
-
tryFormat(utf8Destination: Span_1<
|
|
3410
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
3411
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
1937
3412
|
}
|
|
1938
3413
|
|
|
1939
3414
|
|
|
@@ -1947,32 +3422,32 @@ export const TimeOnly: {
|
|
|
1947
3422
|
readonly maxValue: TimeOnly;
|
|
1948
3423
|
fromDateTime(dateTime: DateTime): TimeOnly;
|
|
1949
3424
|
fromTimeSpan(timeSpan: TimeSpan): TimeOnly;
|
|
1950
|
-
parse(s: ReadOnlySpan_1<
|
|
1951
|
-
parse(s: ReadOnlySpan_1<
|
|
3425
|
+
parse(s: ReadOnlySpan_1<Char>, provider?: IFormatProvider, style?: DateTimeStyles): TimeOnly;
|
|
3426
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): TimeOnly;
|
|
1952
3427
|
parse(s: string, provider: IFormatProvider, style?: DateTimeStyles): TimeOnly;
|
|
1953
3428
|
parse(s: string, provider: IFormatProvider): TimeOnly;
|
|
1954
3429
|
parse(s: string): TimeOnly;
|
|
1955
|
-
parseExact(s: ReadOnlySpan_1<
|
|
1956
|
-
parseExact(s: ReadOnlySpan_1<
|
|
1957
|
-
parseExact(s: ReadOnlySpan_1<
|
|
3430
|
+
parseExact(s: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, provider?: IFormatProvider, style?: DateTimeStyles): TimeOnly;
|
|
3431
|
+
parseExact(s: ReadOnlySpan_1<Char>, formats: string[], provider: IFormatProvider, style?: DateTimeStyles): TimeOnly;
|
|
3432
|
+
parseExact(s: ReadOnlySpan_1<Char>, formats: string[]): TimeOnly;
|
|
1958
3433
|
parseExact(s: string, format: string, provider: IFormatProvider, style?: DateTimeStyles): TimeOnly;
|
|
1959
3434
|
parseExact(s: string, format: string): TimeOnly;
|
|
1960
3435
|
parseExact(s: string, formats: string[], provider: IFormatProvider, style?: DateTimeStyles): TimeOnly;
|
|
1961
3436
|
parseExact(s: string, formats: string[]): TimeOnly;
|
|
1962
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1963
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1964
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1965
|
-
tryParse(s: string, provider: IFormatProvider, style: DateTimeStyles, result:
|
|
1966
|
-
tryParse(s: string, provider: IFormatProvider, result:
|
|
1967
|
-
tryParse(s: string, result:
|
|
1968
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
1969
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
1970
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
1971
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
1972
|
-
tryParseExact(s: string, format: string, provider: IFormatProvider, style: DateTimeStyles, result:
|
|
1973
|
-
tryParseExact(s: string, format: string, result:
|
|
1974
|
-
tryParseExact(s: string, formats: string[], provider: IFormatProvider, style: DateTimeStyles, result:
|
|
1975
|
-
tryParseExact(s: string, formats: string[], result:
|
|
3437
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, style: DateTimeStyles, result: TimeOnly): boolean;
|
|
3438
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: TimeOnly): boolean;
|
|
3439
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: TimeOnly): boolean;
|
|
3440
|
+
tryParse(s: string, provider: IFormatProvider, style: DateTimeStyles, result: TimeOnly): boolean;
|
|
3441
|
+
tryParse(s: string, provider: IFormatProvider, result: TimeOnly): boolean;
|
|
3442
|
+
tryParse(s: string, result: TimeOnly): boolean;
|
|
3443
|
+
tryParseExact(s: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, provider: IFormatProvider, style: DateTimeStyles, result: TimeOnly): boolean;
|
|
3444
|
+
tryParseExact(s: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, result: TimeOnly): boolean;
|
|
3445
|
+
tryParseExact(s: ReadOnlySpan_1<Char>, formats: string[], provider: IFormatProvider, style: DateTimeStyles, result: TimeOnly): boolean;
|
|
3446
|
+
tryParseExact(s: ReadOnlySpan_1<Char>, formats: string[], result: TimeOnly): boolean;
|
|
3447
|
+
tryParseExact(s: string, format: string, provider: IFormatProvider, style: DateTimeStyles, result: TimeOnly): boolean;
|
|
3448
|
+
tryParseExact(s: string, format: string, result: TimeOnly): boolean;
|
|
3449
|
+
tryParseExact(s: string, formats: string[], provider: IFormatProvider, style: DateTimeStyles, result: TimeOnly): boolean;
|
|
3450
|
+
tryParseExact(s: string, formats: string[], result: TimeOnly): boolean;
|
|
1976
3451
|
};
|
|
1977
3452
|
|
|
1978
3453
|
|
|
@@ -1987,8 +3462,9 @@ export interface __TimeOnly$views {
|
|
|
1987
3462
|
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
1988
3463
|
|
|
1989
3464
|
// Structural method bridges for numeric interface constraints
|
|
1990
|
-
|
|
1991
|
-
|
|
3465
|
+
equals(other: TimeOnly): boolean;
|
|
3466
|
+
compareTo(obj: unknown): int;
|
|
3467
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1992
3468
|
}
|
|
1993
3469
|
|
|
1994
3470
|
export interface TimeOnly$instance extends IComparable$instance, ISpanParsable_1$instance<TimeOnly> {}
|
|
@@ -2027,8 +3503,8 @@ export interface TimeSpan$instance {
|
|
|
2027
3503
|
toString(): string;
|
|
2028
3504
|
toString(format: string): string;
|
|
2029
3505
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
2030
|
-
tryFormat(destination: Span_1<
|
|
2031
|
-
tryFormat(utf8Destination: Span_1<
|
|
3506
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, formatProvider?: IFormatProvider): boolean;
|
|
3507
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, formatProvider?: IFormatProvider): boolean;
|
|
2032
3508
|
}
|
|
2033
3509
|
|
|
2034
3510
|
|
|
@@ -2083,27 +3559,27 @@ export const TimeSpan: {
|
|
|
2083
3559
|
fromSeconds(seconds: long, milliseconds?: long, microseconds?: long): TimeSpan;
|
|
2084
3560
|
fromSeconds(seconds: long): TimeSpan;
|
|
2085
3561
|
fromTicks(value: long): TimeSpan;
|
|
2086
|
-
parse(input: ReadOnlySpan_1<
|
|
3562
|
+
parse(input: ReadOnlySpan_1<Char>, formatProvider?: IFormatProvider): TimeSpan;
|
|
2087
3563
|
parse(input: string, formatProvider: IFormatProvider): TimeSpan;
|
|
2088
3564
|
parse(s: string): TimeSpan;
|
|
2089
|
-
parseExact(input: ReadOnlySpan_1<
|
|
2090
|
-
parseExact(input: ReadOnlySpan_1<
|
|
3565
|
+
parseExact(input: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, formatProvider: IFormatProvider, styles?: TimeSpanStyles): TimeSpan;
|
|
3566
|
+
parseExact(input: ReadOnlySpan_1<Char>, formats: string[], formatProvider: IFormatProvider, styles?: TimeSpanStyles): TimeSpan;
|
|
2091
3567
|
parseExact(input: string, format: string, formatProvider: IFormatProvider, styles: TimeSpanStyles): TimeSpan;
|
|
2092
3568
|
parseExact(input: string, format: string, formatProvider: IFormatProvider): TimeSpan;
|
|
2093
3569
|
parseExact(input: string, formats: string[], formatProvider: IFormatProvider, styles: TimeSpanStyles): TimeSpan;
|
|
2094
3570
|
parseExact(input: string, formats: string[], formatProvider: IFormatProvider): TimeSpan;
|
|
2095
|
-
tryParse(input: ReadOnlySpan_1<
|
|
2096
|
-
tryParse(s: ReadOnlySpan_1<
|
|
2097
|
-
tryParse(input: string, formatProvider: IFormatProvider, result:
|
|
2098
|
-
tryParse(s: string, result:
|
|
2099
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
2100
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
2101
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
2102
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
2103
|
-
tryParseExact(input: string, format: string, formatProvider: IFormatProvider, styles: TimeSpanStyles, result:
|
|
2104
|
-
tryParseExact(input: string, format: string, formatProvider: IFormatProvider, result:
|
|
2105
|
-
tryParseExact(input: string, formats: string[], formatProvider: IFormatProvider, styles: TimeSpanStyles, result:
|
|
2106
|
-
tryParseExact(input: string, formats: string[], formatProvider: IFormatProvider, result:
|
|
3571
|
+
tryParse(input: ReadOnlySpan_1<Char>, formatProvider: IFormatProvider, result: TimeSpan): boolean;
|
|
3572
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: TimeSpan): boolean;
|
|
3573
|
+
tryParse(input: string, formatProvider: IFormatProvider, result: TimeSpan): boolean;
|
|
3574
|
+
tryParse(s: string, result: TimeSpan): boolean;
|
|
3575
|
+
tryParseExact(input: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, formatProvider: IFormatProvider, styles: TimeSpanStyles, result: TimeSpan): boolean;
|
|
3576
|
+
tryParseExact(input: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>, formatProvider: IFormatProvider, result: TimeSpan): boolean;
|
|
3577
|
+
tryParseExact(input: ReadOnlySpan_1<Char>, formats: string[], formatProvider: IFormatProvider, styles: TimeSpanStyles, result: TimeSpan): boolean;
|
|
3578
|
+
tryParseExact(input: ReadOnlySpan_1<Char>, formats: string[], formatProvider: IFormatProvider, result: TimeSpan): boolean;
|
|
3579
|
+
tryParseExact(input: string, format: string, formatProvider: IFormatProvider, styles: TimeSpanStyles, result: TimeSpan): boolean;
|
|
3580
|
+
tryParseExact(input: string, format: string, formatProvider: IFormatProvider, result: TimeSpan): boolean;
|
|
3581
|
+
tryParseExact(input: string, formats: string[], formatProvider: IFormatProvider, styles: TimeSpanStyles, result: TimeSpan): boolean;
|
|
3582
|
+
tryParseExact(input: string, formats: string[], formatProvider: IFormatProvider, result: TimeSpan): boolean;
|
|
2107
3583
|
};
|
|
2108
3584
|
|
|
2109
3585
|
|
|
@@ -2118,8 +3594,9 @@ export interface __TimeSpan$views {
|
|
|
2118
3594
|
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
2119
3595
|
|
|
2120
3596
|
// Structural method bridges for numeric interface constraints
|
|
2121
|
-
|
|
2122
|
-
|
|
3597
|
+
equals(other: TimeSpan): boolean;
|
|
3598
|
+
compareTo(obj: unknown): int;
|
|
3599
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2123
3600
|
}
|
|
2124
3601
|
|
|
2125
3602
|
export interface TimeSpan$instance extends IComparable$instance, ISpanParsable_1$instance<TimeSpan> {}
|
|
@@ -2153,7 +3630,7 @@ export interface __TimeZoneInfo_TransitionTime$views {
|
|
|
2153
3630
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
2154
3631
|
|
|
2155
3632
|
// Structural method bridges for numeric interface constraints
|
|
2156
|
-
|
|
3633
|
+
equals(other: TimeZoneInfo_TransitionTime): boolean;
|
|
2157
3634
|
}
|
|
2158
3635
|
|
|
2159
3636
|
export interface TimeZoneInfo_TransitionTime$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
@@ -2179,15 +3656,476 @@ export const TypedReference: {
|
|
|
2179
3656
|
|
|
2180
3657
|
export type TypedReference = TypedReference$instance;
|
|
2181
3658
|
|
|
2182
|
-
export
|
|
3659
|
+
export interface UInt128$instance extends IBitwiseOperators_3<UInt128, UInt128, UInt128>, IComparisonOperators_3<UInt128, UInt128, Boolean>, IEqualityOperators_3<UInt128, UInt128, Boolean>, IModulusOperators_3<UInt128, UInt128, UInt128>, IAdditionOperators_3<UInt128, UInt128, UInt128>, IDecrementOperators_1<UInt128>, IDivisionOperators_3<UInt128, UInt128, UInt128>, IIncrementOperators_1<UInt128>, IMultiplyOperators_3<UInt128, UInt128, UInt128>, ISubtractionOperators_3<UInt128, UInt128, UInt128>, IUnaryPlusOperators_2<UInt128, UInt128>, IUnaryNegationOperators_2<UInt128, UInt128>, IShiftOperators_3<UInt128, Int32, UInt128> {
|
|
3660
|
+
compareTo(value: unknown): int;
|
|
3661
|
+
compareTo(value: uint128): int;
|
|
3662
|
+
equals(obj: unknown): boolean;
|
|
3663
|
+
equals(other: uint128): boolean;
|
|
3664
|
+
getHashCode(): int;
|
|
3665
|
+
toString(): string;
|
|
3666
|
+
toString(provider: IFormatProvider): string;
|
|
3667
|
+
toString(format: string): string;
|
|
3668
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
3669
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
3670
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
3671
|
+
}
|
|
3672
|
+
|
|
3673
|
+
|
|
3674
|
+
export const UInt128: {
|
|
3675
|
+
new(upper: ulong, lower: ulong): UInt128$instance;
|
|
3676
|
+
readonly minValue: uint128;
|
|
3677
|
+
readonly maxValue: uint128;
|
|
3678
|
+
readonly one: uint128;
|
|
3679
|
+
readonly zero: uint128;
|
|
3680
|
+
bigMul(left: uint128, right: uint128, lower: uint128): uint128;
|
|
3681
|
+
clamp(value: uint128, min: uint128, max: uint128): uint128;
|
|
3682
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): uint128;
|
|
3683
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): uint128;
|
|
3684
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): uint128;
|
|
3685
|
+
divRem(left: uint128, right: uint128): ValueTuple_2<UInt128, UInt128>;
|
|
3686
|
+
isEvenInteger(value: uint128): boolean;
|
|
3687
|
+
isOddInteger(value: uint128): boolean;
|
|
3688
|
+
isPow2(value: uint128): boolean;
|
|
3689
|
+
leadingZeroCount(value: uint128): uint128;
|
|
3690
|
+
log2(value: uint128): uint128;
|
|
3691
|
+
max(x: uint128, y: uint128): uint128;
|
|
3692
|
+
min(x: uint128, y: uint128): uint128;
|
|
3693
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): uint128;
|
|
3694
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): uint128;
|
|
3695
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): uint128;
|
|
3696
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): uint128;
|
|
3697
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): uint128;
|
|
3698
|
+
parse(s: string, style: NumberStyles): uint128;
|
|
3699
|
+
parse(s: string, provider: IFormatProvider): uint128;
|
|
3700
|
+
parse(s: string): uint128;
|
|
3701
|
+
popCount(value: uint128): uint128;
|
|
3702
|
+
rotateLeft(value: uint128, rotateAmount: int): uint128;
|
|
3703
|
+
rotateRight(value: uint128, rotateAmount: int): uint128;
|
|
3704
|
+
sign(value: uint128): int;
|
|
3705
|
+
trailingZeroCount(value: uint128): uint128;
|
|
3706
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: uint128): boolean;
|
|
3707
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: uint128): boolean;
|
|
3708
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: uint128): boolean;
|
|
3709
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: uint128): boolean;
|
|
3710
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: uint128): boolean;
|
|
3711
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: uint128): boolean;
|
|
3712
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: uint128): boolean;
|
|
3713
|
+
tryParse(s: string, provider: IFormatProvider, result: uint128): boolean;
|
|
3714
|
+
tryParse(s: string, result: uint128): boolean;
|
|
3715
|
+
};
|
|
3716
|
+
|
|
3717
|
+
|
|
3718
|
+
export interface __UInt128$views {
|
|
3719
|
+
As_IComparable(): IComparable$instance;
|
|
3720
|
+
As_IComparable_1(): IComparable_1$instance<UInt128>;
|
|
3721
|
+
As_IEquatable_1(): IEquatable_1$instance<UInt128>;
|
|
3722
|
+
As_IFormattable(): IFormattable$instance;
|
|
3723
|
+
As_IParsable_1(): IParsable_1$instance<UInt128>;
|
|
3724
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<UInt128>;
|
|
3725
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
3726
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<UInt128>;
|
|
3727
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<UInt128, UInt128>;
|
|
3728
|
+
As_IBinaryInteger_1(): System_Numerics_Internal.IBinaryInteger_1$instance<UInt128>;
|
|
3729
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<UInt128>;
|
|
3730
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<UInt128>;
|
|
3731
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<UInt128>;
|
|
3732
|
+
|
|
3733
|
+
// Structural method bridges for numeric interface constraints
|
|
3734
|
+
equals(other: UInt128): boolean;
|
|
3735
|
+
compareTo(obj: unknown): int;
|
|
3736
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
3737
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
3738
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
3739
|
+
getByteCount(): int;
|
|
3740
|
+
tryWriteBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
3741
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
3742
|
+
writeBigEndian(destination: byte[]): int;
|
|
3743
|
+
writeBigEndian(destination: Span_1<Byte>): int;
|
|
3744
|
+
}
|
|
3745
|
+
|
|
3746
|
+
export interface UInt128$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<UInt128> {}
|
|
3747
|
+
|
|
3748
|
+
export type UInt128 = number & UInt128$instance & __UInt128$views;
|
|
3749
|
+
|
|
3750
|
+
|
|
3751
|
+
export interface UInt16$instance extends IBitwiseOperators_3<UInt16, UInt16, UInt16>, IComparisonOperators_3<UInt16, UInt16, Boolean>, IEqualityOperators_3<UInt16, UInt16, Boolean>, IModulusOperators_3<UInt16, UInt16, UInt16>, IAdditionOperators_3<UInt16, UInt16, UInt16>, IDecrementOperators_1<UInt16>, IDivisionOperators_3<UInt16, UInt16, UInt16>, IIncrementOperators_1<UInt16>, IMultiplyOperators_3<UInt16, UInt16, UInt16>, ISubtractionOperators_3<UInt16, UInt16, UInt16>, IUnaryPlusOperators_2<UInt16, UInt16>, IUnaryNegationOperators_2<UInt16, UInt16>, IShiftOperators_3<UInt16, Int32, UInt16> {
|
|
3752
|
+
compareTo(value: unknown): int;
|
|
3753
|
+
compareTo(value: ushort): int;
|
|
3754
|
+
equals(obj: unknown): boolean;
|
|
3755
|
+
equals(obj: ushort): boolean;
|
|
3756
|
+
getHashCode(): int;
|
|
3757
|
+
getTypeCode(): TypeCode;
|
|
3758
|
+
toString(): string;
|
|
3759
|
+
toString(provider: IFormatProvider): string;
|
|
3760
|
+
toString(format: string): string;
|
|
3761
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
3762
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
3763
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
3764
|
+
}
|
|
3765
|
+
|
|
3766
|
+
|
|
3767
|
+
export const UInt16: {
|
|
3768
|
+
new(): UInt16$instance;
|
|
3769
|
+
readonly maxValue: ushort;
|
|
3770
|
+
readonly minValue: ushort;
|
|
3771
|
+
clamp(value: ushort, min: ushort, max: ushort): ushort;
|
|
3772
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): ushort;
|
|
3773
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): ushort;
|
|
3774
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): ushort;
|
|
3775
|
+
divRem(left: ushort, right: ushort): ValueTuple_2<UInt16, UInt16>;
|
|
3776
|
+
isEvenInteger(value: ushort): boolean;
|
|
3777
|
+
isOddInteger(value: ushort): boolean;
|
|
3778
|
+
isPow2(value: ushort): boolean;
|
|
3779
|
+
leadingZeroCount(value: ushort): ushort;
|
|
3780
|
+
log2(value: ushort): ushort;
|
|
3781
|
+
max(x: ushort, y: ushort): ushort;
|
|
3782
|
+
min(x: ushort, y: ushort): ushort;
|
|
3783
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): ushort;
|
|
3784
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): ushort;
|
|
3785
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): ushort;
|
|
3786
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): ushort;
|
|
3787
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): ushort;
|
|
3788
|
+
parse(s: string, style: NumberStyles): ushort;
|
|
3789
|
+
parse(s: string, provider: IFormatProvider): ushort;
|
|
3790
|
+
parse(s: string): ushort;
|
|
3791
|
+
popCount(value: ushort): ushort;
|
|
3792
|
+
rotateLeft(value: ushort, rotateAmount: int): ushort;
|
|
3793
|
+
rotateRight(value: ushort, rotateAmount: int): ushort;
|
|
3794
|
+
sign(value: ushort): int;
|
|
3795
|
+
trailingZeroCount(value: ushort): ushort;
|
|
3796
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: ushort): boolean;
|
|
3797
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: ushort): boolean;
|
|
3798
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: ushort): boolean;
|
|
3799
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: ushort): boolean;
|
|
3800
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: ushort): boolean;
|
|
3801
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: ushort): boolean;
|
|
3802
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: ushort): boolean;
|
|
3803
|
+
tryParse(s: string, provider: IFormatProvider, result: ushort): boolean;
|
|
3804
|
+
tryParse(s: string, result: ushort): boolean;
|
|
3805
|
+
};
|
|
3806
|
+
|
|
3807
|
+
|
|
3808
|
+
export interface __UInt16$views {
|
|
3809
|
+
As_IComparable(): IComparable$instance;
|
|
3810
|
+
As_IComparable_1(): IComparable_1$instance<UInt16>;
|
|
3811
|
+
As_IConvertible(): IConvertible$instance;
|
|
3812
|
+
As_IEquatable_1(): IEquatable_1$instance<UInt16>;
|
|
3813
|
+
As_IFormattable(): IFormattable$instance;
|
|
3814
|
+
As_IParsable_1(): IParsable_1$instance<UInt16>;
|
|
3815
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
3816
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<UInt16>;
|
|
3817
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
3818
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<UInt16>;
|
|
3819
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<UInt16, UInt16>;
|
|
3820
|
+
As_IBinaryInteger_1(): System_Numerics_Internal.IBinaryInteger_1$instance<UInt16>;
|
|
3821
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<UInt16>;
|
|
3822
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<UInt16>;
|
|
3823
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<UInt16>;
|
|
3824
|
+
|
|
3825
|
+
// Structural method bridges for numeric interface constraints
|
|
3826
|
+
equals(other: UInt16): boolean;
|
|
3827
|
+
compareTo(obj: unknown): int;
|
|
3828
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
3829
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
3830
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
3831
|
+
getByteCount(): int;
|
|
3832
|
+
tryWriteBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
3833
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
3834
|
+
writeBigEndian(destination: byte[]): int;
|
|
3835
|
+
writeBigEndian(destination: Span_1<Byte>): int;
|
|
3836
|
+
}
|
|
3837
|
+
|
|
3838
|
+
export interface UInt16$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<UInt16> {}
|
|
3839
|
+
|
|
3840
|
+
export type UInt16 = number & UInt16$instance & __UInt16$views;
|
|
3841
|
+
|
|
3842
|
+
|
|
3843
|
+
export interface UInt32$instance extends IBitwiseOperators_3<UInt32, UInt32, UInt32>, IComparisonOperators_3<UInt32, UInt32, Boolean>, IEqualityOperators_3<UInt32, UInt32, Boolean>, IModulusOperators_3<UInt32, UInt32, UInt32>, IAdditionOperators_3<UInt32, UInt32, UInt32>, IDecrementOperators_1<UInt32>, IDivisionOperators_3<UInt32, UInt32, UInt32>, IIncrementOperators_1<UInt32>, IMultiplyOperators_3<UInt32, UInt32, UInt32>, ISubtractionOperators_3<UInt32, UInt32, UInt32>, IUnaryPlusOperators_2<UInt32, UInt32>, IUnaryNegationOperators_2<UInt32, UInt32>, IShiftOperators_3<UInt32, Int32, UInt32> {
|
|
3844
|
+
compareTo(value: unknown): int;
|
|
3845
|
+
compareTo(value: uint): int;
|
|
3846
|
+
equals(obj: unknown): boolean;
|
|
3847
|
+
equals(obj: uint): boolean;
|
|
3848
|
+
getHashCode(): int;
|
|
3849
|
+
getTypeCode(): TypeCode;
|
|
3850
|
+
toString(): string;
|
|
3851
|
+
toString(provider: IFormatProvider): string;
|
|
3852
|
+
toString(format: string): string;
|
|
3853
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
3854
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
3855
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
3856
|
+
}
|
|
3857
|
+
|
|
3858
|
+
|
|
3859
|
+
export const UInt32: {
|
|
3860
|
+
new(): UInt32$instance;
|
|
3861
|
+
readonly maxValue: uint;
|
|
3862
|
+
readonly minValue: uint;
|
|
3863
|
+
bigMul(left: uint, right: uint): ulong;
|
|
3864
|
+
clamp(value: uint, min: uint, max: uint): uint;
|
|
3865
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): uint;
|
|
3866
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): uint;
|
|
3867
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): uint;
|
|
3868
|
+
divRem(left: uint, right: uint): ValueTuple_2<UInt32, UInt32>;
|
|
3869
|
+
isEvenInteger(value: uint): boolean;
|
|
3870
|
+
isOddInteger(value: uint): boolean;
|
|
3871
|
+
isPow2(value: uint): boolean;
|
|
3872
|
+
leadingZeroCount(value: uint): uint;
|
|
3873
|
+
log2(value: uint): uint;
|
|
3874
|
+
max(x: uint, y: uint): uint;
|
|
3875
|
+
min(x: uint, y: uint): uint;
|
|
3876
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): uint;
|
|
3877
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): uint;
|
|
3878
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): uint;
|
|
3879
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): uint;
|
|
3880
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): uint;
|
|
3881
|
+
parse(s: string, style: NumberStyles): uint;
|
|
3882
|
+
parse(s: string, provider: IFormatProvider): uint;
|
|
3883
|
+
parse(s: string): uint;
|
|
3884
|
+
popCount(value: uint): uint;
|
|
3885
|
+
rotateLeft(value: uint, rotateAmount: int): uint;
|
|
3886
|
+
rotateRight(value: uint, rotateAmount: int): uint;
|
|
3887
|
+
sign(value: uint): int;
|
|
3888
|
+
trailingZeroCount(value: uint): uint;
|
|
3889
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: uint): boolean;
|
|
3890
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: uint): boolean;
|
|
3891
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: uint): boolean;
|
|
3892
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: uint): boolean;
|
|
3893
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: uint): boolean;
|
|
3894
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: uint): boolean;
|
|
3895
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: uint): boolean;
|
|
3896
|
+
tryParse(s: string, provider: IFormatProvider, result: uint): boolean;
|
|
3897
|
+
tryParse(s: string, result: uint): boolean;
|
|
3898
|
+
};
|
|
3899
|
+
|
|
3900
|
+
|
|
3901
|
+
export interface __UInt32$views {
|
|
3902
|
+
As_IComparable(): IComparable$instance;
|
|
3903
|
+
As_IComparable_1(): IComparable_1$instance<UInt32>;
|
|
3904
|
+
As_IConvertible(): IConvertible$instance;
|
|
3905
|
+
As_IEquatable_1(): IEquatable_1$instance<UInt32>;
|
|
3906
|
+
As_IFormattable(): IFormattable$instance;
|
|
3907
|
+
As_IParsable_1(): IParsable_1$instance<UInt32>;
|
|
3908
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
3909
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<UInt32>;
|
|
3910
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
3911
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<UInt32>;
|
|
3912
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<UInt32, UInt32>;
|
|
3913
|
+
As_IBinaryInteger_1(): System_Numerics_Internal.IBinaryInteger_1$instance<UInt32>;
|
|
3914
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<UInt32>;
|
|
3915
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<UInt32>;
|
|
3916
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<UInt32>;
|
|
3917
|
+
|
|
3918
|
+
// Structural method bridges for numeric interface constraints
|
|
3919
|
+
equals(other: UInt32): boolean;
|
|
3920
|
+
compareTo(obj: unknown): int;
|
|
3921
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
3922
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
3923
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
3924
|
+
getByteCount(): int;
|
|
3925
|
+
tryWriteBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
3926
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
3927
|
+
writeBigEndian(destination: byte[]): int;
|
|
3928
|
+
writeBigEndian(destination: Span_1<Byte>): int;
|
|
3929
|
+
}
|
|
2183
3930
|
|
|
2184
|
-
export
|
|
3931
|
+
export interface UInt32$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<UInt32> {}
|
|
2185
3932
|
|
|
2186
|
-
export type UInt32 =
|
|
3933
|
+
export type UInt32 = number & UInt32$instance & __UInt32$views;
|
|
2187
3934
|
|
|
2188
|
-
export type UInt64 = ulong;
|
|
2189
3935
|
|
|
2190
|
-
export
|
|
3936
|
+
export interface UInt64$instance extends IBitwiseOperators_3<UInt64, UInt64, UInt64>, IComparisonOperators_3<UInt64, UInt64, Boolean>, IEqualityOperators_3<UInt64, UInt64, Boolean>, IModulusOperators_3<UInt64, UInt64, UInt64>, IAdditionOperators_3<UInt64, UInt64, UInt64>, IDecrementOperators_1<UInt64>, IDivisionOperators_3<UInt64, UInt64, UInt64>, IIncrementOperators_1<UInt64>, IMultiplyOperators_3<UInt64, UInt64, UInt64>, ISubtractionOperators_3<UInt64, UInt64, UInt64>, IUnaryPlusOperators_2<UInt64, UInt64>, IUnaryNegationOperators_2<UInt64, UInt64>, IShiftOperators_3<UInt64, Int32, UInt64> {
|
|
3937
|
+
compareTo(value: unknown): int;
|
|
3938
|
+
compareTo(value: ulong): int;
|
|
3939
|
+
equals(obj: unknown): boolean;
|
|
3940
|
+
equals(obj: ulong): boolean;
|
|
3941
|
+
getHashCode(): int;
|
|
3942
|
+
getTypeCode(): TypeCode;
|
|
3943
|
+
toString(): string;
|
|
3944
|
+
toString(provider: IFormatProvider): string;
|
|
3945
|
+
toString(format: string): string;
|
|
3946
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
3947
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
3948
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
3949
|
+
}
|
|
3950
|
+
|
|
3951
|
+
|
|
3952
|
+
export const UInt64: {
|
|
3953
|
+
new(): UInt64$instance;
|
|
3954
|
+
readonly maxValue: ulong;
|
|
3955
|
+
readonly minValue: ulong;
|
|
3956
|
+
bigMul(left: ulong, right: ulong): uint128;
|
|
3957
|
+
clamp(value: ulong, min: ulong, max: ulong): ulong;
|
|
3958
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): ulong;
|
|
3959
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): ulong;
|
|
3960
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): ulong;
|
|
3961
|
+
divRem(left: ulong, right: ulong): ValueTuple_2<UInt64, UInt64>;
|
|
3962
|
+
isEvenInteger(value: ulong): boolean;
|
|
3963
|
+
isOddInteger(value: ulong): boolean;
|
|
3964
|
+
isPow2(value: ulong): boolean;
|
|
3965
|
+
leadingZeroCount(value: ulong): ulong;
|
|
3966
|
+
log2(value: ulong): ulong;
|
|
3967
|
+
max(x: ulong, y: ulong): ulong;
|
|
3968
|
+
min(x: ulong, y: ulong): ulong;
|
|
3969
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): ulong;
|
|
3970
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): ulong;
|
|
3971
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): ulong;
|
|
3972
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): ulong;
|
|
3973
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): ulong;
|
|
3974
|
+
parse(s: string, style: NumberStyles): ulong;
|
|
3975
|
+
parse(s: string, provider: IFormatProvider): ulong;
|
|
3976
|
+
parse(s: string): ulong;
|
|
3977
|
+
popCount(value: ulong): ulong;
|
|
3978
|
+
rotateLeft(value: ulong, rotateAmount: int): ulong;
|
|
3979
|
+
rotateRight(value: ulong, rotateAmount: int): ulong;
|
|
3980
|
+
sign(value: ulong): int;
|
|
3981
|
+
trailingZeroCount(value: ulong): ulong;
|
|
3982
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: ulong): boolean;
|
|
3983
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: ulong): boolean;
|
|
3984
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: ulong): boolean;
|
|
3985
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: ulong): boolean;
|
|
3986
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: ulong): boolean;
|
|
3987
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: ulong): boolean;
|
|
3988
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: ulong): boolean;
|
|
3989
|
+
tryParse(s: string, provider: IFormatProvider, result: ulong): boolean;
|
|
3990
|
+
tryParse(s: string, result: ulong): boolean;
|
|
3991
|
+
};
|
|
3992
|
+
|
|
3993
|
+
|
|
3994
|
+
export interface __UInt64$views {
|
|
3995
|
+
As_IComparable(): IComparable$instance;
|
|
3996
|
+
As_IComparable_1(): IComparable_1$instance<UInt64>;
|
|
3997
|
+
As_IConvertible(): IConvertible$instance;
|
|
3998
|
+
As_IEquatable_1(): IEquatable_1$instance<UInt64>;
|
|
3999
|
+
As_IFormattable(): IFormattable$instance;
|
|
4000
|
+
As_IParsable_1(): IParsable_1$instance<UInt64>;
|
|
4001
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
4002
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<UInt64>;
|
|
4003
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
4004
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<UInt64>;
|
|
4005
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<UInt64, UInt64>;
|
|
4006
|
+
As_IBinaryInteger_1(): System_Numerics_Internal.IBinaryInteger_1$instance<UInt64>;
|
|
4007
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<UInt64>;
|
|
4008
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<UInt64>;
|
|
4009
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<UInt64>;
|
|
4010
|
+
|
|
4011
|
+
// Structural method bridges for numeric interface constraints
|
|
4012
|
+
equals(other: UInt64): boolean;
|
|
4013
|
+
compareTo(obj: unknown): int;
|
|
4014
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
4015
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
4016
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
4017
|
+
getByteCount(): int;
|
|
4018
|
+
tryWriteBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
4019
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
4020
|
+
writeBigEndian(destination: byte[]): int;
|
|
4021
|
+
writeBigEndian(destination: Span_1<Byte>): int;
|
|
4022
|
+
}
|
|
4023
|
+
|
|
4024
|
+
export interface UInt64$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<UInt64> {}
|
|
4025
|
+
|
|
4026
|
+
export type UInt64 = number & UInt64$instance & __UInt64$views;
|
|
4027
|
+
|
|
4028
|
+
|
|
4029
|
+
export interface UIntPtr$instance extends IBitwiseOperators_3<UIntPtr, UIntPtr, UIntPtr>, IComparisonOperators_3<UIntPtr, UIntPtr, Boolean>, IEqualityOperators_3<UIntPtr, UIntPtr, Boolean>, IModulusOperators_3<UIntPtr, UIntPtr, UIntPtr>, IAdditionOperators_3<UIntPtr, UIntPtr, UIntPtr>, IDecrementOperators_1<UIntPtr>, IDivisionOperators_3<UIntPtr, UIntPtr, UIntPtr>, IIncrementOperators_1<UIntPtr>, IMultiplyOperators_3<UIntPtr, UIntPtr, UIntPtr>, ISubtractionOperators_3<UIntPtr, UIntPtr, UIntPtr>, IUnaryPlusOperators_2<UIntPtr, UIntPtr>, IUnaryNegationOperators_2<UIntPtr, UIntPtr>, IShiftOperators_3<UIntPtr, Int32, UIntPtr> {
|
|
4030
|
+
compareTo(value: unknown): int;
|
|
4031
|
+
compareTo(value: nuint): int;
|
|
4032
|
+
equals(obj: unknown): boolean;
|
|
4033
|
+
equals(other: nuint): boolean;
|
|
4034
|
+
getHashCode(): int;
|
|
4035
|
+
toPointer(): ptr<void>;
|
|
4036
|
+
toString(): string;
|
|
4037
|
+
toString(format: string): string;
|
|
4038
|
+
toString(provider: IFormatProvider): string;
|
|
4039
|
+
toString(format: string, provider: IFormatProvider): string;
|
|
4040
|
+
toUInt32(): uint;
|
|
4041
|
+
toUInt64(): ulong;
|
|
4042
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
4043
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format?: ReadOnlySpan_1<Char>, provider?: IFormatProvider): boolean;
|
|
4044
|
+
}
|
|
4045
|
+
|
|
4046
|
+
|
|
4047
|
+
export const UIntPtr: {
|
|
4048
|
+
new(value: uint): UIntPtr$instance;
|
|
4049
|
+
new(value: ulong): UIntPtr$instance;
|
|
4050
|
+
new(value: ptr<void>): UIntPtr$instance;
|
|
4051
|
+
readonly zero: nuint;
|
|
4052
|
+
readonly size: int;
|
|
4053
|
+
readonly maxValue: nuint;
|
|
4054
|
+
readonly minValue: nuint;
|
|
4055
|
+
add(pointer: nuint, offset: int): nuint;
|
|
4056
|
+
bigMul(left: nuint, right: nuint, lower: nuint): nuint;
|
|
4057
|
+
clamp(value: nuint, min: nuint, max: nuint): nuint;
|
|
4058
|
+
createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): nuint;
|
|
4059
|
+
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): nuint;
|
|
4060
|
+
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): nuint;
|
|
4061
|
+
divRem(left: nuint, right: nuint): ValueTuple_2<UIntPtr, UIntPtr>;
|
|
4062
|
+
isEvenInteger(value: nuint): boolean;
|
|
4063
|
+
isOddInteger(value: nuint): boolean;
|
|
4064
|
+
isPow2(value: nuint): boolean;
|
|
4065
|
+
leadingZeroCount(value: nuint): nuint;
|
|
4066
|
+
log2(value: nuint): nuint;
|
|
4067
|
+
max(x: nuint, y: nuint): nuint;
|
|
4068
|
+
min(x: nuint, y: nuint): nuint;
|
|
4069
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, style?: NumberStyles, provider?: IFormatProvider): nuint;
|
|
4070
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider): nuint;
|
|
4071
|
+
parse(s: ReadOnlySpan_1<Char>, style?: NumberStyles, provider?: IFormatProvider): nuint;
|
|
4072
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): nuint;
|
|
4073
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): nuint;
|
|
4074
|
+
parse(s: string, style: NumberStyles): nuint;
|
|
4075
|
+
parse(s: string, provider: IFormatProvider): nuint;
|
|
4076
|
+
parse(s: string): nuint;
|
|
4077
|
+
popCount(value: nuint): nuint;
|
|
4078
|
+
rotateLeft(value: nuint, rotateAmount: int): nuint;
|
|
4079
|
+
rotateRight(value: nuint, rotateAmount: int): nuint;
|
|
4080
|
+
sign(value: nuint): int;
|
|
4081
|
+
subtract(pointer: nuint, offset: int): nuint;
|
|
4082
|
+
trailingZeroCount(value: nuint): nuint;
|
|
4083
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, style: NumberStyles, provider: IFormatProvider, result: nuint): boolean;
|
|
4084
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, provider: IFormatProvider, result: nuint): boolean;
|
|
4085
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: nuint): boolean;
|
|
4086
|
+
tryParse(s: ReadOnlySpan_1<Char>, style: NumberStyles, provider: IFormatProvider, result: nuint): boolean;
|
|
4087
|
+
tryParse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider, result: nuint): boolean;
|
|
4088
|
+
tryParse(s: ReadOnlySpan_1<Char>, result: nuint): boolean;
|
|
4089
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: nuint): boolean;
|
|
4090
|
+
tryParse(s: string, provider: IFormatProvider, result: nuint): boolean;
|
|
4091
|
+
tryParse(s: string, result: nuint): boolean;
|
|
4092
|
+
};
|
|
4093
|
+
|
|
4094
|
+
|
|
4095
|
+
export interface __UIntPtr$views {
|
|
4096
|
+
As_IComparable(): IComparable$instance;
|
|
4097
|
+
As_IComparable_1(): IComparable_1$instance<UIntPtr>;
|
|
4098
|
+
As_IEquatable_1(): IEquatable_1$instance<UIntPtr>;
|
|
4099
|
+
As_IFormattable(): IFormattable$instance;
|
|
4100
|
+
As_IParsable_1(): IParsable_1$instance<UIntPtr>;
|
|
4101
|
+
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
4102
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<UIntPtr>;
|
|
4103
|
+
As_IUtf8SpanFormattable(): IUtf8SpanFormattable$instance;
|
|
4104
|
+
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<UIntPtr>;
|
|
4105
|
+
As_IAdditiveIdentity_2(): System_Numerics_Internal.IAdditiveIdentity_2$instance<UIntPtr, UIntPtr>;
|
|
4106
|
+
As_IBinaryInteger_1(): System_Numerics_Internal.IBinaryInteger_1$instance<UIntPtr>;
|
|
4107
|
+
As_IMinMaxValue_1(): System_Numerics_Internal.IMinMaxValue_1$instance<UIntPtr>;
|
|
4108
|
+
As_INumber_1(): System_Numerics_Internal.INumber_1$instance<UIntPtr>;
|
|
4109
|
+
As_INumberBase_1(): System_Numerics_Internal.INumberBase_1$instance<UIntPtr>;
|
|
4110
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
4111
|
+
|
|
4112
|
+
// Structural method bridges for numeric interface constraints
|
|
4113
|
+
equals(other: UIntPtr): boolean;
|
|
4114
|
+
compareTo(obj: unknown): int;
|
|
4115
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
4116
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
4117
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
4118
|
+
getByteCount(): int;
|
|
4119
|
+
tryWriteBigEndian(destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
4120
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
4121
|
+
writeBigEndian(destination: byte[]): int;
|
|
4122
|
+
writeBigEndian(destination: Span_1<Byte>): int;
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4125
|
+
export interface UIntPtr$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<UIntPtr>, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
4126
|
+
|
|
4127
|
+
export type UIntPtr = number & UIntPtr$instance & __UIntPtr$views;
|
|
4128
|
+
|
|
2191
4129
|
|
|
2192
4130
|
export interface UriCreationOptions$instance {
|
|
2193
4131
|
dangerousDisablePathAndQueryCanonicalization: boolean;
|
|
@@ -2233,8 +4171,8 @@ export interface __ValueTuple$views {
|
|
|
2233
4171
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
2234
4172
|
|
|
2235
4173
|
// Structural method bridges for numeric interface constraints
|
|
2236
|
-
|
|
2237
|
-
|
|
4174
|
+
equals(other: ValueTuple): boolean;
|
|
4175
|
+
compareTo(obj: unknown): int;
|
|
2238
4176
|
}
|
|
2239
4177
|
|
|
2240
4178
|
export interface ValueTuple$instance extends IComparable_1$instance<ValueTuple>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -2266,8 +4204,8 @@ export interface __ValueTuple_1$views<T1> {
|
|
|
2266
4204
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
2267
4205
|
|
|
2268
4206
|
// Structural method bridges for numeric interface constraints
|
|
2269
|
-
|
|
2270
|
-
|
|
4207
|
+
equals(other: ValueTuple_1<T1>): boolean;
|
|
4208
|
+
compareTo(obj: unknown): int;
|
|
2271
4209
|
}
|
|
2272
4210
|
|
|
2273
4211
|
export interface ValueTuple_1$instance<T1> extends IComparable_1$instance<ValueTuple_1<T1>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -2300,8 +4238,8 @@ export interface __ValueTuple_2$views<T1, T2> {
|
|
|
2300
4238
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
2301
4239
|
|
|
2302
4240
|
// Structural method bridges for numeric interface constraints
|
|
2303
|
-
|
|
2304
|
-
|
|
4241
|
+
equals(other: ValueTuple_2<T1, T2>): boolean;
|
|
4242
|
+
compareTo(obj: unknown): int;
|
|
2305
4243
|
}
|
|
2306
4244
|
|
|
2307
4245
|
export interface ValueTuple_2$instance<T1, T2> extends IComparable_1$instance<ValueTuple_2<T1, T2>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -2335,8 +4273,8 @@ export interface __ValueTuple_3$views<T1, T2, T3> {
|
|
|
2335
4273
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
2336
4274
|
|
|
2337
4275
|
// Structural method bridges for numeric interface constraints
|
|
2338
|
-
|
|
2339
|
-
|
|
4276
|
+
equals(other: ValueTuple_3<T1, T2, T3>): boolean;
|
|
4277
|
+
compareTo(obj: unknown): int;
|
|
2340
4278
|
}
|
|
2341
4279
|
|
|
2342
4280
|
export interface ValueTuple_3$instance<T1, T2, T3> extends IComparable_1$instance<ValueTuple_3<T1, T2, T3>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -2371,8 +4309,8 @@ export interface __ValueTuple_4$views<T1, T2, T3, T4> {
|
|
|
2371
4309
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
2372
4310
|
|
|
2373
4311
|
// Structural method bridges for numeric interface constraints
|
|
2374
|
-
|
|
2375
|
-
|
|
4312
|
+
equals(other: ValueTuple_4<T1, T2, T3, T4>): boolean;
|
|
4313
|
+
compareTo(obj: unknown): int;
|
|
2376
4314
|
}
|
|
2377
4315
|
|
|
2378
4316
|
export interface ValueTuple_4$instance<T1, T2, T3, T4> extends IComparable_1$instance<ValueTuple_4<T1, T2, T3, T4>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -2408,8 +4346,8 @@ export interface __ValueTuple_5$views<T1, T2, T3, T4, T5> {
|
|
|
2408
4346
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
2409
4347
|
|
|
2410
4348
|
// Structural method bridges for numeric interface constraints
|
|
2411
|
-
|
|
2412
|
-
|
|
4349
|
+
equals(other: ValueTuple_5<T1, T2, T3, T4, T5>): boolean;
|
|
4350
|
+
compareTo(obj: unknown): int;
|
|
2413
4351
|
}
|
|
2414
4352
|
|
|
2415
4353
|
export interface ValueTuple_5$instance<T1, T2, T3, T4, T5> extends IComparable_1$instance<ValueTuple_5<T1, T2, T3, T4, T5>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -2446,8 +4384,8 @@ export interface __ValueTuple_6$views<T1, T2, T3, T4, T5, T6> {
|
|
|
2446
4384
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
2447
4385
|
|
|
2448
4386
|
// Structural method bridges for numeric interface constraints
|
|
2449
|
-
|
|
2450
|
-
|
|
4387
|
+
equals(other: ValueTuple_6<T1, T2, T3, T4, T5, T6>): boolean;
|
|
4388
|
+
compareTo(obj: unknown): int;
|
|
2451
4389
|
}
|
|
2452
4390
|
|
|
2453
4391
|
export interface ValueTuple_6$instance<T1, T2, T3, T4, T5, T6> extends IComparable_1$instance<ValueTuple_6<T1, T2, T3, T4, T5, T6>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -2485,8 +4423,8 @@ export interface __ValueTuple_7$views<T1, T2, T3, T4, T5, T6, T7> {
|
|
|
2485
4423
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
2486
4424
|
|
|
2487
4425
|
// Structural method bridges for numeric interface constraints
|
|
2488
|
-
|
|
2489
|
-
|
|
4426
|
+
equals(other: ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>): boolean;
|
|
4427
|
+
compareTo(obj: unknown): int;
|
|
2490
4428
|
}
|
|
2491
4429
|
|
|
2492
4430
|
export interface ValueTuple_7$instance<T1, T2, T3, T4, T5, T6, T7> extends IComparable_1$instance<ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -2525,8 +4463,8 @@ export interface __ValueTuple_8$views<T1, T2, T3, T4, T5, T6, T7, TRest extends
|
|
|
2525
4463
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
2526
4464
|
|
|
2527
4465
|
// Structural method bridges for numeric interface constraints
|
|
2528
|
-
|
|
2529
|
-
|
|
4466
|
+
equals(other: ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, TRest>): boolean;
|
|
4467
|
+
compareTo(obj: unknown): int;
|
|
2530
4468
|
}
|
|
2531
4469
|
|
|
2532
4470
|
export interface ValueTuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest extends unknown> extends IComparable_1$instance<ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, TRest>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -2570,7 +4508,7 @@ export interface AggregateException$instance extends Exception$instance {
|
|
|
2570
4508
|
flatten(): AggregateException;
|
|
2571
4509
|
getBaseException(): Exception;
|
|
2572
4510
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
2573
|
-
handle(predicate: Func_2<Exception,
|
|
4511
|
+
handle(predicate: Func_2<Exception, Boolean>): void;
|
|
2574
4512
|
toString(): string;
|
|
2575
4513
|
}
|
|
2576
4514
|
|
|
@@ -2626,12 +4564,12 @@ export interface AppDomain$instance extends MarshalByRefObject {
|
|
|
2626
4564
|
executeAssembly(assemblyFile: string): int;
|
|
2627
4565
|
executeAssembly(assemblyFile: string, args: string[]): int;
|
|
2628
4566
|
executeAssembly(assemblyFile: string, args: string[], hashValue: byte[], hashAlgorithm: AssemblyHashAlgorithm): int;
|
|
2629
|
-
executeAssemblyByName(assemblyName: AssemblyName, args: string[]): int;
|
|
4567
|
+
executeAssemblyByName(assemblyName: AssemblyName, ...args: string[]): int;
|
|
2630
4568
|
executeAssemblyByName(assemblyName: string): int;
|
|
2631
|
-
executeAssemblyByName(assemblyName: string, args: string[]): int;
|
|
4569
|
+
executeAssemblyByName(assemblyName: string, ...args: string[]): int;
|
|
2632
4570
|
getAssemblies(): Assembly[];
|
|
2633
4571
|
getData(name: string): unknown;
|
|
2634
|
-
isCompatibilitySwitchSet(value: string): Nullable_1<
|
|
4572
|
+
isCompatibilitySwitchSet(value: string): Nullable_1<Boolean>;
|
|
2635
4573
|
isDefaultAppDomain(): boolean;
|
|
2636
4574
|
isFinalizingForUnload(): boolean;
|
|
2637
4575
|
load(rawAssembly: byte[]): Assembly;
|
|
@@ -2848,23 +4786,23 @@ export interface Array$instance {
|
|
|
2848
4786
|
getLongLength(dimension: int): long;
|
|
2849
4787
|
getLowerBound(dimension: int): int;
|
|
2850
4788
|
getUpperBound(dimension: int): int;
|
|
2851
|
-
getValue(indices: int[]): unknown;
|
|
4789
|
+
getValue(...indices: int[]): unknown;
|
|
2852
4790
|
getValue(index: int): unknown;
|
|
2853
4791
|
getValue(index1: int, index2: int): unknown;
|
|
2854
4792
|
getValue(index1: int, index2: int, index3: int): unknown;
|
|
2855
4793
|
getValue(index: long): unknown;
|
|
2856
4794
|
getValue(index1: long, index2: long): unknown;
|
|
2857
4795
|
getValue(index1: long, index2: long, index3: long): unknown;
|
|
2858
|
-
getValue(indices: long[]): unknown;
|
|
4796
|
+
getValue(...indices: long[]): unknown;
|
|
2859
4797
|
initialize(): void;
|
|
2860
4798
|
setValue(value: unknown, index: int): void;
|
|
2861
4799
|
setValue(value: unknown, index1: int, index2: int): void;
|
|
2862
4800
|
setValue(value: unknown, index1: int, index2: int, index3: int): void;
|
|
2863
|
-
setValue(value: unknown, indices: int[]): void;
|
|
4801
|
+
setValue(value: unknown, ...indices: int[]): void;
|
|
2864
4802
|
setValue(value: unknown, index: long): void;
|
|
2865
4803
|
setValue(value: unknown, index1: long, index2: long): void;
|
|
2866
4804
|
setValue(value: unknown, index1: long, index2: long, index3: long): void;
|
|
2867
|
-
setValue(value: unknown, indices: long[]): void;
|
|
4805
|
+
setValue(value: unknown, ...indices: long[]): void;
|
|
2868
4806
|
}
|
|
2869
4807
|
|
|
2870
4808
|
|
|
@@ -2891,11 +4829,11 @@ export const Array: {
|
|
|
2891
4829
|
createInstance(elementType: Type, length1: int, length2: int): Array;
|
|
2892
4830
|
createInstance(elementType: Type, length: int): Array;
|
|
2893
4831
|
createInstance(elementType: Type, lengths: int[], lowerBounds: int[]): Array;
|
|
2894
|
-
createInstance(elementType: Type, lengths: int[]): Array;
|
|
2895
|
-
createInstance(elementType: Type, lengths: long[]): Array;
|
|
4832
|
+
createInstance(elementType: Type, ...lengths: int[]): Array;
|
|
4833
|
+
createInstance(elementType: Type, ...lengths: long[]): Array;
|
|
2896
4834
|
createInstanceFromArrayType(arrayType: Type, length: int): Array;
|
|
2897
4835
|
createInstanceFromArrayType(arrayType: Type, lengths: int[], lowerBounds: int[]): Array;
|
|
2898
|
-
createInstanceFromArrayType(arrayType: Type, lengths: int[]): Array;
|
|
4836
|
+
createInstanceFromArrayType(arrayType: Type, ...lengths: int[]): Array;
|
|
2899
4837
|
empty<T>(): T[];
|
|
2900
4838
|
exists<T>(array: T[], match: Predicate_1<T>): boolean;
|
|
2901
4839
|
fill<T>(array: T[], value: T, startIndex: int, count: int): void;
|
|
@@ -2922,7 +4860,7 @@ export const Array: {
|
|
|
2922
4860
|
lastIndexOf<T>(array: T[], value: T, startIndex: int, count: int): int;
|
|
2923
4861
|
lastIndexOf<T>(array: T[], value: T, startIndex: int): int;
|
|
2924
4862
|
lastIndexOf<T>(array: T[], value: T): int;
|
|
2925
|
-
resize<T>(array:
|
|
4863
|
+
resize<T>(array: T[], newSize: int): void;
|
|
2926
4864
|
reverse(array: Array, index: int, length: int): void;
|
|
2927
4865
|
reverse(array: Array): void;
|
|
2928
4866
|
reverse<T>(array: T[], index: int, length: int): void;
|
|
@@ -3113,7 +5051,7 @@ export const CharEnumerator: {
|
|
|
3113
5051
|
|
|
3114
5052
|
|
|
3115
5053
|
export interface __CharEnumerator$views {
|
|
3116
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<
|
|
5054
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<Char>;
|
|
3117
5055
|
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3118
5056
|
As_ICloneable(): ICloneable$instance;
|
|
3119
5057
|
}
|
|
@@ -3208,9 +5146,9 @@ export const CultureAwareComparer: {
|
|
|
3208
5146
|
|
|
3209
5147
|
|
|
3210
5148
|
export interface __CultureAwareComparer$views {
|
|
3211
|
-
As_IAlternateEqualityComparer_2(): System_Collections_Generic_Internal.IAlternateEqualityComparer_2$instance<ReadOnlySpan_1<
|
|
3212
|
-
As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<
|
|
3213
|
-
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<
|
|
5149
|
+
As_IAlternateEqualityComparer_2(): System_Collections_Generic_Internal.IAlternateEqualityComparer_2$instance<ReadOnlySpan_1<Char>, String>;
|
|
5150
|
+
As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<String>;
|
|
5151
|
+
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<String>;
|
|
3214
5152
|
As_IComparer(): System_Collections_Internal.IComparer$instance;
|
|
3215
5153
|
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
3216
5154
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
@@ -3269,7 +5207,7 @@ export interface Delegate$instance {
|
|
|
3269
5207
|
readonly method: MethodInfo;
|
|
3270
5208
|
readonly target: unknown;
|
|
3271
5209
|
clone(): unknown;
|
|
3272
|
-
dynamicInvoke(args: unknown[]): unknown;
|
|
5210
|
+
dynamicInvoke(...args: unknown[]): unknown;
|
|
3273
5211
|
equals(obj: unknown): boolean;
|
|
3274
5212
|
getHashCode(): int;
|
|
3275
5213
|
getInvocationList(): Function[];
|
|
@@ -3279,7 +5217,7 @@ export interface Delegate$instance {
|
|
|
3279
5217
|
|
|
3280
5218
|
export const Delegate: {
|
|
3281
5219
|
combine(a: Function, b: Function): Function;
|
|
3282
|
-
combine(delegates: Function[]): Function;
|
|
5220
|
+
combine(...delegates: Function[]): Function;
|
|
3283
5221
|
combine(delegates: ReadOnlySpan_1<Function>): Function;
|
|
3284
5222
|
createDelegate(type_: Type, firstArgument: unknown, method: MethodInfo, throwOnBindFailure: boolean): Function;
|
|
3285
5223
|
createDelegate(type_: Type, firstArgument: unknown, method: MethodInfo): Function;
|
|
@@ -3410,12 +5348,12 @@ export const Enum: {
|
|
|
3410
5348
|
getValuesAsUnderlyingType(enumType: Type): Array;
|
|
3411
5349
|
isDefined(enumType: Type, value: unknown): boolean;
|
|
3412
5350
|
isDefined<TEnum extends number>(value: TEnum): boolean;
|
|
3413
|
-
parse<TEnum extends unknown>(value: ReadOnlySpan_1<
|
|
3414
|
-
parse<TEnum extends unknown>(value: ReadOnlySpan_1<
|
|
5351
|
+
parse<TEnum extends unknown>(value: ReadOnlySpan_1<Char>, ignoreCase: boolean): TEnum;
|
|
5352
|
+
parse<TEnum extends unknown>(value: ReadOnlySpan_1<Char>): TEnum;
|
|
3415
5353
|
parse<TEnum extends unknown>(value: string, ignoreCase: boolean): TEnum;
|
|
3416
5354
|
parse<TEnum extends unknown>(value: string): TEnum;
|
|
3417
|
-
parse(enumType: Type, value: ReadOnlySpan_1<
|
|
3418
|
-
parse(enumType: Type, value: ReadOnlySpan_1<
|
|
5355
|
+
parse(enumType: Type, value: ReadOnlySpan_1<Char>, ignoreCase: boolean): unknown;
|
|
5356
|
+
parse(enumType: Type, value: ReadOnlySpan_1<Char>): unknown;
|
|
3419
5357
|
parse(enumType: Type, value: string, ignoreCase: boolean): unknown;
|
|
3420
5358
|
parse(enumType: Type, value: string): unknown;
|
|
3421
5359
|
toObject(enumType: Type, value: byte): unknown;
|
|
@@ -3427,15 +5365,15 @@ export const Enum: {
|
|
|
3427
5365
|
toObject(enumType: Type, value: ushort): unknown;
|
|
3428
5366
|
toObject(enumType: Type, value: uint): unknown;
|
|
3429
5367
|
toObject(enumType: Type, value: ulong): unknown;
|
|
3430
|
-
tryFormat<TEnum extends unknown>(value: TEnum, destination: Span_1<
|
|
3431
|
-
tryParse<TEnum extends unknown>(value: ReadOnlySpan_1<
|
|
3432
|
-
tryParse<TEnum extends unknown>(value: ReadOnlySpan_1<
|
|
3433
|
-
tryParse<TEnum extends unknown>(value: string, ignoreCase: boolean, result:
|
|
3434
|
-
tryParse<TEnum extends unknown>(value: string, result:
|
|
3435
|
-
tryParse(enumType: Type, value: ReadOnlySpan_1<
|
|
3436
|
-
tryParse(enumType: Type, value: ReadOnlySpan_1<
|
|
3437
|
-
tryParse(enumType: Type, value: string, ignoreCase: boolean, result:
|
|
3438
|
-
tryParse(enumType: Type, value: string, result:
|
|
5368
|
+
tryFormat<TEnum extends unknown>(value: TEnum, destination: Span_1<Char>, charsWritten: int, format?: ReadOnlySpan_1<Char>): boolean;
|
|
5369
|
+
tryParse<TEnum extends unknown>(value: ReadOnlySpan_1<Char>, ignoreCase: boolean, result: TEnum): boolean;
|
|
5370
|
+
tryParse<TEnum extends unknown>(value: ReadOnlySpan_1<Char>, result: TEnum): boolean;
|
|
5371
|
+
tryParse<TEnum extends unknown>(value: string, ignoreCase: boolean, result: TEnum): boolean;
|
|
5372
|
+
tryParse<TEnum extends unknown>(value: string, result: TEnum): boolean;
|
|
5373
|
+
tryParse(enumType: Type, value: ReadOnlySpan_1<Char>, ignoreCase: boolean, result: unknown): boolean;
|
|
5374
|
+
tryParse(enumType: Type, value: ReadOnlySpan_1<Char>, result: unknown): boolean;
|
|
5375
|
+
tryParse(enumType: Type, value: string, ignoreCase: boolean, result: unknown): boolean;
|
|
5376
|
+
tryParse(enumType: Type, value: string, result: unknown): boolean;
|
|
3439
5377
|
};
|
|
3440
5378
|
|
|
3441
5379
|
|
|
@@ -3446,7 +5384,7 @@ export interface __Enum$views {
|
|
|
3446
5384
|
As_ISpanFormattable(): ISpanFormattable$instance;
|
|
3447
5385
|
|
|
3448
5386
|
// Structural method bridges for numeric interface constraints
|
|
3449
|
-
|
|
5387
|
+
compareTo(obj: unknown): int;
|
|
3450
5388
|
}
|
|
3451
5389
|
|
|
3452
5390
|
export interface Enum$instance extends IComparable$instance {}
|
|
@@ -4284,9 +6222,9 @@ export const OrdinalComparer: {
|
|
|
4284
6222
|
|
|
4285
6223
|
|
|
4286
6224
|
export interface __OrdinalComparer$views {
|
|
4287
|
-
As_IAlternateEqualityComparer_2(): System_Collections_Generic_Internal.IAlternateEqualityComparer_2$instance<ReadOnlySpan_1<
|
|
4288
|
-
As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<
|
|
4289
|
-
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<
|
|
6225
|
+
As_IAlternateEqualityComparer_2(): System_Collections_Generic_Internal.IAlternateEqualityComparer_2$instance<ReadOnlySpan_1<Char>, String>;
|
|
6226
|
+
As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<String>;
|
|
6227
|
+
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<String>;
|
|
4290
6228
|
As_IComparer(): System_Collections_Internal.IComparer$instance;
|
|
4291
6229
|
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
4292
6230
|
}
|
|
@@ -4383,16 +6321,16 @@ export type Progress_1<T> = Progress_1$instance<T> & __Progress_1$views<T>;
|
|
|
4383
6321
|
|
|
4384
6322
|
export interface Random$instance {
|
|
4385
6323
|
getHexString(stringLength: int, lowercase?: boolean): string;
|
|
4386
|
-
getHexString(destination: Span_1<
|
|
6324
|
+
getHexString(destination: Span_1<Char>, lowercase?: boolean): void;
|
|
4387
6325
|
getItems<T>(choices: ReadOnlySpan_1<T>, destination: Span_1<T>): void;
|
|
4388
6326
|
getItems<T>(choices: T[], length: int): T[];
|
|
4389
6327
|
getItems<T>(choices: ReadOnlySpan_1<T>, length: int): T[];
|
|
4390
|
-
getString(choices: ReadOnlySpan_1<
|
|
6328
|
+
getString(choices: ReadOnlySpan_1<Char>, length: int): string;
|
|
4391
6329
|
next(): int;
|
|
4392
6330
|
next(maxValue: int): int;
|
|
4393
6331
|
next(minValue: int, maxValue: int): int;
|
|
4394
6332
|
nextBytes(buffer: byte[]): void;
|
|
4395
|
-
nextBytes(buffer: Span_1<
|
|
6333
|
+
nextBytes(buffer: Span_1<Byte>): void;
|
|
4396
6334
|
nextDouble(): double;
|
|
4397
6335
|
nextInt64(): long;
|
|
4398
6336
|
nextInt64(maxValue: long): long;
|
|
@@ -4486,7 +6424,217 @@ export const STAThreadAttribute: {
|
|
|
4486
6424
|
|
|
4487
6425
|
export type STAThreadAttribute = STAThreadAttribute$instance;
|
|
4488
6426
|
|
|
4489
|
-
export
|
|
6427
|
+
export interface String$instance {
|
|
6428
|
+
readonly chars: char;
|
|
6429
|
+
readonly length: int;
|
|
6430
|
+
clone(): unknown;
|
|
6431
|
+
compareTo(value: unknown): int;
|
|
6432
|
+
compareTo(strB: string): int;
|
|
6433
|
+
contains(value: string): boolean;
|
|
6434
|
+
contains(value: string, comparisonType: StringComparison): boolean;
|
|
6435
|
+
contains(value: char): boolean;
|
|
6436
|
+
contains(value: char, comparisonType: StringComparison): boolean;
|
|
6437
|
+
copyTo(sourceIndex: int, destination: char[], destinationIndex: int, count: int): void;
|
|
6438
|
+
copyTo(destination: Span_1<Char>): void;
|
|
6439
|
+
endsWith(value: string): boolean;
|
|
6440
|
+
endsWith(value: string, comparisonType: StringComparison): boolean;
|
|
6441
|
+
endsWith(value: string, ignoreCase: boolean, culture: CultureInfo): boolean;
|
|
6442
|
+
endsWith(value: char): boolean;
|
|
6443
|
+
enumerateRunes(): StringRuneEnumerator;
|
|
6444
|
+
equals(obj: unknown): boolean;
|
|
6445
|
+
equals(value: string): boolean;
|
|
6446
|
+
equals(value: string, comparisonType: StringComparison): boolean;
|
|
6447
|
+
getEnumerator(): CharEnumerator;
|
|
6448
|
+
getHashCode(): int;
|
|
6449
|
+
getHashCode(comparisonType: StringComparison): int;
|
|
6450
|
+
getPinnableReference(): char;
|
|
6451
|
+
getTypeCode(): TypeCode;
|
|
6452
|
+
indexOf(value: char): int;
|
|
6453
|
+
indexOf(value: char, startIndex: int): int;
|
|
6454
|
+
indexOf(value: char, comparisonType: StringComparison): int;
|
|
6455
|
+
indexOf(value: char, startIndex: int, count: int): int;
|
|
6456
|
+
indexOf(value: string): int;
|
|
6457
|
+
indexOf(value: string, startIndex: int): int;
|
|
6458
|
+
indexOf(value: string, startIndex: int, count: int): int;
|
|
6459
|
+
indexOf(value: string, comparisonType: StringComparison): int;
|
|
6460
|
+
indexOf(value: string, startIndex: int, comparisonType: StringComparison): int;
|
|
6461
|
+
indexOf(value: string, startIndex: int, count: int, comparisonType: StringComparison): int;
|
|
6462
|
+
indexOfAny(anyOf: char[]): int;
|
|
6463
|
+
indexOfAny(anyOf: char[], startIndex: int): int;
|
|
6464
|
+
indexOfAny(anyOf: char[], startIndex: int, count: int): int;
|
|
6465
|
+
insert(startIndex: int, value: string): string;
|
|
6466
|
+
isNormalized(): boolean;
|
|
6467
|
+
isNormalized(normalizationForm: NormalizationForm): boolean;
|
|
6468
|
+
lastIndexOf(value: char): int;
|
|
6469
|
+
lastIndexOf(value: char, startIndex: int): int;
|
|
6470
|
+
lastIndexOf(value: char, startIndex: int, count: int): int;
|
|
6471
|
+
lastIndexOf(value: string): int;
|
|
6472
|
+
lastIndexOf(value: string, startIndex: int): int;
|
|
6473
|
+
lastIndexOf(value: string, startIndex: int, count: int): int;
|
|
6474
|
+
lastIndexOf(value: string, comparisonType: StringComparison): int;
|
|
6475
|
+
lastIndexOf(value: string, startIndex: int, comparisonType: StringComparison): int;
|
|
6476
|
+
lastIndexOf(value: string, startIndex: int, count: int, comparisonType: StringComparison): int;
|
|
6477
|
+
lastIndexOfAny(anyOf: char[]): int;
|
|
6478
|
+
lastIndexOfAny(anyOf: char[], startIndex: int): int;
|
|
6479
|
+
lastIndexOfAny(anyOf: char[], startIndex: int, count: int): int;
|
|
6480
|
+
normalize(): string;
|
|
6481
|
+
normalize(normalizationForm: NormalizationForm): string;
|
|
6482
|
+
padLeft(totalWidth: int): string;
|
|
6483
|
+
padLeft(totalWidth: int, paddingChar: char): string;
|
|
6484
|
+
padRight(totalWidth: int): string;
|
|
6485
|
+
padRight(totalWidth: int, paddingChar: char): string;
|
|
6486
|
+
remove(startIndex: int, count: int): string;
|
|
6487
|
+
remove(startIndex: int): string;
|
|
6488
|
+
replace(oldValue: string, newValue: string, ignoreCase: boolean, culture: CultureInfo): string;
|
|
6489
|
+
replace(oldValue: string, newValue: string, comparisonType: StringComparison): string;
|
|
6490
|
+
replace(oldChar: char, newChar: char): string;
|
|
6491
|
+
replace(oldValue: string, newValue: string): string;
|
|
6492
|
+
replaceLineEndings(): string;
|
|
6493
|
+
replaceLineEndings(replacementText: string): string;
|
|
6494
|
+
split(separator: char, options?: StringSplitOptions): string[];
|
|
6495
|
+
split(separator: char, count: int, options?: StringSplitOptions): string[];
|
|
6496
|
+
split(...separator: char[]): string[];
|
|
6497
|
+
split(separator: ReadOnlySpan_1<Char>): string[];
|
|
6498
|
+
split(separator: char[], count: int): string[];
|
|
6499
|
+
split(separator: char[], options: StringSplitOptions): string[];
|
|
6500
|
+
split(separator: char[], count: int, options: StringSplitOptions): string[];
|
|
6501
|
+
split(separator: string, options?: StringSplitOptions): string[];
|
|
6502
|
+
split(separator: string, count: int, options?: StringSplitOptions): string[];
|
|
6503
|
+
split(separator: string[], options: StringSplitOptions): string[];
|
|
6504
|
+
split(separator: string[], count: int, options: StringSplitOptions): string[];
|
|
6505
|
+
startsWith(value: string): boolean;
|
|
6506
|
+
startsWith(value: string, comparisonType: StringComparison): boolean;
|
|
6507
|
+
startsWith(value: string, ignoreCase: boolean, culture: CultureInfo): boolean;
|
|
6508
|
+
startsWith(value: char): boolean;
|
|
6509
|
+
substring(startIndex: int): string;
|
|
6510
|
+
substring(startIndex: int, length: int): string;
|
|
6511
|
+
toCharArray(): char[];
|
|
6512
|
+
toCharArray(startIndex: int, length: int): char[];
|
|
6513
|
+
toLower(): string;
|
|
6514
|
+
toLower(culture: CultureInfo): string;
|
|
6515
|
+
toLowerInvariant(): string;
|
|
6516
|
+
toString(): string;
|
|
6517
|
+
toString(provider: IFormatProvider): string;
|
|
6518
|
+
toUpper(): string;
|
|
6519
|
+
toUpper(culture: CultureInfo): string;
|
|
6520
|
+
toUpperInvariant(): string;
|
|
6521
|
+
trim(): string;
|
|
6522
|
+
trim(trimChar: char): string;
|
|
6523
|
+
trim(...trimChars: char[]): string;
|
|
6524
|
+
trim(trimChars: ReadOnlySpan_1<Char>): string;
|
|
6525
|
+
trimEnd(): string;
|
|
6526
|
+
trimEnd(trimChar: char): string;
|
|
6527
|
+
trimEnd(...trimChars: char[]): string;
|
|
6528
|
+
trimEnd(trimChars: ReadOnlySpan_1<Char>): string;
|
|
6529
|
+
trimStart(): string;
|
|
6530
|
+
trimStart(trimChar: char): string;
|
|
6531
|
+
trimStart(...trimChars: char[]): string;
|
|
6532
|
+
trimStart(trimChars: ReadOnlySpan_1<Char>): string;
|
|
6533
|
+
tryCopyTo(destination: Span_1<Char>): boolean;
|
|
6534
|
+
}
|
|
6535
|
+
|
|
6536
|
+
|
|
6537
|
+
export const String: {
|
|
6538
|
+
new(value: char[]): String$instance;
|
|
6539
|
+
new(value: char[], startIndex: int, length: int): String$instance;
|
|
6540
|
+
new(value: ptr<char>): String$instance;
|
|
6541
|
+
new(value: ptr<char>, startIndex: int, length: int): String$instance;
|
|
6542
|
+
new(value: ptr<sbyte>): String$instance;
|
|
6543
|
+
new(value: ptr<sbyte>, startIndex: int, length: int): String$instance;
|
|
6544
|
+
new(value: ptr<sbyte>, startIndex: int, length: int, enc: Encoding): String$instance;
|
|
6545
|
+
new(c: char, count: int): String$instance;
|
|
6546
|
+
new(value: ReadOnlySpan_1<Char>): String$instance;
|
|
6547
|
+
readonly empty: string;
|
|
6548
|
+
compare(strA: string, indexA: int, strB: string, indexB: int, length: int, ignoreCase: boolean, culture: CultureInfo): int;
|
|
6549
|
+
compare(strA: string, indexA: int, strB: string, indexB: int, length: int, ignoreCase: boolean): int;
|
|
6550
|
+
compare(strA: string, indexA: int, strB: string, indexB: int, length: int, culture: CultureInfo, options: CompareOptions): int;
|
|
6551
|
+
compare(strA: string, indexA: int, strB: string, indexB: int, length: int, comparisonType: StringComparison): int;
|
|
6552
|
+
compare(strA: string, indexA: int, strB: string, indexB: int, length: int): int;
|
|
6553
|
+
compare(strA: string, strB: string, ignoreCase: boolean, culture: CultureInfo): int;
|
|
6554
|
+
compare(strA: string, strB: string, ignoreCase: boolean): int;
|
|
6555
|
+
compare(strA: string, strB: string, culture: CultureInfo, options: CompareOptions): int;
|
|
6556
|
+
compare(strA: string, strB: string, comparisonType: StringComparison): int;
|
|
6557
|
+
compare(strA: string, strB: string): int;
|
|
6558
|
+
compareOrdinal(strA: string, indexA: int, strB: string, indexB: int, length: int): int;
|
|
6559
|
+
compareOrdinal(strA: string, strB: string): int;
|
|
6560
|
+
concat<T>(values: IEnumerable_1<T>): string;
|
|
6561
|
+
concat(values: IEnumerable_1<String>): string;
|
|
6562
|
+
concat(arg0: unknown, arg1: unknown, arg2: unknown): string;
|
|
6563
|
+
concat(arg0: unknown, arg1: unknown): string;
|
|
6564
|
+
concat(arg0: unknown): string;
|
|
6565
|
+
concat(...args: unknown[]): string;
|
|
6566
|
+
concat(str0: ReadOnlySpan_1<Char>, str1: ReadOnlySpan_1<Char>, str2: ReadOnlySpan_1<Char>, str3: ReadOnlySpan_1<Char>): string;
|
|
6567
|
+
concat(str0: ReadOnlySpan_1<Char>, str1: ReadOnlySpan_1<Char>, str2: ReadOnlySpan_1<Char>): string;
|
|
6568
|
+
concat(str0: ReadOnlySpan_1<Char>, str1: ReadOnlySpan_1<Char>): string;
|
|
6569
|
+
concat(args: ReadOnlySpan_1<unknown>): string;
|
|
6570
|
+
concat(values: ReadOnlySpan_1<String>): string;
|
|
6571
|
+
concat(str0: string, str1: string, str2: string, str3: string): string;
|
|
6572
|
+
concat(str0: string, str1: string, str2: string): string;
|
|
6573
|
+
concat(str0: string, str1: string): string;
|
|
6574
|
+
concat(...values: string[]): string;
|
|
6575
|
+
copy(str: string): string;
|
|
6576
|
+
create(provider: IFormatProvider, handler: DefaultInterpolatedStringHandler): string;
|
|
6577
|
+
create(provider: IFormatProvider, initialBuffer: Span_1<Char>, handler: DefaultInterpolatedStringHandler): string;
|
|
6578
|
+
create<TState>(length: int, state: TState, action: SpanAction_2<Char, TState>): string;
|
|
6579
|
+
equals(a: string, b: string, comparisonType: StringComparison): boolean;
|
|
6580
|
+
equals(a: string, b: string): boolean;
|
|
6581
|
+
format(provider: IFormatProvider, format: string, arg0: unknown, arg1: unknown, arg2: unknown): string;
|
|
6582
|
+
format(provider: IFormatProvider, format: string, arg0: unknown, arg1: unknown): string;
|
|
6583
|
+
format(provider: IFormatProvider, format: string, arg0: unknown): string;
|
|
6584
|
+
format(provider: IFormatProvider, format: string, ...args: unknown[]): string;
|
|
6585
|
+
format(provider: IFormatProvider, format: string, args: ReadOnlySpan_1<unknown>): string;
|
|
6586
|
+
format(provider: IFormatProvider, format: CompositeFormat, ...args: unknown[]): string;
|
|
6587
|
+
format(provider: IFormatProvider, format: CompositeFormat, args: ReadOnlySpan_1<unknown>): string;
|
|
6588
|
+
format<TArg0, TArg1, TArg2>(provider: IFormatProvider, format: CompositeFormat, arg0: TArg0, arg1: TArg1, arg2: TArg2): string;
|
|
6589
|
+
format<TArg0, TArg1>(provider: IFormatProvider, format: CompositeFormat, arg0: TArg0, arg1: TArg1): string;
|
|
6590
|
+
format<TArg0>(provider: IFormatProvider, format: CompositeFormat, arg0: TArg0): string;
|
|
6591
|
+
format(format: string, arg0: unknown, arg1: unknown, arg2: unknown): string;
|
|
6592
|
+
format(format: string, arg0: unknown, arg1: unknown): string;
|
|
6593
|
+
format(format: string, arg0: unknown): string;
|
|
6594
|
+
format(format: string, ...args: unknown[]): string;
|
|
6595
|
+
format(format: string, args: ReadOnlySpan_1<unknown>): string;
|
|
6596
|
+
getHashCode(value: ReadOnlySpan_1<Char>, comparisonType: StringComparison): int;
|
|
6597
|
+
getHashCode(value: ReadOnlySpan_1<Char>): int;
|
|
6598
|
+
intern(str: string): string;
|
|
6599
|
+
isInterned(str: string): string;
|
|
6600
|
+
isNullOrEmpty(value: string): boolean;
|
|
6601
|
+
isNullOrWhiteSpace(value: string): boolean;
|
|
6602
|
+
join<T>(separator: char, values: IEnumerable_1<T>): string;
|
|
6603
|
+
join(separator: char, ...values: unknown[]): string;
|
|
6604
|
+
join(separator: char, values: ReadOnlySpan_1<unknown>): string;
|
|
6605
|
+
join(separator: char, value: ReadOnlySpan_1<String>): string;
|
|
6606
|
+
join(separator: char, value: string[], startIndex: int, count: int): string;
|
|
6607
|
+
join(separator: char, ...value: string[]): string;
|
|
6608
|
+
join<T>(separator: string, values: IEnumerable_1<T>): string;
|
|
6609
|
+
join(separator: string, values: IEnumerable_1<String>): string;
|
|
6610
|
+
join(separator: string, ...values: unknown[]): string;
|
|
6611
|
+
join(separator: string, values: ReadOnlySpan_1<unknown>): string;
|
|
6612
|
+
join(separator: string, value: ReadOnlySpan_1<String>): string;
|
|
6613
|
+
join(separator: string, value: string[], startIndex: int, count: int): string;
|
|
6614
|
+
join(separator: string, ...value: string[]): string;
|
|
6615
|
+
};
|
|
6616
|
+
|
|
6617
|
+
|
|
6618
|
+
export interface __String$views {
|
|
6619
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<Char>;
|
|
6620
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
6621
|
+
As_ICloneable(): ICloneable$instance;
|
|
6622
|
+
As_IComparable(): IComparable$instance;
|
|
6623
|
+
As_IComparable_1(): IComparable_1$instance<String>;
|
|
6624
|
+
As_IConvertible(): IConvertible$instance;
|
|
6625
|
+
As_IEquatable_1(): IEquatable_1$instance<String>;
|
|
6626
|
+
As_IParsable_1(): IParsable_1$instance<String>;
|
|
6627
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<String>;
|
|
6628
|
+
|
|
6629
|
+
// Structural method bridges for numeric interface constraints
|
|
6630
|
+
equals(other: String): boolean;
|
|
6631
|
+
compareTo(obj: unknown): int;
|
|
6632
|
+
}
|
|
6633
|
+
|
|
6634
|
+
export interface String$instance extends ICloneable$instance, IComparable$instance, ISpanParsable_1$instance<String> {}
|
|
6635
|
+
|
|
6636
|
+
export type String = string & String$instance & __String$views;
|
|
6637
|
+
|
|
4490
6638
|
|
|
4491
6639
|
export interface StringComparer$instance {
|
|
4492
6640
|
compare(x: unknown, y: unknown): int;
|
|
@@ -4508,14 +6656,14 @@ export const StringComparer: {
|
|
|
4508
6656
|
create(culture: CultureInfo, ignoreCase: boolean): StringComparer;
|
|
4509
6657
|
create(culture: CultureInfo, options: CompareOptions): StringComparer;
|
|
4510
6658
|
fromComparison(comparisonType: StringComparison): StringComparer;
|
|
4511
|
-
isWellKnownCultureAwareComparer(comparer: IEqualityComparer_1<
|
|
4512
|
-
isWellKnownOrdinalComparer(comparer: IEqualityComparer_1<
|
|
6659
|
+
isWellKnownCultureAwareComparer(comparer: IEqualityComparer_1<String>, compareInfo: CompareInfo, compareOptions: CompareOptions): boolean;
|
|
6660
|
+
isWellKnownOrdinalComparer(comparer: IEqualityComparer_1<String>, ignoreCase: boolean): boolean;
|
|
4513
6661
|
};
|
|
4514
6662
|
|
|
4515
6663
|
|
|
4516
6664
|
export interface __StringComparer$views {
|
|
4517
|
-
As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<
|
|
4518
|
-
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<
|
|
6665
|
+
As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<String>;
|
|
6666
|
+
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<String>;
|
|
4519
6667
|
As_IComparer(): System_Collections_Internal.IComparer$instance;
|
|
4520
6668
|
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
4521
6669
|
}
|
|
@@ -4660,10 +6808,10 @@ export const TimeZoneInfo: {
|
|
|
4660
6808
|
fromSerializedString(source: string): TimeZoneInfo;
|
|
4661
6809
|
getSystemTimeZones(): ReadOnlyCollection_1<TimeZoneInfo>;
|
|
4662
6810
|
getSystemTimeZones(skipSorting: boolean): ReadOnlyCollection_1<TimeZoneInfo>;
|
|
4663
|
-
tryConvertIanaIdToWindowsId(ianaId: string, windowsId:
|
|
4664
|
-
tryConvertWindowsIdToIanaId(windowsId: string, region: string, ianaId:
|
|
4665
|
-
tryConvertWindowsIdToIanaId(windowsId: string, ianaId:
|
|
4666
|
-
tryFindSystemTimeZoneById(id: string, timeZoneInfo:
|
|
6811
|
+
tryConvertIanaIdToWindowsId(ianaId: string, windowsId: string): boolean;
|
|
6812
|
+
tryConvertWindowsIdToIanaId(windowsId: string, region: string, ianaId: string): boolean;
|
|
6813
|
+
tryConvertWindowsIdToIanaId(windowsId: string, ianaId: string): boolean;
|
|
6814
|
+
tryFindSystemTimeZoneById(id: string, timeZoneInfo: TimeZoneInfo): boolean;
|
|
4667
6815
|
};
|
|
4668
6816
|
|
|
4669
6817
|
|
|
@@ -4673,7 +6821,7 @@ export interface __TimeZoneInfo$views {
|
|
|
4673
6821
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
4674
6822
|
|
|
4675
6823
|
// Structural method bridges for numeric interface constraints
|
|
4676
|
-
|
|
6824
|
+
equals(other: TimeZoneInfo): boolean;
|
|
4677
6825
|
}
|
|
4678
6826
|
|
|
4679
6827
|
export interface TimeZoneInfo$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
@@ -4707,7 +6855,7 @@ export interface __TimeZoneInfo_AdjustmentRule$views {
|
|
|
4707
6855
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
4708
6856
|
|
|
4709
6857
|
// Structural method bridges for numeric interface constraints
|
|
4710
|
-
|
|
6858
|
+
equals(other: TimeZoneInfo_AdjustmentRule): boolean;
|
|
4711
6859
|
}
|
|
4712
6860
|
|
|
4713
6861
|
export interface TimeZoneInfo_AdjustmentRule$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
@@ -4754,7 +6902,7 @@ export interface __Tuple_1$views<T1> {
|
|
|
4754
6902
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
4755
6903
|
|
|
4756
6904
|
// Structural method bridges for numeric interface constraints
|
|
4757
|
-
|
|
6905
|
+
compareTo(obj: unknown): int;
|
|
4758
6906
|
}
|
|
4759
6907
|
|
|
4760
6908
|
export interface Tuple_1$instance<T1> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -4783,7 +6931,7 @@ export interface __Tuple_2$views<T1, T2> {
|
|
|
4783
6931
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
4784
6932
|
|
|
4785
6933
|
// Structural method bridges for numeric interface constraints
|
|
4786
|
-
|
|
6934
|
+
compareTo(obj: unknown): int;
|
|
4787
6935
|
}
|
|
4788
6936
|
|
|
4789
6937
|
export interface Tuple_2$instance<T1, T2> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -4813,7 +6961,7 @@ export interface __Tuple_3$views<T1, T2, T3> {
|
|
|
4813
6961
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
4814
6962
|
|
|
4815
6963
|
// Structural method bridges for numeric interface constraints
|
|
4816
|
-
|
|
6964
|
+
compareTo(obj: unknown): int;
|
|
4817
6965
|
}
|
|
4818
6966
|
|
|
4819
6967
|
export interface Tuple_3$instance<T1, T2, T3> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -4844,7 +6992,7 @@ export interface __Tuple_4$views<T1, T2, T3, T4> {
|
|
|
4844
6992
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
4845
6993
|
|
|
4846
6994
|
// Structural method bridges for numeric interface constraints
|
|
4847
|
-
|
|
6995
|
+
compareTo(obj: unknown): int;
|
|
4848
6996
|
}
|
|
4849
6997
|
|
|
4850
6998
|
export interface Tuple_4$instance<T1, T2, T3, T4> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -4876,7 +7024,7 @@ export interface __Tuple_5$views<T1, T2, T3, T4, T5> {
|
|
|
4876
7024
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
4877
7025
|
|
|
4878
7026
|
// Structural method bridges for numeric interface constraints
|
|
4879
|
-
|
|
7027
|
+
compareTo(obj: unknown): int;
|
|
4880
7028
|
}
|
|
4881
7029
|
|
|
4882
7030
|
export interface Tuple_5$instance<T1, T2, T3, T4, T5> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -4909,7 +7057,7 @@ export interface __Tuple_6$views<T1, T2, T3, T4, T5, T6> {
|
|
|
4909
7057
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
4910
7058
|
|
|
4911
7059
|
// Structural method bridges for numeric interface constraints
|
|
4912
|
-
|
|
7060
|
+
compareTo(obj: unknown): int;
|
|
4913
7061
|
}
|
|
4914
7062
|
|
|
4915
7063
|
export interface Tuple_6$instance<T1, T2, T3, T4, T5, T6> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -4943,7 +7091,7 @@ export interface __Tuple_7$views<T1, T2, T3, T4, T5, T6, T7> {
|
|
|
4943
7091
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
4944
7092
|
|
|
4945
7093
|
// Structural method bridges for numeric interface constraints
|
|
4946
|
-
|
|
7094
|
+
compareTo(obj: unknown): int;
|
|
4947
7095
|
}
|
|
4948
7096
|
|
|
4949
7097
|
export interface Tuple_7$instance<T1, T2, T3, T4, T5, T6, T7> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -4978,7 +7126,7 @@ export interface __Tuple_8$views<T1, T2, T3, T4, T5, T6, T7, TRest> {
|
|
|
4978
7126
|
As_ITuple(): System_Runtime_CompilerServices_Internal.ITuple$instance;
|
|
4979
7127
|
|
|
4980
7128
|
// Structural method bridges for numeric interface constraints
|
|
4981
|
-
|
|
7129
|
+
compareTo(obj: unknown): int;
|
|
4982
7130
|
}
|
|
4983
7131
|
|
|
4984
7132
|
export interface Tuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest> extends System_Collections_Internal.IStructuralComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
@@ -5144,7 +7292,7 @@ export interface Type$instance extends MemberInfo {
|
|
|
5144
7292
|
makeArrayType(): Type;
|
|
5145
7293
|
makeArrayType(rank: int): Type;
|
|
5146
7294
|
makeByRefType(): Type;
|
|
5147
|
-
makeGenericType(typeArguments: Type[]): Type;
|
|
7295
|
+
makeGenericType(...typeArguments: Type[]): Type;
|
|
5148
7296
|
makePointerType(): Type;
|
|
5149
7297
|
toString(): string;
|
|
5150
7298
|
}
|
|
@@ -5160,9 +7308,9 @@ export const Type: {
|
|
|
5160
7308
|
readonly defaultBinder: Binder;
|
|
5161
7309
|
getType(typeName: string, throwOnError: boolean, ignoreCase: boolean): Type;
|
|
5162
7310
|
getType(typeName: string, throwOnError: boolean): Type;
|
|
5163
|
-
getType(typeName: string, assemblyResolver: Func_2<AssemblyName, Assembly>, typeResolver: Func_4<Assembly,
|
|
5164
|
-
getType(typeName: string, assemblyResolver: Func_2<AssemblyName, Assembly>, typeResolver: Func_4<Assembly,
|
|
5165
|
-
getType(typeName: string, assemblyResolver: Func_2<AssemblyName, Assembly>, typeResolver: Func_4<Assembly,
|
|
7311
|
+
getType(typeName: string, assemblyResolver: Func_2<AssemblyName, Assembly>, typeResolver: Func_4<Assembly, String, Boolean, Type>, throwOnError: boolean, ignoreCase: boolean): Type;
|
|
7312
|
+
getType(typeName: string, assemblyResolver: Func_2<AssemblyName, Assembly>, typeResolver: Func_4<Assembly, String, Boolean, Type>, throwOnError: boolean): Type;
|
|
7313
|
+
getType(typeName: string, assemblyResolver: Func_2<AssemblyName, Assembly>, typeResolver: Func_4<Assembly, String, Boolean, Type>): Type;
|
|
5166
7314
|
getType(typeName: string): Type;
|
|
5167
7315
|
getTypeArray(args: unknown[]): Type[];
|
|
5168
7316
|
getTypeCode(type_: Type): TypeCode;
|
|
@@ -5177,7 +7325,7 @@ export const Type: {
|
|
|
5177
7325
|
getTypeFromProgID(progID: string): Type;
|
|
5178
7326
|
getTypeHandle(o: unknown): RuntimeTypeHandle;
|
|
5179
7327
|
makeGenericMethodParameter(position: int): Type;
|
|
5180
|
-
makeGenericSignatureType(genericTypeDefinition: Type, typeArguments: Type[]): Type;
|
|
7328
|
+
makeGenericSignatureType(genericTypeDefinition: Type, ...typeArguments: Type[]): Type;
|
|
5181
7329
|
reflectionOnlyGetType(typeName: string, throwIfNotFound: boolean, ignoreCase: boolean): Type;
|
|
5182
7330
|
};
|
|
5183
7331
|
|
|
@@ -5353,7 +7501,7 @@ export interface Uri$instance {
|
|
|
5353
7501
|
makeRelative(toUri: Uri): string;
|
|
5354
7502
|
makeRelativeUri(uri: Uri): Uri;
|
|
5355
7503
|
toString(): string;
|
|
5356
|
-
tryFormat(destination: Span_1<
|
|
7504
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int): boolean;
|
|
5357
7505
|
}
|
|
5358
7506
|
|
|
5359
7507
|
|
|
@@ -5362,7 +7510,7 @@ export const Uri: {
|
|
|
5362
7510
|
new(uriString: string, dontEscape: boolean): Uri$instance;
|
|
5363
7511
|
new(baseUri: Uri, relativeUri: string, dontEscape: boolean): Uri$instance;
|
|
5364
7512
|
new(uriString: string, uriKind: UriKind): Uri$instance;
|
|
5365
|
-
new(uriString: string, creationOptions:
|
|
7513
|
+
new(uriString: string, creationOptions: UriCreationOptions): Uri$instance;
|
|
5366
7514
|
new(baseUri: Uri, relativeUri: string): Uri$instance;
|
|
5367
7515
|
new(baseUri: Uri, relativeUri: Uri): Uri$instance;
|
|
5368
7516
|
readonly uriSchemeFile: string;
|
|
@@ -5385,22 +7533,22 @@ export const Uri: {
|
|
|
5385
7533
|
checkHostName(name: string): UriHostNameType;
|
|
5386
7534
|
checkSchemeName(schemeName: string): boolean;
|
|
5387
7535
|
compare(uri1: Uri, uri2: Uri, partsToCompare: UriComponents, compareFormat: UriFormat, comparisonType: StringComparison): int;
|
|
5388
|
-
escapeDataString(charsToEscape: ReadOnlySpan_1<
|
|
7536
|
+
escapeDataString(charsToEscape: ReadOnlySpan_1<Char>): string;
|
|
5389
7537
|
escapeDataString(stringToEscape: string): string;
|
|
5390
7538
|
escapeUriString(stringToEscape: string): string;
|
|
5391
7539
|
fromHex(digit: char): int;
|
|
5392
7540
|
hexEscape(character: char): string;
|
|
5393
|
-
hexUnescape(pattern: string, index:
|
|
7541
|
+
hexUnescape(pattern: string, index: int): char;
|
|
5394
7542
|
isHexDigit(character: char): boolean;
|
|
5395
7543
|
isHexEncoding(pattern: string, index: int): boolean;
|
|
5396
7544
|
isWellFormedUriString(uriString: string, uriKind: UriKind): boolean;
|
|
5397
|
-
tryCreate(uriString: string, creationOptions:
|
|
5398
|
-
tryCreate(uriString: string, uriKind: UriKind, result:
|
|
5399
|
-
tryCreate(baseUri: Uri, relativeUri: string, result:
|
|
5400
|
-
tryCreate(baseUri: Uri, relativeUri: Uri, result:
|
|
5401
|
-
tryEscapeDataString(charsToEscape: ReadOnlySpan_1<
|
|
5402
|
-
tryUnescapeDataString(charsToUnescape: ReadOnlySpan_1<
|
|
5403
|
-
unescapeDataString(charsToUnescape: ReadOnlySpan_1<
|
|
7545
|
+
tryCreate(uriString: string, creationOptions: UriCreationOptions, result: Uri): boolean;
|
|
7546
|
+
tryCreate(uriString: string, uriKind: UriKind, result: Uri): boolean;
|
|
7547
|
+
tryCreate(baseUri: Uri, relativeUri: string, result: Uri): boolean;
|
|
7548
|
+
tryCreate(baseUri: Uri, relativeUri: Uri, result: Uri): boolean;
|
|
7549
|
+
tryEscapeDataString(charsToEscape: ReadOnlySpan_1<Char>, destination: Span_1<Char>, charsWritten: int): boolean;
|
|
7550
|
+
tryUnescapeDataString(charsToUnescape: ReadOnlySpan_1<Char>, destination: Span_1<Char>, charsWritten: int): boolean;
|
|
7551
|
+
unescapeDataString(charsToUnescape: ReadOnlySpan_1<Char>): string;
|
|
5404
7552
|
unescapeDataString(stringToUnescape: string): string;
|
|
5405
7553
|
};
|
|
5406
7554
|
|
|
@@ -5412,7 +7560,7 @@ export interface __Uri$views {
|
|
|
5412
7560
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
5413
7561
|
|
|
5414
7562
|
// Structural method bridges for numeric interface constraints
|
|
5415
|
-
|
|
7563
|
+
equals(other: Uri): boolean;
|
|
5416
7564
|
}
|
|
5417
7565
|
|
|
5418
7566
|
export interface Uri$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
@@ -5529,10 +7677,10 @@ export interface Version$instance {
|
|
|
5529
7677
|
getHashCode(): int;
|
|
5530
7678
|
toString(): string;
|
|
5531
7679
|
toString(fieldCount: int): string;
|
|
5532
|
-
tryFormat(destination: Span_1<
|
|
5533
|
-
tryFormat(destination: Span_1<
|
|
5534
|
-
tryFormat(utf8Destination: Span_1<
|
|
5535
|
-
tryFormat(utf8Destination: Span_1<
|
|
7680
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int): boolean;
|
|
7681
|
+
tryFormat(destination: Span_1<Char>, fieldCount: int, charsWritten: int): boolean;
|
|
7682
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
7683
|
+
tryFormat(utf8Destination: Span_1<Byte>, fieldCount: int, bytesWritten: int): boolean;
|
|
5536
7684
|
}
|
|
5537
7685
|
|
|
5538
7686
|
|
|
@@ -5542,12 +7690,12 @@ export const Version: {
|
|
|
5542
7690
|
new(major: int, minor: int): Version$instance;
|
|
5543
7691
|
new(version: string): Version$instance;
|
|
5544
7692
|
new(): Version$instance;
|
|
5545
|
-
parse(utf8Text: ReadOnlySpan_1<
|
|
5546
|
-
parse(input: ReadOnlySpan_1<
|
|
7693
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>): Version;
|
|
7694
|
+
parse(input: ReadOnlySpan_1<Char>): Version;
|
|
5547
7695
|
parse(input: string): Version;
|
|
5548
|
-
tryParse(utf8Text: ReadOnlySpan_1<
|
|
5549
|
-
tryParse(input: ReadOnlySpan_1<
|
|
5550
|
-
tryParse(input: string, result:
|
|
7696
|
+
tryParse(utf8Text: ReadOnlySpan_1<Byte>, result: Version): boolean;
|
|
7697
|
+
tryParse(input: ReadOnlySpan_1<Char>, result: Version): boolean;
|
|
7698
|
+
tryParse(input: string, result: Version): boolean;
|
|
5551
7699
|
};
|
|
5552
7700
|
|
|
5553
7701
|
|
|
@@ -5562,8 +7710,9 @@ export interface __Version$views {
|
|
|
5562
7710
|
As_IUtf8SpanParsable_1(): IUtf8SpanParsable_1$instance<Version>;
|
|
5563
7711
|
|
|
5564
7712
|
// Structural method bridges for numeric interface constraints
|
|
5565
|
-
|
|
5566
|
-
|
|
7713
|
+
equals(other: Version): boolean;
|
|
7714
|
+
compareTo(obj: unknown): int;
|
|
7715
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
5567
7716
|
}
|
|
5568
7717
|
|
|
5569
7718
|
export interface Version$instance extends ICloneable$instance, IComparable$instance, IUtf8SpanParsable_1$instance<Version> {}
|
|
@@ -5597,7 +7746,7 @@ export type WeakReference = WeakReference$instance & __WeakReference$views;
|
|
|
5597
7746
|
export interface WeakReference_1$instance<T> {
|
|
5598
7747
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5599
7748
|
setTarget(target: T): void;
|
|
5600
|
-
tryGetTarget(target:
|
|
7749
|
+
tryGetTarget(target: T): boolean;
|
|
5601
7750
|
}
|
|
5602
7751
|
|
|
5603
7752
|
|
|
@@ -5623,7 +7772,7 @@ export abstract class Activator$instance {
|
|
|
5623
7772
|
static createInstance(assemblyName: string, typeName: string): ObjectHandle;
|
|
5624
7773
|
static createInstance(type_: Type, nonPublic: boolean): unknown;
|
|
5625
7774
|
static createInstance(type_: Type, args: unknown[], activationAttributes: unknown[]): unknown;
|
|
5626
|
-
static createInstance(type_: Type, args: unknown[]): unknown;
|
|
7775
|
+
static createInstance(type_: Type, ...args: unknown[]): unknown;
|
|
5627
7776
|
static createInstance(type_: Type, bindingAttr: BindingFlags, binder: Binder, args: unknown[], culture: CultureInfo, activationAttributes: unknown[]): unknown;
|
|
5628
7777
|
static createInstance(type_: Type, bindingAttr: BindingFlags, binder: Binder, args: unknown[], culture: CultureInfo): unknown;
|
|
5629
7778
|
static createInstance(type_: Type): unknown;
|
|
@@ -5641,7 +7790,7 @@ export abstract class AppContext$instance {
|
|
|
5641
7790
|
static getData(name: string): unknown;
|
|
5642
7791
|
static setData(name: string, data: unknown): void;
|
|
5643
7792
|
static setSwitch(switchName: string, isEnabled: boolean): void;
|
|
5644
|
-
static tryGetSwitch(switchName: string, isEnabled:
|
|
7793
|
+
static tryGetSwitch(switchName: string, isEnabled: boolean): boolean;
|
|
5645
7794
|
}
|
|
5646
7795
|
|
|
5647
7796
|
|
|
@@ -5672,47 +7821,47 @@ export abstract class BitConverter$instance {
|
|
|
5672
7821
|
static singleToInt32Bits(value: float): int;
|
|
5673
7822
|
static singleToUInt32Bits(value: float): uint;
|
|
5674
7823
|
static toBoolean(value: byte[], startIndex: int): boolean;
|
|
5675
|
-
static toBoolean(value: ReadOnlySpan_1<
|
|
7824
|
+
static toBoolean(value: ReadOnlySpan_1<Byte>): boolean;
|
|
5676
7825
|
static toChar(value: byte[], startIndex: int): char;
|
|
5677
|
-
static toChar(value: ReadOnlySpan_1<
|
|
7826
|
+
static toChar(value: ReadOnlySpan_1<Byte>): char;
|
|
5678
7827
|
static toDouble(value: byte[], startIndex: int): double;
|
|
5679
|
-
static toDouble(value: ReadOnlySpan_1<
|
|
7828
|
+
static toDouble(value: ReadOnlySpan_1<Byte>): double;
|
|
5680
7829
|
static toHalf(value: byte[], startIndex: int): half;
|
|
5681
|
-
static toHalf(value: ReadOnlySpan_1<
|
|
7830
|
+
static toHalf(value: ReadOnlySpan_1<Byte>): half;
|
|
5682
7831
|
static toInt128(value: byte[], startIndex: int): int128;
|
|
5683
|
-
static toInt128(value: ReadOnlySpan_1<
|
|
7832
|
+
static toInt128(value: ReadOnlySpan_1<Byte>): int128;
|
|
5684
7833
|
static toInt16(value: byte[], startIndex: int): short;
|
|
5685
|
-
static toInt16(value: ReadOnlySpan_1<
|
|
7834
|
+
static toInt16(value: ReadOnlySpan_1<Byte>): short;
|
|
5686
7835
|
static toInt32(value: byte[], startIndex: int): int;
|
|
5687
|
-
static toInt32(value: ReadOnlySpan_1<
|
|
7836
|
+
static toInt32(value: ReadOnlySpan_1<Byte>): int;
|
|
5688
7837
|
static toInt64(value: byte[], startIndex: int): long;
|
|
5689
|
-
static toInt64(value: ReadOnlySpan_1<
|
|
7838
|
+
static toInt64(value: ReadOnlySpan_1<Byte>): long;
|
|
5690
7839
|
static toSingle(value: byte[], startIndex: int): float;
|
|
5691
|
-
static toSingle(value: ReadOnlySpan_1<
|
|
7840
|
+
static toSingle(value: ReadOnlySpan_1<Byte>): float;
|
|
5692
7841
|
static toString(value: byte[], startIndex: int, length: int): string;
|
|
5693
7842
|
static toString(value: byte[], startIndex: int): string;
|
|
5694
7843
|
static toString(value: byte[]): string;
|
|
5695
7844
|
static toUInt128(value: byte[], startIndex: int): uint128;
|
|
5696
|
-
static toUInt128(value: ReadOnlySpan_1<
|
|
7845
|
+
static toUInt128(value: ReadOnlySpan_1<Byte>): uint128;
|
|
5697
7846
|
static toUInt16(value: byte[], startIndex: int): ushort;
|
|
5698
|
-
static toUInt16(value: ReadOnlySpan_1<
|
|
7847
|
+
static toUInt16(value: ReadOnlySpan_1<Byte>): ushort;
|
|
5699
7848
|
static toUInt32(value: byte[], startIndex: int): uint;
|
|
5700
|
-
static toUInt32(value: ReadOnlySpan_1<
|
|
7849
|
+
static toUInt32(value: ReadOnlySpan_1<Byte>): uint;
|
|
5701
7850
|
static toUInt64(value: byte[], startIndex: int): ulong;
|
|
5702
|
-
static toUInt64(value: ReadOnlySpan_1<
|
|
5703
|
-
static tryWriteBytes(destination: Span_1<
|
|
5704
|
-
static tryWriteBytes(destination: Span_1<
|
|
5705
|
-
static tryWriteBytes(destination: Span_1<
|
|
5706
|
-
static tryWriteBytes(destination: Span_1<
|
|
5707
|
-
static tryWriteBytes(destination: Span_1<
|
|
5708
|
-
static tryWriteBytes(destination: Span_1<
|
|
5709
|
-
static tryWriteBytes(destination: Span_1<
|
|
5710
|
-
static tryWriteBytes(destination: Span_1<
|
|
5711
|
-
static tryWriteBytes(destination: Span_1<
|
|
5712
|
-
static tryWriteBytes(destination: Span_1<
|
|
5713
|
-
static tryWriteBytes(destination: Span_1<
|
|
5714
|
-
static tryWriteBytes(destination: Span_1<
|
|
5715
|
-
static tryWriteBytes(destination: Span_1<
|
|
7851
|
+
static toUInt64(value: ReadOnlySpan_1<Byte>): ulong;
|
|
7852
|
+
static tryWriteBytes(destination: Span_1<Byte>, value: boolean): boolean;
|
|
7853
|
+
static tryWriteBytes(destination: Span_1<Byte>, value: char): boolean;
|
|
7854
|
+
static tryWriteBytes(destination: Span_1<Byte>, value: double): boolean;
|
|
7855
|
+
static tryWriteBytes(destination: Span_1<Byte>, value: half): boolean;
|
|
7856
|
+
static tryWriteBytes(destination: Span_1<Byte>, value: int128): boolean;
|
|
7857
|
+
static tryWriteBytes(destination: Span_1<Byte>, value: short): boolean;
|
|
7858
|
+
static tryWriteBytes(destination: Span_1<Byte>, value: int): boolean;
|
|
7859
|
+
static tryWriteBytes(destination: Span_1<Byte>, value: long): boolean;
|
|
7860
|
+
static tryWriteBytes(destination: Span_1<Byte>, value: float): boolean;
|
|
7861
|
+
static tryWriteBytes(destination: Span_1<Byte>, value: uint128): boolean;
|
|
7862
|
+
static tryWriteBytes(destination: Span_1<Byte>, value: ushort): boolean;
|
|
7863
|
+
static tryWriteBytes(destination: Span_1<Byte>, value: uint): boolean;
|
|
7864
|
+
static tryWriteBytes(destination: Span_1<Byte>, value: ulong): boolean;
|
|
5716
7865
|
static uInt16BitsToHalf(value: ushort): half;
|
|
5717
7866
|
static uInt32BitsToSingle(value: uint): float;
|
|
5718
7867
|
static uInt64BitsToDouble(value: ulong): double;
|
|
@@ -5764,7 +7913,7 @@ export abstract class Console$instance {
|
|
|
5764
7913
|
static beep(): void;
|
|
5765
7914
|
static beep(frequency: int, duration: int): void;
|
|
5766
7915
|
static clear(): void;
|
|
5767
|
-
static getCursorPosition(): ValueTuple_2<
|
|
7916
|
+
static getCursorPosition(): ValueTuple_2<Int32, Int32>;
|
|
5768
7917
|
static moveBufferArea(sourceLeft: int, sourceTop: int, sourceWidth: int, sourceHeight: int, targetLeft: int, targetTop: int, sourceChar: char, sourceForeColor: ConsoleColor, sourceBackColor: ConsoleColor): void;
|
|
5769
7918
|
static moveBufferArea(sourceLeft: int, sourceTop: int, sourceWidth: int, sourceHeight: int, targetLeft: int, targetTop: int): void;
|
|
5770
7919
|
static openStandardError(): Stream;
|
|
@@ -5794,12 +7943,12 @@ export abstract class Console$instance {
|
|
|
5794
7943
|
static write(value: int): void;
|
|
5795
7944
|
static write(value: long): void;
|
|
5796
7945
|
static write(value: unknown): void;
|
|
5797
|
-
static write(value: ReadOnlySpan_1<
|
|
7946
|
+
static write(value: ReadOnlySpan_1<Char>): void;
|
|
5798
7947
|
static write(value: float): void;
|
|
5799
7948
|
static write(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
5800
7949
|
static write(format: string, arg0: unknown, arg1: unknown): void;
|
|
5801
7950
|
static write(format: string, arg0: unknown): void;
|
|
5802
|
-
static write(format: string, arg: unknown[]): void;
|
|
7951
|
+
static write(format: string, ...arg: unknown[]): void;
|
|
5803
7952
|
static write(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
5804
7953
|
static write(value: string): void;
|
|
5805
7954
|
static write(value: uint): void;
|
|
@@ -5814,12 +7963,12 @@ export abstract class Console$instance {
|
|
|
5814
7963
|
static writeLine(value: int): void;
|
|
5815
7964
|
static writeLine(value: long): void;
|
|
5816
7965
|
static writeLine(value: unknown): void;
|
|
5817
|
-
static writeLine(value: ReadOnlySpan_1<
|
|
7966
|
+
static writeLine(value: ReadOnlySpan_1<Char>): void;
|
|
5818
7967
|
static writeLine(value: float): void;
|
|
5819
7968
|
static writeLine(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
5820
7969
|
static writeLine(format: string, arg0: unknown, arg1: unknown): void;
|
|
5821
7970
|
static writeLine(format: string, arg0: unknown): void;
|
|
5822
|
-
static writeLine(format: string, arg: unknown[]): void;
|
|
7971
|
+
static writeLine(format: string, ...arg: unknown[]): void;
|
|
5823
7972
|
static writeLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
|
|
5824
7973
|
static writeLine(value: string): void;
|
|
5825
7974
|
static writeLine(value: uint): void;
|
|
@@ -5837,11 +7986,11 @@ export abstract class Convert$instance {
|
|
|
5837
7986
|
static changeType(value: unknown, typeCode: TypeCode): unknown;
|
|
5838
7987
|
static fromBase64CharArray(inArray: char[], offset: int, length: int): byte[];
|
|
5839
7988
|
static fromBase64String(s: string): byte[];
|
|
5840
|
-
static fromHexString(utf8Source: ReadOnlySpan_1<
|
|
5841
|
-
static fromHexString(utf8Source: ReadOnlySpan_1<
|
|
5842
|
-
static fromHexString(source: ReadOnlySpan_1<
|
|
5843
|
-
static fromHexString(chars: ReadOnlySpan_1<
|
|
5844
|
-
static fromHexString(source: string, destination: Span_1<
|
|
7989
|
+
static fromHexString(utf8Source: ReadOnlySpan_1<Byte>, destination: Span_1<Byte>, bytesConsumed: int, bytesWritten: int): OperationStatus;
|
|
7990
|
+
static fromHexString(utf8Source: ReadOnlySpan_1<Byte>): byte[];
|
|
7991
|
+
static fromHexString(source: ReadOnlySpan_1<Char>, destination: Span_1<Byte>, charsConsumed: int, bytesWritten: int): OperationStatus;
|
|
7992
|
+
static fromHexString(chars: ReadOnlySpan_1<Char>): byte[];
|
|
7993
|
+
static fromHexString(source: string, destination: Span_1<Byte>, charsConsumed: int, bytesWritten: int): OperationStatus;
|
|
5845
7994
|
static fromHexString(s: string): byte[];
|
|
5846
7995
|
static getTypeCode(value: unknown): TypeCode;
|
|
5847
7996
|
static isDBNull(value: unknown): boolean;
|
|
@@ -5851,7 +8000,7 @@ export abstract class Convert$instance {
|
|
|
5851
8000
|
static toBase64String(inArray: byte[], offset: int, length: int, options: Base64FormattingOptions): string;
|
|
5852
8001
|
static toBase64String(inArray: byte[], offset: int, length: int): string;
|
|
5853
8002
|
static toBase64String(inArray: byte[]): string;
|
|
5854
|
-
static toBase64String(bytes: ReadOnlySpan_1<
|
|
8003
|
+
static toBase64String(bytes: ReadOnlySpan_1<Byte>, options?: Base64FormattingOptions): string;
|
|
5855
8004
|
static toBoolean(value: boolean): boolean;
|
|
5856
8005
|
static toBoolean(value: byte): boolean;
|
|
5857
8006
|
static toBoolean(value: char): boolean;
|
|
@@ -5963,10 +8112,10 @@ export abstract class Convert$instance {
|
|
|
5963
8112
|
static toDouble(value: ulong): double;
|
|
5964
8113
|
static toHexString(inArray: byte[], offset: int, length: int): string;
|
|
5965
8114
|
static toHexString(inArray: byte[]): string;
|
|
5966
|
-
static toHexString(bytes: ReadOnlySpan_1<
|
|
8115
|
+
static toHexString(bytes: ReadOnlySpan_1<Byte>): string;
|
|
5967
8116
|
static toHexStringLower(inArray: byte[], offset: int, length: int): string;
|
|
5968
8117
|
static toHexStringLower(inArray: byte[]): string;
|
|
5969
|
-
static toHexStringLower(bytes: ReadOnlySpan_1<
|
|
8118
|
+
static toHexStringLower(bytes: ReadOnlySpan_1<Byte>): string;
|
|
5970
8119
|
static toInt16(value: boolean): short;
|
|
5971
8120
|
static toInt16(value: byte): short;
|
|
5972
8121
|
static toInt16(value: char): short;
|
|
@@ -6154,13 +8303,13 @@ export abstract class Convert$instance {
|
|
|
6154
8303
|
static toUInt64(value: ushort): ulong;
|
|
6155
8304
|
static toUInt64(value: uint): ulong;
|
|
6156
8305
|
static toUInt64(value: ulong): ulong;
|
|
6157
|
-
static tryFromBase64Chars(chars: ReadOnlySpan_1<
|
|
6158
|
-
static tryFromBase64String(s: string, bytes: Span_1<
|
|
6159
|
-
static tryToBase64Chars(bytes: ReadOnlySpan_1<
|
|
6160
|
-
static tryToHexString(source: ReadOnlySpan_1<
|
|
6161
|
-
static tryToHexString(source: ReadOnlySpan_1<
|
|
6162
|
-
static tryToHexStringLower(source: ReadOnlySpan_1<
|
|
6163
|
-
static tryToHexStringLower(source: ReadOnlySpan_1<
|
|
8306
|
+
static tryFromBase64Chars(chars: ReadOnlySpan_1<Char>, bytes: Span_1<Byte>, bytesWritten: int): boolean;
|
|
8307
|
+
static tryFromBase64String(s: string, bytes: Span_1<Byte>, bytesWritten: int): boolean;
|
|
8308
|
+
static tryToBase64Chars(bytes: ReadOnlySpan_1<Byte>, chars: Span_1<Char>, charsWritten: int, options?: Base64FormattingOptions): boolean;
|
|
8309
|
+
static tryToHexString(source: ReadOnlySpan_1<Byte>, utf8Destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
8310
|
+
static tryToHexString(source: ReadOnlySpan_1<Byte>, destination: Span_1<Char>, charsWritten: int): boolean;
|
|
8311
|
+
static tryToHexStringLower(source: ReadOnlySpan_1<Byte>, utf8Destination: Span_1<Byte>, bytesWritten: int): boolean;
|
|
8312
|
+
static tryToHexStringLower(source: ReadOnlySpan_1<Byte>, destination: Span_1<Char>, charsWritten: int): boolean;
|
|
6164
8313
|
}
|
|
6165
8314
|
|
|
6166
8315
|
|
|
@@ -6225,7 +8374,7 @@ export abstract class GC$instance {
|
|
|
6225
8374
|
static collectionCount(generation: int): int;
|
|
6226
8375
|
static endNoGCRegion(): void;
|
|
6227
8376
|
static getAllocatedBytesForCurrentThread(): long;
|
|
6228
|
-
static getConfigurationVariables(): IReadOnlyDictionary_2<
|
|
8377
|
+
static getConfigurationVariables(): IReadOnlyDictionary_2<String, unknown>;
|
|
6229
8378
|
static getGCMemoryInfo(): GCMemoryInfo;
|
|
6230
8379
|
static getGCMemoryInfo(kind: GCKind): GCMemoryInfo;
|
|
6231
8380
|
static getGeneration(obj: unknown): int;
|
|
@@ -6276,10 +8425,10 @@ export abstract class Math$instance {
|
|
|
6276
8425
|
static atan2(y: double, x: double): double;
|
|
6277
8426
|
static atanh(d: double): double;
|
|
6278
8427
|
static bigMul(a: int, b: int): long;
|
|
6279
|
-
static bigMul(a: long, b: long, low:
|
|
8428
|
+
static bigMul(a: long, b: long, low: long): long;
|
|
6280
8429
|
static bigMul(a: long, b: long): int128;
|
|
6281
8430
|
static bigMul(a: uint, b: uint): ulong;
|
|
6282
|
-
static bigMul(a: ulong, b: ulong, low:
|
|
8431
|
+
static bigMul(a: ulong, b: ulong, low: ulong): ulong;
|
|
6283
8432
|
static bigMul(a: ulong, b: ulong): uint128;
|
|
6284
8433
|
static bitDecrement(x: double): double;
|
|
6285
8434
|
static bitIncrement(x: double): double;
|
|
@@ -6302,18 +8451,18 @@ export abstract class Math$instance {
|
|
|
6302
8451
|
static copySign(x: double, y: double): double;
|
|
6303
8452
|
static cos(d: double): double;
|
|
6304
8453
|
static cosh(value: double): double;
|
|
6305
|
-
static divRem(left: byte, right: byte): ValueTuple_2<
|
|
6306
|
-
static divRem(left: short, right: short): ValueTuple_2<
|
|
6307
|
-
static divRem(a: int, b: int, result:
|
|
6308
|
-
static divRem(left: int, right: int): ValueTuple_2<
|
|
6309
|
-
static divRem(a: long, b: long, result:
|
|
6310
|
-
static divRem(left: long, right: long): ValueTuple_2<
|
|
6311
|
-
static divRem(left: nint, right: nint): ValueTuple_2<
|
|
6312
|
-
static divRem(left: sbyte, right: sbyte): ValueTuple_2<
|
|
6313
|
-
static divRem(left: ushort, right: ushort): ValueTuple_2<
|
|
6314
|
-
static divRem(left: uint, right: uint): ValueTuple_2<
|
|
6315
|
-
static divRem(left: ulong, right: ulong): ValueTuple_2<
|
|
6316
|
-
static divRem(left: nuint, right: nuint): ValueTuple_2<
|
|
8454
|
+
static divRem(left: byte, right: byte): ValueTuple_2<Byte, Byte>;
|
|
8455
|
+
static divRem(left: short, right: short): ValueTuple_2<Int16, Int16>;
|
|
8456
|
+
static divRem(a: int, b: int, result: int): int;
|
|
8457
|
+
static divRem(left: int, right: int): ValueTuple_2<Int32, Int32>;
|
|
8458
|
+
static divRem(a: long, b: long, result: long): long;
|
|
8459
|
+
static divRem(left: long, right: long): ValueTuple_2<Int64, Int64>;
|
|
8460
|
+
static divRem(left: nint, right: nint): ValueTuple_2<IntPtr, IntPtr>;
|
|
8461
|
+
static divRem(left: sbyte, right: sbyte): ValueTuple_2<SByte, SByte>;
|
|
8462
|
+
static divRem(left: ushort, right: ushort): ValueTuple_2<UInt16, UInt16>;
|
|
8463
|
+
static divRem(left: uint, right: uint): ValueTuple_2<UInt32, UInt32>;
|
|
8464
|
+
static divRem(left: ulong, right: ulong): ValueTuple_2<UInt64, UInt64>;
|
|
8465
|
+
static divRem(left: nuint, right: nuint): ValueTuple_2<UIntPtr, UIntPtr>;
|
|
6317
8466
|
static exp(d: double): double;
|
|
6318
8467
|
static floor(d: decimal): decimal;
|
|
6319
8468
|
static floor(d: double): double;
|
|
@@ -6373,7 +8522,7 @@ export abstract class Math$instance {
|
|
|
6373
8522
|
static sign(value: sbyte): int;
|
|
6374
8523
|
static sign(value: float): int;
|
|
6375
8524
|
static sin(a: double): double;
|
|
6376
|
-
static sinCos(x: double): ValueTuple_2<
|
|
8525
|
+
static sinCos(x: double): ValueTuple_2<Double, Double>;
|
|
6377
8526
|
static sinh(value: double): double;
|
|
6378
8527
|
static sqrt(d: double): double;
|
|
6379
8528
|
static tan(a: double): double;
|
|
@@ -6427,7 +8576,7 @@ export abstract class MathF$instance {
|
|
|
6427
8576
|
static scaleB(x: float, n: int): float;
|
|
6428
8577
|
static sign(x: float): int;
|
|
6429
8578
|
static sin(x: float): float;
|
|
6430
|
-
static sinCos(x: float): ValueTuple_2<
|
|
8579
|
+
static sinCos(x: float): ValueTuple_2<Single, Single>;
|
|
6431
8580
|
static sinh(x: float): float;
|
|
6432
8581
|
static sqrt(x: float): float;
|
|
6433
8582
|
static tan(x: float): float;
|
|
@@ -6442,11 +8591,11 @@ export abstract class MemoryExtensions$instance {
|
|
|
6442
8591
|
static asMemory<T>(segment: ArraySegment_1<T>, start: int, length: int): Memory_1<T>;
|
|
6443
8592
|
static asMemory<T>(segment: ArraySegment_1<T>, start: int): Memory_1<T>;
|
|
6444
8593
|
static asMemory<T>(segment: ArraySegment_1<T>): Memory_1<T>;
|
|
6445
|
-
static asMemory(text: string, startIndex: Index): ReadOnlyMemory_1<
|
|
6446
|
-
static asMemory(text: string, start: int, length: int): ReadOnlyMemory_1<
|
|
6447
|
-
static asMemory(text: string, start: int): ReadOnlyMemory_1<
|
|
6448
|
-
static asMemory(text: string, range: Range): ReadOnlyMemory_1<
|
|
6449
|
-
static asMemory(text: string): ReadOnlyMemory_1<
|
|
8594
|
+
static asMemory(text: string, startIndex: Index): ReadOnlyMemory_1<Char>;
|
|
8595
|
+
static asMemory(text: string, start: int, length: int): ReadOnlyMemory_1<Char>;
|
|
8596
|
+
static asMemory(text: string, start: int): ReadOnlyMemory_1<Char>;
|
|
8597
|
+
static asMemory(text: string, range: Range): ReadOnlyMemory_1<Char>;
|
|
8598
|
+
static asMemory(text: string): ReadOnlyMemory_1<Char>;
|
|
6450
8599
|
static asMemory<T>(array: T[], startIndex: Index): Memory_1<T>;
|
|
6451
8600
|
static asMemory<T>(array: T[], start: int, length: int): Memory_1<T>;
|
|
6452
8601
|
static asMemory<T>(array: T[], start: int): Memory_1<T>;
|
|
@@ -6457,11 +8606,11 @@ export abstract class MemoryExtensions$instance {
|
|
|
6457
8606
|
static asSpan<T>(segment: ArraySegment_1<T>, start: int): Span_1<T>;
|
|
6458
8607
|
static asSpan<T>(segment: ArraySegment_1<T>, range: Range): Span_1<T>;
|
|
6459
8608
|
static asSpan<T>(segment: ArraySegment_1<T>): Span_1<T>;
|
|
6460
|
-
static asSpan(text: string, startIndex: Index): ReadOnlySpan_1<
|
|
6461
|
-
static asSpan(text: string, start: int, length: int): ReadOnlySpan_1<
|
|
6462
|
-
static asSpan(text: string, start: int): ReadOnlySpan_1<
|
|
6463
|
-
static asSpan(text: string, range: Range): ReadOnlySpan_1<
|
|
6464
|
-
static asSpan(text: string): ReadOnlySpan_1<
|
|
8609
|
+
static asSpan(text: string, startIndex: Index): ReadOnlySpan_1<Char>;
|
|
8610
|
+
static asSpan(text: string, start: int, length: int): ReadOnlySpan_1<Char>;
|
|
8611
|
+
static asSpan(text: string, start: int): ReadOnlySpan_1<Char>;
|
|
8612
|
+
static asSpan(text: string, range: Range): ReadOnlySpan_1<Char>;
|
|
8613
|
+
static asSpan(text: string): ReadOnlySpan_1<Char>;
|
|
6465
8614
|
static asSpan<T>(array: T[], startIndex: Index): Span_1<T>;
|
|
6466
8615
|
static asSpan<T>(array: T[], start: int, length: int): Span_1<T>;
|
|
6467
8616
|
static asSpan<T>(array: T[], start: int): Span_1<T>;
|
|
@@ -6477,11 +8626,11 @@ export abstract class MemoryExtensions$instance {
|
|
|
6477
8626
|
static commonPrefixLength<T>(span: ReadOnlySpan_1<T>, other: ReadOnlySpan_1<T>): int;
|
|
6478
8627
|
static commonPrefixLength<T>(span: Span_1<T>, other: ReadOnlySpan_1<T>, comparer: IEqualityComparer_1<T>): int;
|
|
6479
8628
|
static commonPrefixLength<T>(span: Span_1<T>, other: ReadOnlySpan_1<T>): int;
|
|
6480
|
-
static compareTo(span: ReadOnlySpan_1<
|
|
8629
|
+
static compareTo(span: ReadOnlySpan_1<Char>, other: ReadOnlySpan_1<Char>, comparisonType: StringComparison): int;
|
|
6481
8630
|
static contains<T>(span: ReadOnlySpan_1<T>, value: T, comparer?: IEqualityComparer_1<T>): boolean;
|
|
6482
8631
|
static contains<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: T): boolean;
|
|
6483
8632
|
static contains<T extends IEquatable_1<T>>(span: Span_1<T>, value: T): boolean;
|
|
6484
|
-
static contains(span: ReadOnlySpan_1<
|
|
8633
|
+
static contains(span: ReadOnlySpan_1<Char>, value: ReadOnlySpan_1<Char>, comparisonType: StringComparison): boolean;
|
|
6485
8634
|
static containsAny<T>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): boolean;
|
|
6486
8635
|
static containsAny<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>): boolean;
|
|
6487
8636
|
static containsAny<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: SearchValues_1<T>): boolean;
|
|
@@ -6493,8 +8642,8 @@ export abstract class MemoryExtensions$instance {
|
|
|
6493
8642
|
static containsAny<T extends IEquatable_1<T>>(span: Span_1<T>, values: SearchValues_1<T>): boolean;
|
|
6494
8643
|
static containsAny<T extends IEquatable_1<T>>(span: Span_1<T>, value0: T, value1: T, value2: T): boolean;
|
|
6495
8644
|
static containsAny<T extends IEquatable_1<T>>(span: Span_1<T>, value0: T, value1: T): boolean;
|
|
6496
|
-
static containsAny(span: ReadOnlySpan_1<
|
|
6497
|
-
static containsAny(span: Span_1<
|
|
8645
|
+
static containsAny(span: ReadOnlySpan_1<Char>, values: SearchValues_1<String>): boolean;
|
|
8646
|
+
static containsAny(span: Span_1<Char>, values: SearchValues_1<String>): boolean;
|
|
6498
8647
|
static containsAnyExcept<T>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): boolean;
|
|
6499
8648
|
static containsAnyExcept<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>): boolean;
|
|
6500
8649
|
static containsAnyExcept<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: SearchValues_1<T>): boolean;
|
|
@@ -6529,19 +8678,19 @@ export abstract class MemoryExtensions$instance {
|
|
|
6529
8678
|
static endsWith<T>(span: ReadOnlySpan_1<T>, value: T, comparer?: IEqualityComparer_1<T>): boolean;
|
|
6530
8679
|
static endsWith<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: T): boolean;
|
|
6531
8680
|
static endsWith<T extends IEquatable_1<T>>(span: Span_1<T>, value: ReadOnlySpan_1<T>): boolean;
|
|
6532
|
-
static endsWith(span: ReadOnlySpan_1<
|
|
6533
|
-
static enumerateLines(span: ReadOnlySpan_1<
|
|
6534
|
-
static enumerateLines(span: Span_1<
|
|
6535
|
-
static enumerateRunes(span: ReadOnlySpan_1<
|
|
6536
|
-
static enumerateRunes(span: Span_1<
|
|
6537
|
-
static equals(span: ReadOnlySpan_1<
|
|
8681
|
+
static endsWith(span: ReadOnlySpan_1<Char>, value: ReadOnlySpan_1<Char>, comparisonType: StringComparison): boolean;
|
|
8682
|
+
static enumerateLines(span: ReadOnlySpan_1<Char>): SpanLineEnumerator;
|
|
8683
|
+
static enumerateLines(span: Span_1<Char>): SpanLineEnumerator;
|
|
8684
|
+
static enumerateRunes(span: ReadOnlySpan_1<Char>): SpanRuneEnumerator;
|
|
8685
|
+
static enumerateRunes(span: Span_1<Char>): SpanRuneEnumerator;
|
|
8686
|
+
static equals(span: ReadOnlySpan_1<Char>, other: ReadOnlySpan_1<Char>, comparisonType: StringComparison): boolean;
|
|
6538
8687
|
static indexOf<T>(span: ReadOnlySpan_1<T>, value: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): int;
|
|
6539
8688
|
static indexOf<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: ReadOnlySpan_1<T>): int;
|
|
6540
8689
|
static indexOf<T>(span: ReadOnlySpan_1<T>, value: T, comparer?: IEqualityComparer_1<T>): int;
|
|
6541
8690
|
static indexOf<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: T): int;
|
|
6542
8691
|
static indexOf<T extends IEquatable_1<T>>(span: Span_1<T>, value: ReadOnlySpan_1<T>): int;
|
|
6543
8692
|
static indexOf<T extends IEquatable_1<T>>(span: Span_1<T>, value: T): int;
|
|
6544
|
-
static indexOf(span: ReadOnlySpan_1<
|
|
8693
|
+
static indexOf(span: ReadOnlySpan_1<Char>, value: ReadOnlySpan_1<Char>, comparisonType: StringComparison): int;
|
|
6545
8694
|
static indexOfAny<T>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): int;
|
|
6546
8695
|
static indexOfAny<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>): int;
|
|
6547
8696
|
static indexOfAny<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: SearchValues_1<T>): int;
|
|
@@ -6553,8 +8702,8 @@ export abstract class MemoryExtensions$instance {
|
|
|
6553
8702
|
static indexOfAny<T extends IEquatable_1<T>>(span: Span_1<T>, values: SearchValues_1<T>): int;
|
|
6554
8703
|
static indexOfAny<T extends IEquatable_1<T>>(span: Span_1<T>, value0: T, value1: T, value2: T): int;
|
|
6555
8704
|
static indexOfAny<T extends IEquatable_1<T>>(span: Span_1<T>, value0: T, value1: T): int;
|
|
6556
|
-
static indexOfAny(span: ReadOnlySpan_1<
|
|
6557
|
-
static indexOfAny(span: Span_1<
|
|
8705
|
+
static indexOfAny(span: ReadOnlySpan_1<Char>, values: SearchValues_1<String>): int;
|
|
8706
|
+
static indexOfAny(span: Span_1<Char>, values: SearchValues_1<String>): int;
|
|
6558
8707
|
static indexOfAnyExcept<T>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): int;
|
|
6559
8708
|
static indexOfAnyExcept<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>): int;
|
|
6560
8709
|
static indexOfAnyExcept<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: SearchValues_1<T>): int;
|
|
@@ -6573,14 +8722,14 @@ export abstract class MemoryExtensions$instance {
|
|
|
6573
8722
|
static indexOfAnyExceptInRange<T extends IComparable_1<T>>(span: Span_1<T>, lowInclusive: T, highInclusive: T): int;
|
|
6574
8723
|
static indexOfAnyInRange<T extends IComparable_1<T>>(span: ReadOnlySpan_1<T>, lowInclusive: T, highInclusive: T): int;
|
|
6575
8724
|
static indexOfAnyInRange<T extends IComparable_1<T>>(span: Span_1<T>, lowInclusive: T, highInclusive: T): int;
|
|
6576
|
-
static isWhiteSpace(span: ReadOnlySpan_1<
|
|
8725
|
+
static isWhiteSpace(span: ReadOnlySpan_1<Char>): boolean;
|
|
6577
8726
|
static lastIndexOf<T>(span: ReadOnlySpan_1<T>, value: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): int;
|
|
6578
8727
|
static lastIndexOf<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: ReadOnlySpan_1<T>): int;
|
|
6579
8728
|
static lastIndexOf<T>(span: ReadOnlySpan_1<T>, value: T, comparer?: IEqualityComparer_1<T>): int;
|
|
6580
8729
|
static lastIndexOf<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: T): int;
|
|
6581
8730
|
static lastIndexOf<T extends IEquatable_1<T>>(span: Span_1<T>, value: ReadOnlySpan_1<T>): int;
|
|
6582
8731
|
static lastIndexOf<T extends IEquatable_1<T>>(span: Span_1<T>, value: T): int;
|
|
6583
|
-
static lastIndexOf(span: ReadOnlySpan_1<
|
|
8732
|
+
static lastIndexOf(span: ReadOnlySpan_1<Char>, value: ReadOnlySpan_1<Char>, comparisonType: StringComparison): int;
|
|
6584
8733
|
static lastIndexOfAny<T>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): int;
|
|
6585
8734
|
static lastIndexOfAny<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>): int;
|
|
6586
8735
|
static lastIndexOfAny<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: SearchValues_1<T>): int;
|
|
@@ -6610,9 +8759,9 @@ export abstract class MemoryExtensions$instance {
|
|
|
6610
8759
|
static lastIndexOfAnyExceptInRange<T extends IComparable_1<T>>(span: Span_1<T>, lowInclusive: T, highInclusive: T): int;
|
|
6611
8760
|
static lastIndexOfAnyInRange<T extends IComparable_1<T>>(span: ReadOnlySpan_1<T>, lowInclusive: T, highInclusive: T): int;
|
|
6612
8761
|
static lastIndexOfAnyInRange<T extends IComparable_1<T>>(span: Span_1<T>, lowInclusive: T, highInclusive: T): int;
|
|
6613
|
-
static overlaps<T>(span: ReadOnlySpan_1<T>, other: ReadOnlySpan_1<T>, elementOffset:
|
|
8762
|
+
static overlaps<T>(span: ReadOnlySpan_1<T>, other: ReadOnlySpan_1<T>, elementOffset: int): boolean;
|
|
6614
8763
|
static overlaps<T>(span: ReadOnlySpan_1<T>, other: ReadOnlySpan_1<T>): boolean;
|
|
6615
|
-
static overlaps<T>(span: Span_1<T>, other: ReadOnlySpan_1<T>, elementOffset:
|
|
8764
|
+
static overlaps<T>(span: Span_1<T>, other: ReadOnlySpan_1<T>, elementOffset: int): boolean;
|
|
6616
8765
|
static overlaps<T>(span: Span_1<T>, other: ReadOnlySpan_1<T>): boolean;
|
|
6617
8766
|
static replace<T>(source: ReadOnlySpan_1<T>, destination: Span_1<T>, oldValue: T, newValue: T, comparer?: IEqualityComparer_1<T>): void;
|
|
6618
8767
|
static replace<T extends IEquatable_1<T>>(source: ReadOnlySpan_1<T>, destination: Span_1<T>, oldValue: T, newValue: T): void;
|
|
@@ -6638,22 +8787,22 @@ export abstract class MemoryExtensions$instance {
|
|
|
6638
8787
|
static sort<T>(span: Span_1<T>): void;
|
|
6639
8788
|
static split<T extends IEquatable_1<T>>(source: ReadOnlySpan_1<T>, separator: ReadOnlySpan_1<T>): MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
6640
8789
|
static split<T extends IEquatable_1<T>>(source: ReadOnlySpan_1<T>, separator: T): MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
6641
|
-
static split(source: ReadOnlySpan_1<
|
|
6642
|
-
static split(source: ReadOnlySpan_1<
|
|
8790
|
+
static split(source: ReadOnlySpan_1<Char>, destination: Span_1<Range>, separator: char, options?: StringSplitOptions): int;
|
|
8791
|
+
static split(source: ReadOnlySpan_1<Char>, destination: Span_1<Range>, separator: ReadOnlySpan_1<Char>, options?: StringSplitOptions): int;
|
|
6643
8792
|
static splitAny<T extends IEquatable_1<T>>(source: ReadOnlySpan_1<T>, separators: ReadOnlySpan_1<T>): MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
6644
8793
|
static splitAny<T extends IEquatable_1<T>>(source: ReadOnlySpan_1<T>, separators: SearchValues_1<T>): MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
6645
|
-
static splitAny(source: ReadOnlySpan_1<
|
|
6646
|
-
static splitAny(source: ReadOnlySpan_1<
|
|
8794
|
+
static splitAny(source: ReadOnlySpan_1<Char>, destination: Span_1<Range>, separators: ReadOnlySpan_1<Char>, options?: StringSplitOptions): int;
|
|
8795
|
+
static splitAny(source: ReadOnlySpan_1<Char>, destination: Span_1<Range>, separators: ReadOnlySpan_1<String>, options?: StringSplitOptions): int;
|
|
6647
8796
|
static startsWith<T>(span: ReadOnlySpan_1<T>, value: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): boolean;
|
|
6648
8797
|
static startsWith<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: ReadOnlySpan_1<T>): boolean;
|
|
6649
8798
|
static startsWith<T>(span: ReadOnlySpan_1<T>, value: T, comparer?: IEqualityComparer_1<T>): boolean;
|
|
6650
8799
|
static startsWith<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: T): boolean;
|
|
6651
8800
|
static startsWith<T extends IEquatable_1<T>>(span: Span_1<T>, value: ReadOnlySpan_1<T>): boolean;
|
|
6652
|
-
static startsWith(span: ReadOnlySpan_1<
|
|
6653
|
-
static toLower(source: ReadOnlySpan_1<
|
|
6654
|
-
static toLowerInvariant(source: ReadOnlySpan_1<
|
|
6655
|
-
static toUpper(source: ReadOnlySpan_1<
|
|
6656
|
-
static toUpperInvariant(source: ReadOnlySpan_1<
|
|
8801
|
+
static startsWith(span: ReadOnlySpan_1<Char>, value: ReadOnlySpan_1<Char>, comparisonType: StringComparison): boolean;
|
|
8802
|
+
static toLower(source: ReadOnlySpan_1<Char>, destination: Span_1<Char>, culture: CultureInfo): int;
|
|
8803
|
+
static toLowerInvariant(source: ReadOnlySpan_1<Char>, destination: Span_1<Char>): int;
|
|
8804
|
+
static toUpper(source: ReadOnlySpan_1<Char>, destination: Span_1<Char>, culture: CultureInfo): int;
|
|
8805
|
+
static toUpperInvariant(source: ReadOnlySpan_1<Char>, destination: Span_1<Char>): int;
|
|
6657
8806
|
static trim<T extends IEquatable_1<T>>(memory: Memory_1<T>, trimElements: ReadOnlySpan_1<T>): Memory_1<T>;
|
|
6658
8807
|
static trim<T extends IEquatable_1<T>>(memory: Memory_1<T>, trimElement: T): Memory_1<T>;
|
|
6659
8808
|
static trim<T extends IEquatable_1<T>>(memory: ReadOnlyMemory_1<T>, trimElements: ReadOnlySpan_1<T>): ReadOnlyMemory_1<T>;
|
|
@@ -6662,12 +8811,12 @@ export abstract class MemoryExtensions$instance {
|
|
|
6662
8811
|
static trim<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, trimElement: T): ReadOnlySpan_1<T>;
|
|
6663
8812
|
static trim<T extends IEquatable_1<T>>(span: Span_1<T>, trimElements: ReadOnlySpan_1<T>): Span_1<T>;
|
|
6664
8813
|
static trim<T extends IEquatable_1<T>>(span: Span_1<T>, trimElement: T): Span_1<T>;
|
|
6665
|
-
static trim(memory: Memory_1<
|
|
6666
|
-
static trim(memory: ReadOnlyMemory_1<
|
|
6667
|
-
static trim(span: ReadOnlySpan_1<
|
|
6668
|
-
static trim(span: ReadOnlySpan_1<
|
|
6669
|
-
static trim(span: ReadOnlySpan_1<
|
|
6670
|
-
static trim(span: Span_1<
|
|
8814
|
+
static trim(memory: Memory_1<Char>): Memory_1<Char>;
|
|
8815
|
+
static trim(memory: ReadOnlyMemory_1<Char>): ReadOnlyMemory_1<Char>;
|
|
8816
|
+
static trim(span: ReadOnlySpan_1<Char>, trimChar: char): ReadOnlySpan_1<Char>;
|
|
8817
|
+
static trim(span: ReadOnlySpan_1<Char>, trimChars: ReadOnlySpan_1<Char>): ReadOnlySpan_1<Char>;
|
|
8818
|
+
static trim(span: ReadOnlySpan_1<Char>): ReadOnlySpan_1<Char>;
|
|
8819
|
+
static trim(span: Span_1<Char>): Span_1<Char>;
|
|
6671
8820
|
static trimEnd<T extends IEquatable_1<T>>(memory: Memory_1<T>, trimElements: ReadOnlySpan_1<T>): Memory_1<T>;
|
|
6672
8821
|
static trimEnd<T extends IEquatable_1<T>>(memory: Memory_1<T>, trimElement: T): Memory_1<T>;
|
|
6673
8822
|
static trimEnd<T extends IEquatable_1<T>>(memory: ReadOnlyMemory_1<T>, trimElements: ReadOnlySpan_1<T>): ReadOnlyMemory_1<T>;
|
|
@@ -6676,12 +8825,12 @@ export abstract class MemoryExtensions$instance {
|
|
|
6676
8825
|
static trimEnd<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, trimElement: T): ReadOnlySpan_1<T>;
|
|
6677
8826
|
static trimEnd<T extends IEquatable_1<T>>(span: Span_1<T>, trimElements: ReadOnlySpan_1<T>): Span_1<T>;
|
|
6678
8827
|
static trimEnd<T extends IEquatable_1<T>>(span: Span_1<T>, trimElement: T): Span_1<T>;
|
|
6679
|
-
static trimEnd(memory: Memory_1<
|
|
6680
|
-
static trimEnd(memory: ReadOnlyMemory_1<
|
|
6681
|
-
static trimEnd(span: ReadOnlySpan_1<
|
|
6682
|
-
static trimEnd(span: ReadOnlySpan_1<
|
|
6683
|
-
static trimEnd(span: ReadOnlySpan_1<
|
|
6684
|
-
static trimEnd(span: Span_1<
|
|
8828
|
+
static trimEnd(memory: Memory_1<Char>): Memory_1<Char>;
|
|
8829
|
+
static trimEnd(memory: ReadOnlyMemory_1<Char>): ReadOnlyMemory_1<Char>;
|
|
8830
|
+
static trimEnd(span: ReadOnlySpan_1<Char>, trimChar: char): ReadOnlySpan_1<Char>;
|
|
8831
|
+
static trimEnd(span: ReadOnlySpan_1<Char>, trimChars: ReadOnlySpan_1<Char>): ReadOnlySpan_1<Char>;
|
|
8832
|
+
static trimEnd(span: ReadOnlySpan_1<Char>): ReadOnlySpan_1<Char>;
|
|
8833
|
+
static trimEnd(span: Span_1<Char>): Span_1<Char>;
|
|
6685
8834
|
static trimStart<T extends IEquatable_1<T>>(memory: Memory_1<T>, trimElements: ReadOnlySpan_1<T>): Memory_1<T>;
|
|
6686
8835
|
static trimStart<T extends IEquatable_1<T>>(memory: Memory_1<T>, trimElement: T): Memory_1<T>;
|
|
6687
8836
|
static trimStart<T extends IEquatable_1<T>>(memory: ReadOnlyMemory_1<T>, trimElements: ReadOnlySpan_1<T>): ReadOnlyMemory_1<T>;
|
|
@@ -6690,19 +8839,19 @@ export abstract class MemoryExtensions$instance {
|
|
|
6690
8839
|
static trimStart<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, trimElement: T): ReadOnlySpan_1<T>;
|
|
6691
8840
|
static trimStart<T extends IEquatable_1<T>>(span: Span_1<T>, trimElements: ReadOnlySpan_1<T>): Span_1<T>;
|
|
6692
8841
|
static trimStart<T extends IEquatable_1<T>>(span: Span_1<T>, trimElement: T): Span_1<T>;
|
|
6693
|
-
static trimStart(memory: Memory_1<
|
|
6694
|
-
static trimStart(memory: ReadOnlyMemory_1<
|
|
6695
|
-
static trimStart(span: ReadOnlySpan_1<
|
|
6696
|
-
static trimStart(span: ReadOnlySpan_1<
|
|
6697
|
-
static trimStart(span: ReadOnlySpan_1<
|
|
6698
|
-
static trimStart(span: Span_1<
|
|
6699
|
-
static tryWrite(destination: Span_1<
|
|
6700
|
-
static tryWrite(destination: Span_1<
|
|
6701
|
-
static tryWrite(destination: Span_1<
|
|
6702
|
-
static tryWrite<TArg0, TArg1, TArg2>(destination: Span_1<
|
|
6703
|
-
static tryWrite<TArg0, TArg1>(destination: Span_1<
|
|
6704
|
-
static tryWrite<TArg0>(destination: Span_1<
|
|
6705
|
-
static tryWrite(destination: Span_1<
|
|
8842
|
+
static trimStart(memory: Memory_1<Char>): Memory_1<Char>;
|
|
8843
|
+
static trimStart(memory: ReadOnlyMemory_1<Char>): ReadOnlyMemory_1<Char>;
|
|
8844
|
+
static trimStart(span: ReadOnlySpan_1<Char>, trimChar: char): ReadOnlySpan_1<Char>;
|
|
8845
|
+
static trimStart(span: ReadOnlySpan_1<Char>, trimChars: ReadOnlySpan_1<Char>): ReadOnlySpan_1<Char>;
|
|
8846
|
+
static trimStart(span: ReadOnlySpan_1<Char>): ReadOnlySpan_1<Char>;
|
|
8847
|
+
static trimStart(span: Span_1<Char>): Span_1<Char>;
|
|
8848
|
+
static tryWrite(destination: Span_1<Char>, provider: IFormatProvider, handler: MemoryExtensions_TryWriteInterpolatedStringHandler, charsWritten: int): boolean;
|
|
8849
|
+
static tryWrite(destination: Span_1<Char>, provider: IFormatProvider, format: CompositeFormat, charsWritten: int, ...args: unknown[]): boolean;
|
|
8850
|
+
static tryWrite(destination: Span_1<Char>, provider: IFormatProvider, format: CompositeFormat, charsWritten: int, args: ReadOnlySpan_1<unknown>): boolean;
|
|
8851
|
+
static tryWrite<TArg0, TArg1, TArg2>(destination: Span_1<Char>, provider: IFormatProvider, format: CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1, arg2: TArg2): boolean;
|
|
8852
|
+
static tryWrite<TArg0, TArg1>(destination: Span_1<Char>, provider: IFormatProvider, format: CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1): boolean;
|
|
8853
|
+
static tryWrite<TArg0>(destination: Span_1<Char>, provider: IFormatProvider, format: CompositeFormat, charsWritten: int, arg0: TArg0): boolean;
|
|
8854
|
+
static tryWrite(destination: Span_1<Char>, handler: MemoryExtensions_TryWriteInterpolatedStringHandler, charsWritten: int): boolean;
|
|
6706
8855
|
}
|
|
6707
8856
|
|
|
6708
8857
|
|
|
@@ -6712,20 +8861,20 @@ export abstract class Nullable$instance {
|
|
|
6712
8861
|
static compare<T extends unknown>(n1: Nullable_1<T>, n2: Nullable_1<T>): int;
|
|
6713
8862
|
static equals<T extends unknown>(n1: Nullable_1<T>, n2: Nullable_1<T>): boolean;
|
|
6714
8863
|
static getUnderlyingType(nullableType: Type): Type;
|
|
6715
|
-
static getValueRefOrDefaultRef<T extends unknown>(nullable:
|
|
8864
|
+
static getValueRefOrDefaultRef<T extends unknown>(nullable: Nullable_1<T>): T;
|
|
6716
8865
|
}
|
|
6717
8866
|
|
|
6718
8867
|
|
|
6719
8868
|
export type Nullable = Nullable$instance;
|
|
6720
8869
|
|
|
6721
8870
|
export abstract class StringNormalizationExtensions$instance {
|
|
6722
|
-
static getNormalizedLength(source: ReadOnlySpan_1<
|
|
6723
|
-
static isNormalized(source: ReadOnlySpan_1<
|
|
8871
|
+
static getNormalizedLength(source: ReadOnlySpan_1<Char>, normalizationForm?: NormalizationForm): int;
|
|
8872
|
+
static isNormalized(source: ReadOnlySpan_1<Char>, normalizationForm?: NormalizationForm): boolean;
|
|
6724
8873
|
static isNormalized(strInput: string, normalizationForm: NormalizationForm): boolean;
|
|
6725
8874
|
static isNormalized(strInput: string): boolean;
|
|
6726
8875
|
static normalize(strInput: string, normalizationForm: NormalizationForm): string;
|
|
6727
8876
|
static normalize(strInput: string): string;
|
|
6728
|
-
static tryNormalize(source: ReadOnlySpan_1<
|
|
8877
|
+
static tryNormalize(source: ReadOnlySpan_1<Char>, destination: Span_1<Char>, charsWritten: int, normalizationForm?: NormalizationForm): boolean;
|
|
6729
8878
|
}
|
|
6730
8879
|
|
|
6731
8880
|
|
|
@@ -6746,27 +8895,27 @@ export abstract class Tuple$instance {
|
|
|
6746
8895
|
export type Tuple = Tuple$instance;
|
|
6747
8896
|
|
|
6748
8897
|
export abstract class TupleExtensions$instance {
|
|
6749
|
-
static deconstruct<T1>(value: Tuple_1<T1>, item1:
|
|
6750
|
-
static deconstruct<T1, T2>(value: Tuple_2<T1, T2>, item1:
|
|
6751
|
-
static deconstruct<T1, T2, T3>(value: Tuple_3<T1, T2, T3>, item1:
|
|
6752
|
-
static deconstruct<T1, T2, T3, T4>(value: Tuple_4<T1, T2, T3, T4>, item1:
|
|
6753
|
-
static deconstruct<T1, T2, T3, T4, T5>(value: Tuple_5<T1, T2, T3, T4, T5>, item1:
|
|
6754
|
-
static deconstruct<T1, T2, T3, T4, T5, T6>(value: Tuple_6<T1, T2, T3, T4, T5, T6>, item1:
|
|
6755
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7>(value: Tuple_7<T1, T2, T3, T4, T5, T6, T7>, item1:
|
|
6756
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_7<T15, T16, T17, T18, T19, T20, T21>>>, item1:
|
|
6757
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_6<T15, T16, T17, T18, T19, T20>>>, item1:
|
|
6758
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_5<T15, T16, T17, T18, T19>>>, item1:
|
|
6759
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_4<T15, T16, T17, T18>>>, item1:
|
|
6760
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_3<T15, T16, T17>>>, item1:
|
|
6761
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_2<T15, T16>>>, item1:
|
|
6762
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_1<T15>>>, item1:
|
|
6763
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_7<T8, T9, T10, T11, T12, T13, T14>>, item1:
|
|
6764
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_6<T8, T9, T10, T11, T12, T13>>, item1:
|
|
6765
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_5<T8, T9, T10, T11, T12>>, item1:
|
|
6766
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_4<T8, T9, T10, T11>>, item1:
|
|
6767
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_3<T8, T9, T10>>, item1:
|
|
6768
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_2<T8, T9>>, item1:
|
|
6769
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_1<T8>>, item1:
|
|
8898
|
+
static deconstruct<T1>(value: Tuple_1<T1>, item1: T1): void;
|
|
8899
|
+
static deconstruct<T1, T2>(value: Tuple_2<T1, T2>, item1: T1, item2: T2): void;
|
|
8900
|
+
static deconstruct<T1, T2, T3>(value: Tuple_3<T1, T2, T3>, item1: T1, item2: T2, item3: T3): void;
|
|
8901
|
+
static deconstruct<T1, T2, T3, T4>(value: Tuple_4<T1, T2, T3, T4>, item1: T1, item2: T2, item3: T3, item4: T4): void;
|
|
8902
|
+
static deconstruct<T1, T2, T3, T4, T5>(value: Tuple_5<T1, T2, T3, T4, T5>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5): void;
|
|
8903
|
+
static deconstruct<T1, T2, T3, T4, T5, T6>(value: Tuple_6<T1, T2, T3, T4, T5, T6>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6): void;
|
|
8904
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7>(value: Tuple_7<T1, T2, T3, T4, T5, T6, T7>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7): void;
|
|
8905
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_7<T15, T16, T17, T18, T19, T20, T21>>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19, item20: T20, item21: T21): void;
|
|
8906
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_6<T15, T16, T17, T18, T19, T20>>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19, item20: T20): void;
|
|
8907
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_5<T15, T16, T17, T18, T19>>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19): void;
|
|
8908
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_4<T15, T16, T17, T18>>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18): void;
|
|
8909
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_3<T15, T16, T17>>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17): void;
|
|
8910
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_2<T15, T16>>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16): void;
|
|
8911
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_8<T8, T9, T10, T11, T12, T13, T14, Tuple_1<T15>>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15): void;
|
|
8912
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_7<T8, T9, T10, T11, T12, T13, T14>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14): void;
|
|
8913
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_6<T8, T9, T10, T11, T12, T13>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13): void;
|
|
8914
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_5<T8, T9, T10, T11, T12>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12): void;
|
|
8915
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_4<T8, T9, T10, T11>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11): void;
|
|
8916
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_3<T8, T9, T10>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10): void;
|
|
8917
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_2<T8, T9>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9): void;
|
|
8918
|
+
static deconstruct<T1, T2, T3, T4, T5, T6, T7, T8>(value: Tuple_8<T1, T2, T3, T4, T5, T6, T7, Tuple_1<T8>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8): void;
|
|
6770
8919
|
static toTuple<T1>(value: ValueTuple_1<T1>): Tuple_1<T1>;
|
|
6771
8920
|
static toTuple<T1, T2>(value: ValueTuple_2<T1, T2>): Tuple_2<T1, T2>;
|
|
6772
8921
|
static toTuple<T1, T2, T3>(value: ValueTuple_3<T1, T2, T3>): Tuple_3<T1, T2, T3>;
|