@tsonic/dotnet 0.7.4 → 0.7.7
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 +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- 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 +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- 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.CodeDom.Compiler/internal/index.d.ts +6 -31
- 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 +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- 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 +36 -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 +49 -74
- 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.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- 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 +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- 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 +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- 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.SymbolStore/internal/index.d.ts +0 -25
- 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 +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- 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 +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- 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 +332 -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 +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -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 +21 -46
- 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 +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- 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 +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- 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 +31 -56
- 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 +24 -49
- 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 +3 -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 +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- 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 +68 -93
- 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.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.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- 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.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 +0 -25
- 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.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 +593 -618
- 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 +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- 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 +7 -32
- 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 +141 -166
- 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 +20 -45
- 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 +149 -174
- 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.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- 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 +0 -25
- 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 +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -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;
|
|
896
1002
|
|
|
897
|
-
export type Byte = byte;
|
|
898
1003
|
|
|
899
|
-
export
|
|
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> {}
|
|
1110
|
+
|
|
1111
|
+
export type Char = string & Char$instance & __Char$views;
|
|
1112
|
+
|
|
900
1113
|
|
|
901
1114
|
export interface ConsoleKeyInfo$instance {
|
|
902
1115
|
readonly key: ConsoleKey;
|
|
@@ -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
|
|
|
@@ -1001,7 +1214,7 @@ export interface __DateOnly$views {
|
|
|
1001
1214
|
// Structural method bridges for numeric interface constraints
|
|
1002
1215
|
equals(other: DateOnly): boolean;
|
|
1003
1216
|
compareTo(obj: unknown): int;
|
|
1004
|
-
tryFormat(utf8Destination: Span_1<
|
|
1217
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1005
1218
|
}
|
|
1006
1219
|
|
|
1007
1220
|
export interface DateOnly$instance extends IComparable_1$instance<DateOnly>, ISpanParsable_1$instance<DateOnly> {}
|
|
@@ -1037,8 +1250,8 @@ export interface DateTime$instance {
|
|
|
1037
1250
|
addYears(value: int): DateTime;
|
|
1038
1251
|
compareTo(value: unknown): int;
|
|
1039
1252
|
compareTo(value: DateTime): int;
|
|
1040
|
-
deconstruct(date:
|
|
1041
|
-
deconstruct(year:
|
|
1253
|
+
deconstruct(date: DateOnly, time: TimeOnly): void;
|
|
1254
|
+
deconstruct(year: int, month: int, day: int): void;
|
|
1042
1255
|
equals(value: unknown): boolean;
|
|
1043
1256
|
equals(value: DateTime): boolean;
|
|
1044
1257
|
getDateTimeFormats(): string[];
|
|
@@ -1064,8 +1277,8 @@ export interface DateTime$instance {
|
|
|
1064
1277
|
toString(provider: IFormatProvider): string;
|
|
1065
1278
|
toString(format: string, provider: IFormatProvider): string;
|
|
1066
1279
|
toUniversalTime(): DateTime;
|
|
1067
|
-
tryFormat(destination: Span_1<
|
|
1068
|
-
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;
|
|
1069
1282
|
}
|
|
1070
1283
|
|
|
1071
1284
|
|
|
@@ -1101,27 +1314,27 @@ export const DateTime: {
|
|
|
1101
1314
|
fromFileTimeUtc(fileTime: long): DateTime;
|
|
1102
1315
|
fromOADate(d: double): DateTime;
|
|
1103
1316
|
isLeapYear(year: int): boolean;
|
|
1104
|
-
parse(s: ReadOnlySpan_1<
|
|
1105
|
-
parse(s: ReadOnlySpan_1<
|
|
1317
|
+
parse(s: ReadOnlySpan_1<Char>, provider?: IFormatProvider, styles?: DateTimeStyles): DateTime;
|
|
1318
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): DateTime;
|
|
1106
1319
|
parse(s: string, provider: IFormatProvider, styles: DateTimeStyles): DateTime;
|
|
1107
1320
|
parse(s: string, provider: IFormatProvider): DateTime;
|
|
1108
1321
|
parse(s: string): DateTime;
|
|
1109
|
-
parseExact(s: ReadOnlySpan_1<
|
|
1110
|
-
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;
|
|
1111
1324
|
parseExact(s: string, format: string, provider: IFormatProvider, style: DateTimeStyles): DateTime;
|
|
1112
1325
|
parseExact(s: string, format: string, provider: IFormatProvider): DateTime;
|
|
1113
1326
|
parseExact(s: string, formats: string[], provider: IFormatProvider, style: DateTimeStyles): DateTime;
|
|
1114
1327
|
specifyKind(value: DateTime, kind: DateTimeKind): DateTime;
|
|
1115
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1116
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1117
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1118
|
-
tryParse(s: string, result:
|
|
1119
|
-
tryParse(s: string, provider: IFormatProvider, result:
|
|
1120
|
-
tryParse(s: string, provider: IFormatProvider, styles: DateTimeStyles, result:
|
|
1121
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
1122
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
1123
|
-
tryParseExact(s: string, format: string, provider: IFormatProvider, style: DateTimeStyles, result:
|
|
1124
|
-
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;
|
|
1125
1338
|
};
|
|
1126
1339
|
|
|
1127
1340
|
|
|
@@ -1140,7 +1353,7 @@ export interface __DateTime$views {
|
|
|
1140
1353
|
// Structural method bridges for numeric interface constraints
|
|
1141
1354
|
equals(other: DateTime): boolean;
|
|
1142
1355
|
compareTo(obj: unknown): int;
|
|
1143
|
-
tryFormat(utf8Destination: Span_1<
|
|
1356
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1144
1357
|
}
|
|
1145
1358
|
|
|
1146
1359
|
export interface DateTime$instance extends IComparable_1$instance<DateTime>, ISpanParsable_1$instance<DateTime>, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
@@ -1180,7 +1393,7 @@ export interface DateTimeOffset$instance {
|
|
|
1180
1393
|
addTicks(ticks: long): DateTimeOffset;
|
|
1181
1394
|
addYears(years: int): DateTimeOffset;
|
|
1182
1395
|
compareTo(other: DateTimeOffset): int;
|
|
1183
|
-
deconstruct(date:
|
|
1396
|
+
deconstruct(date: DateOnly, time: TimeOnly, offset: TimeSpan): void;
|
|
1184
1397
|
equals(obj: unknown): boolean;
|
|
1185
1398
|
equals(other: DateTimeOffset): boolean;
|
|
1186
1399
|
equalsExact(other: DateTimeOffset): boolean;
|
|
@@ -1197,8 +1410,8 @@ export interface DateTimeOffset$instance {
|
|
|
1197
1410
|
toUniversalTime(): DateTimeOffset;
|
|
1198
1411
|
toUnixTimeMilliseconds(): long;
|
|
1199
1412
|
toUnixTimeSeconds(): long;
|
|
1200
|
-
tryFormat(destination: Span_1<
|
|
1201
|
-
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;
|
|
1202
1415
|
}
|
|
1203
1416
|
|
|
1204
1417
|
|
|
@@ -1222,26 +1435,26 @@ export const DateTimeOffset: {
|
|
|
1222
1435
|
fromFileTime(fileTime: long): DateTimeOffset;
|
|
1223
1436
|
fromUnixTimeMilliseconds(milliseconds: long): DateTimeOffset;
|
|
1224
1437
|
fromUnixTimeSeconds(seconds: long): DateTimeOffset;
|
|
1225
|
-
parse(input: ReadOnlySpan_1<
|
|
1226
|
-
parse(s: ReadOnlySpan_1<
|
|
1438
|
+
parse(input: ReadOnlySpan_1<Char>, formatProvider?: IFormatProvider, styles?: DateTimeStyles): DateTimeOffset;
|
|
1439
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): DateTimeOffset;
|
|
1227
1440
|
parse(input: string, formatProvider: IFormatProvider, styles: DateTimeStyles): DateTimeOffset;
|
|
1228
1441
|
parse(input: string, formatProvider: IFormatProvider): DateTimeOffset;
|
|
1229
1442
|
parse(input: string): DateTimeOffset;
|
|
1230
|
-
parseExact(input: ReadOnlySpan_1<
|
|
1231
|
-
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;
|
|
1232
1445
|
parseExact(input: string, format: string, formatProvider: IFormatProvider, styles: DateTimeStyles): DateTimeOffset;
|
|
1233
1446
|
parseExact(input: string, format: string, formatProvider: IFormatProvider): DateTimeOffset;
|
|
1234
1447
|
parseExact(input: string, formats: string[], formatProvider: IFormatProvider, styles: DateTimeStyles): DateTimeOffset;
|
|
1235
|
-
tryParse(input: ReadOnlySpan_1<
|
|
1236
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1237
|
-
tryParse(input: ReadOnlySpan_1<
|
|
1238
|
-
tryParse(input: string, result:
|
|
1239
|
-
tryParse(s: string, provider: IFormatProvider, result:
|
|
1240
|
-
tryParse(input: string, formatProvider: IFormatProvider, styles: DateTimeStyles, result:
|
|
1241
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
1242
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
1243
|
-
tryParseExact(input: string, format: string, formatProvider: IFormatProvider, styles: DateTimeStyles, result:
|
|
1244
|
-
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;
|
|
1245
1458
|
};
|
|
1246
1459
|
|
|
1247
1460
|
|
|
@@ -1260,7 +1473,7 @@ export interface __DateTimeOffset$views {
|
|
|
1260
1473
|
// Structural method bridges for numeric interface constraints
|
|
1261
1474
|
equals(other: DateTimeOffset): boolean;
|
|
1262
1475
|
compareTo(obj: unknown): int;
|
|
1263
|
-
tryFormat(utf8Destination: Span_1<
|
|
1476
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1264
1477
|
}
|
|
1265
1478
|
|
|
1266
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 {}
|
|
@@ -1268,7 +1481,144 @@ export interface DateTimeOffset$instance extends IComparable_1$instance<DateTime
|
|
|
1268
1481
|
export type DateTimeOffset = DateTimeOffset$instance & __DateTimeOffset$views;
|
|
1269
1482
|
|
|
1270
1483
|
|
|
1271
|
-
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
|
+
|
|
1272
1622
|
|
|
1273
1623
|
export interface Delegate_InvocationListEnumerator_1$instance<TDelegate extends Function> {
|
|
1274
1624
|
readonly current: TDelegate;
|
|
@@ -1284,7 +1634,184 @@ export const Delegate_InvocationListEnumerator_1: {
|
|
|
1284
1634
|
|
|
1285
1635
|
export type Delegate_InvocationListEnumerator_1<TDelegate extends Function> = Delegate_InvocationListEnumerator_1$instance<TDelegate>;
|
|
1286
1636
|
|
|
1287
|
-
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
|
+
|
|
1288
1815
|
|
|
1289
1816
|
export interface Environment_ProcessCpuUsage$instance {
|
|
1290
1817
|
readonly privilegedTime: TimeSpan;
|
|
@@ -1355,17 +1882,17 @@ export interface Guid$instance {
|
|
|
1355
1882
|
toString(): string;
|
|
1356
1883
|
toString(format: string): string;
|
|
1357
1884
|
toString(format: string, provider: IFormatProvider): string;
|
|
1358
|
-
tryFormat(destination: Span_1<
|
|
1359
|
-
tryFormat(utf8Destination: Span_1<
|
|
1360
|
-
tryWriteBytes(destination: Span_1<
|
|
1361
|
-
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;
|
|
1362
1889
|
}
|
|
1363
1890
|
|
|
1364
1891
|
|
|
1365
1892
|
export const Guid: {
|
|
1366
1893
|
new(b: byte[]): Guid$instance;
|
|
1367
|
-
new(b: ReadOnlySpan_1<
|
|
1368
|
-
new(b: ReadOnlySpan_1<
|
|
1894
|
+
new(b: ReadOnlySpan_1<Byte>): Guid$instance;
|
|
1895
|
+
new(b: ReadOnlySpan_1<Byte>, bigEndian: boolean): Guid$instance;
|
|
1369
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;
|
|
1370
1897
|
new(a: int, b: short, c: short, d: byte[]): Guid$instance;
|
|
1371
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;
|
|
@@ -1375,22 +1902,22 @@ export const Guid: {
|
|
|
1375
1902
|
createVersion7(): Guid;
|
|
1376
1903
|
createVersion7(timestamp: DateTimeOffset): Guid;
|
|
1377
1904
|
newGuid(): Guid;
|
|
1378
|
-
parse(utf8Text: ReadOnlySpan_1<
|
|
1379
|
-
parse(utf8Text: ReadOnlySpan_1<
|
|
1380
|
-
parse(s: ReadOnlySpan_1<
|
|
1381
|
-
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;
|
|
1382
1909
|
parse(s: string, provider: IFormatProvider): Guid;
|
|
1383
1910
|
parse(input: string): Guid;
|
|
1384
|
-
parseExact(input: ReadOnlySpan_1<
|
|
1911
|
+
parseExact(input: ReadOnlySpan_1<Char>, format: ReadOnlySpan_1<Char>): Guid;
|
|
1385
1912
|
parseExact(input: string, format: string): Guid;
|
|
1386
|
-
tryParse(utf8Text: ReadOnlySpan_1<
|
|
1387
|
-
tryParse(utf8Text: ReadOnlySpan_1<
|
|
1388
|
-
tryParse(input: ReadOnlySpan_1<
|
|
1389
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1390
|
-
tryParse(input: string, result:
|
|
1391
|
-
tryParse(s: string, provider: IFormatProvider, result:
|
|
1392
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
1393
|
-
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;
|
|
1394
1921
|
};
|
|
1395
1922
|
|
|
1396
1923
|
|
|
@@ -1408,7 +1935,7 @@ export interface __Guid$views {
|
|
|
1408
1935
|
// Structural method bridges for numeric interface constraints
|
|
1409
1936
|
equals(other: Guid): boolean;
|
|
1410
1937
|
compareTo(obj: unknown): int;
|
|
1411
|
-
tryFormat(utf8Destination: Span_1<
|
|
1938
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1412
1939
|
}
|
|
1413
1940
|
|
|
1414
1941
|
export interface Guid$instance extends IComparable_1$instance<Guid>, ISpanParsable_1$instance<Guid> {}
|
|
@@ -1416,12 +1943,191 @@ export interface Guid$instance extends IComparable_1$instance<Guid>, ISpanParsab
|
|
|
1416
1943
|
export type Guid = Guid$instance & __Guid$views;
|
|
1417
1944
|
|
|
1418
1945
|
|
|
1419
|
-
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
|
+
|
|
1420
2126
|
|
|
1421
2127
|
export interface HashCode$instance {
|
|
1422
2128
|
add<T>(value: T): void;
|
|
1423
2129
|
add<T>(value: T, comparer: IEqualityComparer_1<T>): void;
|
|
1424
|
-
addBytes(value: ReadOnlySpan_1<
|
|
2130
|
+
addBytes(value: ReadOnlySpan_1<Byte>): void;
|
|
1425
2131
|
equals(obj: unknown): boolean;
|
|
1426
2132
|
getHashCode(): int;
|
|
1427
2133
|
toHashCode(): int;
|
|
@@ -1473,15 +2179,507 @@ export interface __Index$views {
|
|
|
1473
2179
|
export type Index = Index$instance & __Index$views;
|
|
1474
2180
|
|
|
1475
2181
|
|
|
1476
|
-
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>;
|
|
2262
|
+
|
|
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
|
+
}
|
|
2275
|
+
|
|
2276
|
+
export interface Int128$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Int128> {}
|
|
2277
|
+
|
|
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
|
+
}
|
|
1477
2373
|
|
|
1478
|
-
export
|
|
2374
|
+
export interface Int16$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Int16> {}
|
|
1479
2375
|
|
|
1480
|
-
export type
|
|
2376
|
+
export type Int16 = number & Int16$instance & __Int16$views;
|
|
1481
2377
|
|
|
1482
|
-
export type Int64 = long;
|
|
1483
2378
|
|
|
1484
|
-
export
|
|
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;
|
|
2682
|
+
|
|
1485
2683
|
|
|
1486
2684
|
export interface Memory_1$instance<T> {
|
|
1487
2685
|
readonly isEmpty: boolean;
|
|
@@ -1545,8 +2743,8 @@ export interface MemoryExtensions_TryWriteInterpolatedStringHandler$instance {
|
|
|
1545
2743
|
appendFormatted<T>(value: T, format: string): boolean;
|
|
1546
2744
|
appendFormatted<T>(value: T, alignment: int): boolean;
|
|
1547
2745
|
appendFormatted<T>(value: T, alignment: int, format: string): boolean;
|
|
1548
|
-
appendFormatted(value: ReadOnlySpan_1<
|
|
1549
|
-
appendFormatted(value: ReadOnlySpan_1<
|
|
2746
|
+
appendFormatted(value: ReadOnlySpan_1<Char>): boolean;
|
|
2747
|
+
appendFormatted(value: ReadOnlySpan_1<Char>, alignment?: int, format?: string): boolean;
|
|
1550
2748
|
appendFormatted(value: string): boolean;
|
|
1551
2749
|
appendFormatted(value: string, alignment?: int, format?: string): boolean;
|
|
1552
2750
|
appendFormatted(value: unknown, alignment?: int, format?: string): boolean;
|
|
@@ -1555,8 +2753,8 @@ export interface MemoryExtensions_TryWriteInterpolatedStringHandler$instance {
|
|
|
1555
2753
|
|
|
1556
2754
|
|
|
1557
2755
|
export const MemoryExtensions_TryWriteInterpolatedStringHandler: {
|
|
1558
|
-
new(literalLength: int, formattedCount: int, destination: Span_1<
|
|
1559
|
-
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;
|
|
1560
2758
|
};
|
|
1561
2759
|
|
|
1562
2760
|
|
|
@@ -1619,7 +2817,7 @@ export interface Range$instance {
|
|
|
1619
2817
|
equals(value: unknown): boolean;
|
|
1620
2818
|
equals(other: Range): boolean;
|
|
1621
2819
|
getHashCode(): int;
|
|
1622
|
-
getOffsetAndLength(length: int): ValueTuple_2<
|
|
2820
|
+
getOffsetAndLength(length: int): ValueTuple_2<Int32, Int32>;
|
|
1623
2821
|
toString(): string;
|
|
1624
2822
|
}
|
|
1625
2823
|
|
|
@@ -1678,13 +2876,13 @@ export type ReadOnlyMemory_1<T> = ReadOnlyMemory_1$instance<T> & __ReadOnlyMemor
|
|
|
1678
2876
|
|
|
1679
2877
|
export interface ReadOnlySpan_1$instance<T> {
|
|
1680
2878
|
readonly isEmpty: boolean;
|
|
1681
|
-
readonly item:
|
|
2879
|
+
readonly item: T;
|
|
1682
2880
|
readonly length: int;
|
|
1683
2881
|
copyTo(destination: Span_1<T>): void;
|
|
1684
2882
|
equals(obj: unknown): boolean;
|
|
1685
2883
|
getEnumerator(): ReadOnlySpan_1_Enumerator<T>;
|
|
1686
2884
|
getHashCode(): int;
|
|
1687
|
-
getPinnableReference():
|
|
2885
|
+
getPinnableReference(): T;
|
|
1688
2886
|
slice(start: int): ReadOnlySpan_1<T>;
|
|
1689
2887
|
slice(start: int, length: int): ReadOnlySpan_1<T>;
|
|
1690
2888
|
toArray(): T[];
|
|
@@ -1697,7 +2895,7 @@ export const ReadOnlySpan_1: {
|
|
|
1697
2895
|
new<T>(array: T[]): ReadOnlySpan_1$instance<T>;
|
|
1698
2896
|
new<T>(array: T[], start: int, length: int): ReadOnlySpan_1$instance<T>;
|
|
1699
2897
|
new<T>(pointer: ptr<void>, length: int): ReadOnlySpan_1$instance<T>;
|
|
1700
|
-
new<T>(reference:
|
|
2898
|
+
new<T>(reference: T): ReadOnlySpan_1$instance<T>;
|
|
1701
2899
|
readonly empty: unknown;
|
|
1702
2900
|
castUp<T, TDerived extends T>(items: ReadOnlySpan_1<TDerived>): ReadOnlySpan_1<T>;
|
|
1703
2901
|
};
|
|
@@ -1706,7 +2904,7 @@ export const ReadOnlySpan_1: {
|
|
|
1706
2904
|
export type ReadOnlySpan_1<T> = ReadOnlySpan_1$instance<T>;
|
|
1707
2905
|
|
|
1708
2906
|
export interface ReadOnlySpan_1_Enumerator$instance<T> {
|
|
1709
|
-
readonly current:
|
|
2907
|
+
readonly current: T;
|
|
1710
2908
|
moveNext(): boolean;
|
|
1711
2909
|
reset(): void;
|
|
1712
2910
|
}
|
|
@@ -1826,7 +3024,103 @@ export interface RuntimeTypeHandle$instance extends System_Runtime_Serialization
|
|
|
1826
3024
|
export type RuntimeTypeHandle = RuntimeTypeHandle$instance & __RuntimeTypeHandle$views;
|
|
1827
3025
|
|
|
1828
3026
|
|
|
1829
|
-
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
|
+
|
|
1830
3124
|
|
|
1831
3125
|
export interface SequencePosition$instance {
|
|
1832
3126
|
equals(other: SequencePosition): boolean;
|
|
@@ -1852,11 +3146,188 @@ export interface __SequencePosition$views {
|
|
|
1852
3146
|
export type SequencePosition = SequencePosition$instance & __SequencePosition$views;
|
|
1853
3147
|
|
|
1854
3148
|
|
|
1855
|
-
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
|
+
|
|
1856
3327
|
|
|
1857
3328
|
export interface Span_1$instance<T> {
|
|
1858
3329
|
readonly isEmpty: boolean;
|
|
1859
|
-
readonly item:
|
|
3330
|
+
readonly item: T;
|
|
1860
3331
|
readonly length: int;
|
|
1861
3332
|
clear(): void;
|
|
1862
3333
|
copyTo(destination: Span_1<T>): void;
|
|
@@ -1864,7 +3335,7 @@ export interface Span_1$instance<T> {
|
|
|
1864
3335
|
fill(value: T): void;
|
|
1865
3336
|
getEnumerator(): Span_1_Enumerator<T>;
|
|
1866
3337
|
getHashCode(): int;
|
|
1867
|
-
getPinnableReference():
|
|
3338
|
+
getPinnableReference(): T;
|
|
1868
3339
|
slice(start: int): Span_1<T>;
|
|
1869
3340
|
slice(start: int, length: int): Span_1<T>;
|
|
1870
3341
|
toArray(): T[];
|
|
@@ -1877,7 +3348,7 @@ export const Span_1: {
|
|
|
1877
3348
|
new<T>(array: T[]): Span_1$instance<T>;
|
|
1878
3349
|
new<T>(array: T[], start: int, length: int): Span_1$instance<T>;
|
|
1879
3350
|
new<T>(pointer: ptr<void>, length: int): Span_1$instance<T>;
|
|
1880
|
-
new<T>(reference:
|
|
3351
|
+
new<T>(reference: T): Span_1$instance<T>;
|
|
1881
3352
|
readonly empty: unknown;
|
|
1882
3353
|
};
|
|
1883
3354
|
|
|
@@ -1885,7 +3356,7 @@ export const Span_1: {
|
|
|
1885
3356
|
export type Span_1<T> = Span_1$instance<T>;
|
|
1886
3357
|
|
|
1887
3358
|
export interface Span_1_Enumerator$instance<T> {
|
|
1888
|
-
readonly current:
|
|
3359
|
+
readonly current: T;
|
|
1889
3360
|
moveNext(): boolean;
|
|
1890
3361
|
reset(): void;
|
|
1891
3362
|
}
|
|
@@ -1914,17 +3385,17 @@ export interface TimeOnly$instance {
|
|
|
1914
3385
|
readonly second: int;
|
|
1915
3386
|
readonly ticks: long;
|
|
1916
3387
|
add(value: TimeSpan): TimeOnly;
|
|
1917
|
-
add(value: TimeSpan, wrappedDays:
|
|
3388
|
+
add(value: TimeSpan, wrappedDays: int): TimeOnly;
|
|
1918
3389
|
addHours(value: double): TimeOnly;
|
|
1919
|
-
addHours(value: double, wrappedDays:
|
|
3390
|
+
addHours(value: double, wrappedDays: int): TimeOnly;
|
|
1920
3391
|
addMinutes(value: double): TimeOnly;
|
|
1921
|
-
addMinutes(value: double, wrappedDays:
|
|
3392
|
+
addMinutes(value: double, wrappedDays: int): TimeOnly;
|
|
1922
3393
|
compareTo(value: TimeOnly): int;
|
|
1923
3394
|
compareTo(value: unknown): int;
|
|
1924
|
-
deconstruct(hour:
|
|
1925
|
-
deconstruct(hour:
|
|
1926
|
-
deconstruct(hour:
|
|
1927
|
-
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;
|
|
1928
3399
|
equals(value: TimeOnly): boolean;
|
|
1929
3400
|
equals(value: unknown): boolean;
|
|
1930
3401
|
getHashCode(): int;
|
|
@@ -1936,8 +3407,8 @@ export interface TimeOnly$instance {
|
|
|
1936
3407
|
toString(provider: IFormatProvider): string;
|
|
1937
3408
|
toString(format: string, provider: IFormatProvider): string;
|
|
1938
3409
|
toTimeSpan(): TimeSpan;
|
|
1939
|
-
tryFormat(destination: Span_1<
|
|
1940
|
-
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;
|
|
1941
3412
|
}
|
|
1942
3413
|
|
|
1943
3414
|
|
|
@@ -1951,32 +3422,32 @@ export const TimeOnly: {
|
|
|
1951
3422
|
readonly maxValue: TimeOnly;
|
|
1952
3423
|
fromDateTime(dateTime: DateTime): TimeOnly;
|
|
1953
3424
|
fromTimeSpan(timeSpan: TimeSpan): TimeOnly;
|
|
1954
|
-
parse(s: ReadOnlySpan_1<
|
|
1955
|
-
parse(s: ReadOnlySpan_1<
|
|
3425
|
+
parse(s: ReadOnlySpan_1<Char>, provider?: IFormatProvider, style?: DateTimeStyles): TimeOnly;
|
|
3426
|
+
parse(s: ReadOnlySpan_1<Char>, provider: IFormatProvider): TimeOnly;
|
|
1956
3427
|
parse(s: string, provider: IFormatProvider, style?: DateTimeStyles): TimeOnly;
|
|
1957
3428
|
parse(s: string, provider: IFormatProvider): TimeOnly;
|
|
1958
3429
|
parse(s: string): TimeOnly;
|
|
1959
|
-
parseExact(s: ReadOnlySpan_1<
|
|
1960
|
-
parseExact(s: ReadOnlySpan_1<
|
|
1961
|
-
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;
|
|
1962
3433
|
parseExact(s: string, format: string, provider: IFormatProvider, style?: DateTimeStyles): TimeOnly;
|
|
1963
3434
|
parseExact(s: string, format: string): TimeOnly;
|
|
1964
3435
|
parseExact(s: string, formats: string[], provider: IFormatProvider, style?: DateTimeStyles): TimeOnly;
|
|
1965
3436
|
parseExact(s: string, formats: string[]): TimeOnly;
|
|
1966
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1967
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1968
|
-
tryParse(s: ReadOnlySpan_1<
|
|
1969
|
-
tryParse(s: string, provider: IFormatProvider, style: DateTimeStyles, result:
|
|
1970
|
-
tryParse(s: string, provider: IFormatProvider, result:
|
|
1971
|
-
tryParse(s: string, result:
|
|
1972
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
1973
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
1974
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
1975
|
-
tryParseExact(s: ReadOnlySpan_1<
|
|
1976
|
-
tryParseExact(s: string, format: string, provider: IFormatProvider, style: DateTimeStyles, result:
|
|
1977
|
-
tryParseExact(s: string, format: string, result:
|
|
1978
|
-
tryParseExact(s: string, formats: string[], provider: IFormatProvider, style: DateTimeStyles, result:
|
|
1979
|
-
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;
|
|
1980
3451
|
};
|
|
1981
3452
|
|
|
1982
3453
|
|
|
@@ -1993,7 +3464,7 @@ export interface __TimeOnly$views {
|
|
|
1993
3464
|
// Structural method bridges for numeric interface constraints
|
|
1994
3465
|
equals(other: TimeOnly): boolean;
|
|
1995
3466
|
compareTo(obj: unknown): int;
|
|
1996
|
-
tryFormat(utf8Destination: Span_1<
|
|
3467
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1997
3468
|
}
|
|
1998
3469
|
|
|
1999
3470
|
export interface TimeOnly$instance extends IComparable$instance, ISpanParsable_1$instance<TimeOnly> {}
|
|
@@ -2032,8 +3503,8 @@ export interface TimeSpan$instance {
|
|
|
2032
3503
|
toString(): string;
|
|
2033
3504
|
toString(format: string): string;
|
|
2034
3505
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
2035
|
-
tryFormat(destination: Span_1<
|
|
2036
|
-
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;
|
|
2037
3508
|
}
|
|
2038
3509
|
|
|
2039
3510
|
|
|
@@ -2088,27 +3559,27 @@ export const TimeSpan: {
|
|
|
2088
3559
|
fromSeconds(seconds: long, milliseconds?: long, microseconds?: long): TimeSpan;
|
|
2089
3560
|
fromSeconds(seconds: long): TimeSpan;
|
|
2090
3561
|
fromTicks(value: long): TimeSpan;
|
|
2091
|
-
parse(input: ReadOnlySpan_1<
|
|
3562
|
+
parse(input: ReadOnlySpan_1<Char>, formatProvider?: IFormatProvider): TimeSpan;
|
|
2092
3563
|
parse(input: string, formatProvider: IFormatProvider): TimeSpan;
|
|
2093
3564
|
parse(s: string): TimeSpan;
|
|
2094
|
-
parseExact(input: ReadOnlySpan_1<
|
|
2095
|
-
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;
|
|
2096
3567
|
parseExact(input: string, format: string, formatProvider: IFormatProvider, styles: TimeSpanStyles): TimeSpan;
|
|
2097
3568
|
parseExact(input: string, format: string, formatProvider: IFormatProvider): TimeSpan;
|
|
2098
3569
|
parseExact(input: string, formats: string[], formatProvider: IFormatProvider, styles: TimeSpanStyles): TimeSpan;
|
|
2099
3570
|
parseExact(input: string, formats: string[], formatProvider: IFormatProvider): TimeSpan;
|
|
2100
|
-
tryParse(input: ReadOnlySpan_1<
|
|
2101
|
-
tryParse(s: ReadOnlySpan_1<
|
|
2102
|
-
tryParse(input: string, formatProvider: IFormatProvider, result:
|
|
2103
|
-
tryParse(s: string, result:
|
|
2104
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
2105
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
2106
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
2107
|
-
tryParseExact(input: ReadOnlySpan_1<
|
|
2108
|
-
tryParseExact(input: string, format: string, formatProvider: IFormatProvider, styles: TimeSpanStyles, result:
|
|
2109
|
-
tryParseExact(input: string, format: string, formatProvider: IFormatProvider, result:
|
|
2110
|
-
tryParseExact(input: string, formats: string[], formatProvider: IFormatProvider, styles: TimeSpanStyles, result:
|
|
2111
|
-
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;
|
|
2112
3583
|
};
|
|
2113
3584
|
|
|
2114
3585
|
|
|
@@ -2125,7 +3596,7 @@ export interface __TimeSpan$views {
|
|
|
2125
3596
|
// Structural method bridges for numeric interface constraints
|
|
2126
3597
|
equals(other: TimeSpan): boolean;
|
|
2127
3598
|
compareTo(obj: unknown): int;
|
|
2128
|
-
tryFormat(utf8Destination: Span_1<
|
|
3599
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2129
3600
|
}
|
|
2130
3601
|
|
|
2131
3602
|
export interface TimeSpan$instance extends IComparable$instance, ISpanParsable_1$instance<TimeSpan> {}
|
|
@@ -2185,15 +3656,476 @@ export const TypedReference: {
|
|
|
2185
3656
|
|
|
2186
3657
|
export type TypedReference = TypedReference$instance;
|
|
2187
3658
|
|
|
2188
|
-
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
|
+
}
|
|
3930
|
+
|
|
3931
|
+
export interface UInt32$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<UInt32> {}
|
|
3932
|
+
|
|
3933
|
+
export type UInt32 = number & UInt32$instance & __UInt32$views;
|
|
3934
|
+
|
|
3935
|
+
|
|
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
|
+
}
|
|
2189
4023
|
|
|
2190
|
-
export
|
|
4024
|
+
export interface UInt64$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<UInt64> {}
|
|
2191
4025
|
|
|
2192
|
-
export type
|
|
4026
|
+
export type UInt64 = number & UInt64$instance & __UInt64$views;
|
|
2193
4027
|
|
|
2194
|
-
export type UInt64 = ulong;
|
|
2195
4028
|
|
|
2196
|
-
export
|
|
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
|
+
|
|
2197
4129
|
|
|
2198
4130
|
export interface UriCreationOptions$instance {
|
|
2199
4131
|
dangerousDisablePathAndQueryCanonicalization: boolean;
|
|
@@ -2576,7 +4508,7 @@ export interface AggregateException$instance extends Exception$instance {
|
|
|
2576
4508
|
flatten(): AggregateException;
|
|
2577
4509
|
getBaseException(): Exception;
|
|
2578
4510
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
2579
|
-
handle(predicate: Func_2<Exception,
|
|
4511
|
+
handle(predicate: Func_2<Exception, Boolean>): void;
|
|
2580
4512
|
toString(): string;
|
|
2581
4513
|
}
|
|
2582
4514
|
|
|
@@ -2637,7 +4569,7 @@ export interface AppDomain$instance extends MarshalByRefObject {
|
|
|
2637
4569
|
executeAssemblyByName(assemblyName: string, ...args: string[]): int;
|
|
2638
4570
|
getAssemblies(): Assembly[];
|
|
2639
4571
|
getData(name: string): unknown;
|
|
2640
|
-
isCompatibilitySwitchSet(value: string): Nullable_1<
|
|
4572
|
+
isCompatibilitySwitchSet(value: string): Nullable_1<Boolean>;
|
|
2641
4573
|
isDefaultAppDomain(): boolean;
|
|
2642
4574
|
isFinalizingForUnload(): boolean;
|
|
2643
4575
|
load(rawAssembly: byte[]): Assembly;
|
|
@@ -2928,7 +4860,7 @@ export const Array: {
|
|
|
2928
4860
|
lastIndexOf<T>(array: T[], value: T, startIndex: int, count: int): int;
|
|
2929
4861
|
lastIndexOf<T>(array: T[], value: T, startIndex: int): int;
|
|
2930
4862
|
lastIndexOf<T>(array: T[], value: T): int;
|
|
2931
|
-
resize<T>(array:
|
|
4863
|
+
resize<T>(array: T[], newSize: int): void;
|
|
2932
4864
|
reverse(array: Array, index: int, length: int): void;
|
|
2933
4865
|
reverse(array: Array): void;
|
|
2934
4866
|
reverse<T>(array: T[], index: int, length: int): void;
|
|
@@ -3119,7 +5051,7 @@ export const CharEnumerator: {
|
|
|
3119
5051
|
|
|
3120
5052
|
|
|
3121
5053
|
export interface __CharEnumerator$views {
|
|
3122
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<
|
|
5054
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<Char>;
|
|
3123
5055
|
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3124
5056
|
As_ICloneable(): ICloneable$instance;
|
|
3125
5057
|
}
|
|
@@ -3214,9 +5146,9 @@ export const CultureAwareComparer: {
|
|
|
3214
5146
|
|
|
3215
5147
|
|
|
3216
5148
|
export interface __CultureAwareComparer$views {
|
|
3217
|
-
As_IAlternateEqualityComparer_2(): System_Collections_Generic_Internal.IAlternateEqualityComparer_2$instance<ReadOnlySpan_1<
|
|
3218
|
-
As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<
|
|
3219
|
-
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>;
|
|
3220
5152
|
As_IComparer(): System_Collections_Internal.IComparer$instance;
|
|
3221
5153
|
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
3222
5154
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
@@ -3416,12 +5348,12 @@ export const Enum: {
|
|
|
3416
5348
|
getValuesAsUnderlyingType(enumType: Type): Array;
|
|
3417
5349
|
isDefined(enumType: Type, value: unknown): boolean;
|
|
3418
5350
|
isDefined<TEnum extends number>(value: TEnum): boolean;
|
|
3419
|
-
parse<TEnum extends unknown>(value: ReadOnlySpan_1<
|
|
3420
|
-
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;
|
|
3421
5353
|
parse<TEnum extends unknown>(value: string, ignoreCase: boolean): TEnum;
|
|
3422
5354
|
parse<TEnum extends unknown>(value: string): TEnum;
|
|
3423
|
-
parse(enumType: Type, value: ReadOnlySpan_1<
|
|
3424
|
-
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;
|
|
3425
5357
|
parse(enumType: Type, value: string, ignoreCase: boolean): unknown;
|
|
3426
5358
|
parse(enumType: Type, value: string): unknown;
|
|
3427
5359
|
toObject(enumType: Type, value: byte): unknown;
|
|
@@ -3433,15 +5365,15 @@ export const Enum: {
|
|
|
3433
5365
|
toObject(enumType: Type, value: ushort): unknown;
|
|
3434
5366
|
toObject(enumType: Type, value: uint): unknown;
|
|
3435
5367
|
toObject(enumType: Type, value: ulong): unknown;
|
|
3436
|
-
tryFormat<TEnum extends unknown>(value: TEnum, destination: Span_1<
|
|
3437
|
-
tryParse<TEnum extends unknown>(value: ReadOnlySpan_1<
|
|
3438
|
-
tryParse<TEnum extends unknown>(value: ReadOnlySpan_1<
|
|
3439
|
-
tryParse<TEnum extends unknown>(value: string, ignoreCase: boolean, result:
|
|
3440
|
-
tryParse<TEnum extends unknown>(value: string, result:
|
|
3441
|
-
tryParse(enumType: Type, value: ReadOnlySpan_1<
|
|
3442
|
-
tryParse(enumType: Type, value: ReadOnlySpan_1<
|
|
3443
|
-
tryParse(enumType: Type, value: string, ignoreCase: boolean, result:
|
|
3444
|
-
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;
|
|
3445
5377
|
};
|
|
3446
5378
|
|
|
3447
5379
|
|
|
@@ -4290,9 +6222,9 @@ export const OrdinalComparer: {
|
|
|
4290
6222
|
|
|
4291
6223
|
|
|
4292
6224
|
export interface __OrdinalComparer$views {
|
|
4293
|
-
As_IAlternateEqualityComparer_2(): System_Collections_Generic_Internal.IAlternateEqualityComparer_2$instance<ReadOnlySpan_1<
|
|
4294
|
-
As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<
|
|
4295
|
-
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>;
|
|
4296
6228
|
As_IComparer(): System_Collections_Internal.IComparer$instance;
|
|
4297
6229
|
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
4298
6230
|
}
|
|
@@ -4389,16 +6321,16 @@ export type Progress_1<T> = Progress_1$instance<T> & __Progress_1$views<T>;
|
|
|
4389
6321
|
|
|
4390
6322
|
export interface Random$instance {
|
|
4391
6323
|
getHexString(stringLength: int, lowercase?: boolean): string;
|
|
4392
|
-
getHexString(destination: Span_1<
|
|
6324
|
+
getHexString(destination: Span_1<Char>, lowercase?: boolean): void;
|
|
4393
6325
|
getItems<T>(choices: ReadOnlySpan_1<T>, destination: Span_1<T>): void;
|
|
4394
6326
|
getItems<T>(choices: T[], length: int): T[];
|
|
4395
6327
|
getItems<T>(choices: ReadOnlySpan_1<T>, length: int): T[];
|
|
4396
|
-
getString(choices: ReadOnlySpan_1<
|
|
6328
|
+
getString(choices: ReadOnlySpan_1<Char>, length: int): string;
|
|
4397
6329
|
next(): int;
|
|
4398
6330
|
next(maxValue: int): int;
|
|
4399
6331
|
next(minValue: int, maxValue: int): int;
|
|
4400
6332
|
nextBytes(buffer: byte[]): void;
|
|
4401
|
-
nextBytes(buffer: Span_1<
|
|
6333
|
+
nextBytes(buffer: Span_1<Byte>): void;
|
|
4402
6334
|
nextDouble(): double;
|
|
4403
6335
|
nextInt64(): long;
|
|
4404
6336
|
nextInt64(maxValue: long): long;
|
|
@@ -4492,7 +6424,217 @@ export const STAThreadAttribute: {
|
|
|
4492
6424
|
|
|
4493
6425
|
export type STAThreadAttribute = STAThreadAttribute$instance;
|
|
4494
6426
|
|
|
4495
|
-
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
|
+
|
|
4496
6638
|
|
|
4497
6639
|
export interface StringComparer$instance {
|
|
4498
6640
|
compare(x: unknown, y: unknown): int;
|
|
@@ -4514,14 +6656,14 @@ export const StringComparer: {
|
|
|
4514
6656
|
create(culture: CultureInfo, ignoreCase: boolean): StringComparer;
|
|
4515
6657
|
create(culture: CultureInfo, options: CompareOptions): StringComparer;
|
|
4516
6658
|
fromComparison(comparisonType: StringComparison): StringComparer;
|
|
4517
|
-
isWellKnownCultureAwareComparer(comparer: IEqualityComparer_1<
|
|
4518
|
-
isWellKnownOrdinalComparer(comparer: IEqualityComparer_1<
|
|
6659
|
+
isWellKnownCultureAwareComparer(comparer: IEqualityComparer_1<String>, compareInfo: CompareInfo, compareOptions: CompareOptions): boolean;
|
|
6660
|
+
isWellKnownOrdinalComparer(comparer: IEqualityComparer_1<String>, ignoreCase: boolean): boolean;
|
|
4519
6661
|
};
|
|
4520
6662
|
|
|
4521
6663
|
|
|
4522
6664
|
export interface __StringComparer$views {
|
|
4523
|
-
As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<
|
|
4524
|
-
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>;
|
|
4525
6667
|
As_IComparer(): System_Collections_Internal.IComparer$instance;
|
|
4526
6668
|
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
4527
6669
|
}
|
|
@@ -4666,10 +6808,10 @@ export const TimeZoneInfo: {
|
|
|
4666
6808
|
fromSerializedString(source: string): TimeZoneInfo;
|
|
4667
6809
|
getSystemTimeZones(): ReadOnlyCollection_1<TimeZoneInfo>;
|
|
4668
6810
|
getSystemTimeZones(skipSorting: boolean): ReadOnlyCollection_1<TimeZoneInfo>;
|
|
4669
|
-
tryConvertIanaIdToWindowsId(ianaId: string, windowsId:
|
|
4670
|
-
tryConvertWindowsIdToIanaId(windowsId: string, region: string, ianaId:
|
|
4671
|
-
tryConvertWindowsIdToIanaId(windowsId: string, ianaId:
|
|
4672
|
-
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;
|
|
4673
6815
|
};
|
|
4674
6816
|
|
|
4675
6817
|
|
|
@@ -5166,9 +7308,9 @@ export const Type: {
|
|
|
5166
7308
|
readonly defaultBinder: Binder;
|
|
5167
7309
|
getType(typeName: string, throwOnError: boolean, ignoreCase: boolean): Type;
|
|
5168
7310
|
getType(typeName: string, throwOnError: boolean): Type;
|
|
5169
|
-
getType(typeName: string, assemblyResolver: Func_2<AssemblyName, Assembly>, typeResolver: Func_4<Assembly,
|
|
5170
|
-
getType(typeName: string, assemblyResolver: Func_2<AssemblyName, Assembly>, typeResolver: Func_4<Assembly,
|
|
5171
|
-
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;
|
|
5172
7314
|
getType(typeName: string): Type;
|
|
5173
7315
|
getTypeArray(args: unknown[]): Type[];
|
|
5174
7316
|
getTypeCode(type_: Type): TypeCode;
|
|
@@ -5359,7 +7501,7 @@ export interface Uri$instance {
|
|
|
5359
7501
|
makeRelative(toUri: Uri): string;
|
|
5360
7502
|
makeRelativeUri(uri: Uri): Uri;
|
|
5361
7503
|
toString(): string;
|
|
5362
|
-
tryFormat(destination: Span_1<
|
|
7504
|
+
tryFormat(destination: Span_1<Char>, charsWritten: int): boolean;
|
|
5363
7505
|
}
|
|
5364
7506
|
|
|
5365
7507
|
|
|
@@ -5368,7 +7510,7 @@ export const Uri: {
|
|
|
5368
7510
|
new(uriString: string, dontEscape: boolean): Uri$instance;
|
|
5369
7511
|
new(baseUri: Uri, relativeUri: string, dontEscape: boolean): Uri$instance;
|
|
5370
7512
|
new(uriString: string, uriKind: UriKind): Uri$instance;
|
|
5371
|
-
new(uriString: string, creationOptions:
|
|
7513
|
+
new(uriString: string, creationOptions: UriCreationOptions): Uri$instance;
|
|
5372
7514
|
new(baseUri: Uri, relativeUri: string): Uri$instance;
|
|
5373
7515
|
new(baseUri: Uri, relativeUri: Uri): Uri$instance;
|
|
5374
7516
|
readonly uriSchemeFile: string;
|
|
@@ -5391,22 +7533,22 @@ export const Uri: {
|
|
|
5391
7533
|
checkHostName(name: string): UriHostNameType;
|
|
5392
7534
|
checkSchemeName(schemeName: string): boolean;
|
|
5393
7535
|
compare(uri1: Uri, uri2: Uri, partsToCompare: UriComponents, compareFormat: UriFormat, comparisonType: StringComparison): int;
|
|
5394
|
-
escapeDataString(charsToEscape: ReadOnlySpan_1<
|
|
7536
|
+
escapeDataString(charsToEscape: ReadOnlySpan_1<Char>): string;
|
|
5395
7537
|
escapeDataString(stringToEscape: string): string;
|
|
5396
7538
|
escapeUriString(stringToEscape: string): string;
|
|
5397
7539
|
fromHex(digit: char): int;
|
|
5398
7540
|
hexEscape(character: char): string;
|
|
5399
|
-
hexUnescape(pattern: string, index:
|
|
7541
|
+
hexUnescape(pattern: string, index: int): char;
|
|
5400
7542
|
isHexDigit(character: char): boolean;
|
|
5401
7543
|
isHexEncoding(pattern: string, index: int): boolean;
|
|
5402
7544
|
isWellFormedUriString(uriString: string, uriKind: UriKind): boolean;
|
|
5403
|
-
tryCreate(uriString: string, creationOptions:
|
|
5404
|
-
tryCreate(uriString: string, uriKind: UriKind, result:
|
|
5405
|
-
tryCreate(baseUri: Uri, relativeUri: string, result:
|
|
5406
|
-
tryCreate(baseUri: Uri, relativeUri: Uri, result:
|
|
5407
|
-
tryEscapeDataString(charsToEscape: ReadOnlySpan_1<
|
|
5408
|
-
tryUnescapeDataString(charsToUnescape: ReadOnlySpan_1<
|
|
5409
|
-
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;
|
|
5410
7552
|
unescapeDataString(stringToUnescape: string): string;
|
|
5411
7553
|
};
|
|
5412
7554
|
|
|
@@ -5535,10 +7677,10 @@ export interface Version$instance {
|
|
|
5535
7677
|
getHashCode(): int;
|
|
5536
7678
|
toString(): string;
|
|
5537
7679
|
toString(fieldCount: int): string;
|
|
5538
|
-
tryFormat(destination: Span_1<
|
|
5539
|
-
tryFormat(destination: Span_1<
|
|
5540
|
-
tryFormat(utf8Destination: Span_1<
|
|
5541
|
-
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;
|
|
5542
7684
|
}
|
|
5543
7685
|
|
|
5544
7686
|
|
|
@@ -5548,12 +7690,12 @@ export const Version: {
|
|
|
5548
7690
|
new(major: int, minor: int): Version$instance;
|
|
5549
7691
|
new(version: string): Version$instance;
|
|
5550
7692
|
new(): Version$instance;
|
|
5551
|
-
parse(utf8Text: ReadOnlySpan_1<
|
|
5552
|
-
parse(input: ReadOnlySpan_1<
|
|
7693
|
+
parse(utf8Text: ReadOnlySpan_1<Byte>): Version;
|
|
7694
|
+
parse(input: ReadOnlySpan_1<Char>): Version;
|
|
5553
7695
|
parse(input: string): Version;
|
|
5554
|
-
tryParse(utf8Text: ReadOnlySpan_1<
|
|
5555
|
-
tryParse(input: ReadOnlySpan_1<
|
|
5556
|
-
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;
|
|
5557
7699
|
};
|
|
5558
7700
|
|
|
5559
7701
|
|
|
@@ -5570,7 +7712,7 @@ export interface __Version$views {
|
|
|
5570
7712
|
// Structural method bridges for numeric interface constraints
|
|
5571
7713
|
equals(other: Version): boolean;
|
|
5572
7714
|
compareTo(obj: unknown): int;
|
|
5573
|
-
tryFormat(utf8Destination: Span_1<
|
|
7715
|
+
tryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
5574
7716
|
}
|
|
5575
7717
|
|
|
5576
7718
|
export interface Version$instance extends ICloneable$instance, IComparable$instance, IUtf8SpanParsable_1$instance<Version> {}
|
|
@@ -5604,7 +7746,7 @@ export type WeakReference = WeakReference$instance & __WeakReference$views;
|
|
|
5604
7746
|
export interface WeakReference_1$instance<T> {
|
|
5605
7747
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5606
7748
|
setTarget(target: T): void;
|
|
5607
|
-
tryGetTarget(target:
|
|
7749
|
+
tryGetTarget(target: T): boolean;
|
|
5608
7750
|
}
|
|
5609
7751
|
|
|
5610
7752
|
|
|
@@ -5648,7 +7790,7 @@ export abstract class AppContext$instance {
|
|
|
5648
7790
|
static getData(name: string): unknown;
|
|
5649
7791
|
static setData(name: string, data: unknown): void;
|
|
5650
7792
|
static setSwitch(switchName: string, isEnabled: boolean): void;
|
|
5651
|
-
static tryGetSwitch(switchName: string, isEnabled:
|
|
7793
|
+
static tryGetSwitch(switchName: string, isEnabled: boolean): boolean;
|
|
5652
7794
|
}
|
|
5653
7795
|
|
|
5654
7796
|
|
|
@@ -5679,47 +7821,47 @@ export abstract class BitConverter$instance {
|
|
|
5679
7821
|
static singleToInt32Bits(value: float): int;
|
|
5680
7822
|
static singleToUInt32Bits(value: float): uint;
|
|
5681
7823
|
static toBoolean(value: byte[], startIndex: int): boolean;
|
|
5682
|
-
static toBoolean(value: ReadOnlySpan_1<
|
|
7824
|
+
static toBoolean(value: ReadOnlySpan_1<Byte>): boolean;
|
|
5683
7825
|
static toChar(value: byte[], startIndex: int): char;
|
|
5684
|
-
static toChar(value: ReadOnlySpan_1<
|
|
7826
|
+
static toChar(value: ReadOnlySpan_1<Byte>): char;
|
|
5685
7827
|
static toDouble(value: byte[], startIndex: int): double;
|
|
5686
|
-
static toDouble(value: ReadOnlySpan_1<
|
|
7828
|
+
static toDouble(value: ReadOnlySpan_1<Byte>): double;
|
|
5687
7829
|
static toHalf(value: byte[], startIndex: int): half;
|
|
5688
|
-
static toHalf(value: ReadOnlySpan_1<
|
|
7830
|
+
static toHalf(value: ReadOnlySpan_1<Byte>): half;
|
|
5689
7831
|
static toInt128(value: byte[], startIndex: int): int128;
|
|
5690
|
-
static toInt128(value: ReadOnlySpan_1<
|
|
7832
|
+
static toInt128(value: ReadOnlySpan_1<Byte>): int128;
|
|
5691
7833
|
static toInt16(value: byte[], startIndex: int): short;
|
|
5692
|
-
static toInt16(value: ReadOnlySpan_1<
|
|
7834
|
+
static toInt16(value: ReadOnlySpan_1<Byte>): short;
|
|
5693
7835
|
static toInt32(value: byte[], startIndex: int): int;
|
|
5694
|
-
static toInt32(value: ReadOnlySpan_1<
|
|
7836
|
+
static toInt32(value: ReadOnlySpan_1<Byte>): int;
|
|
5695
7837
|
static toInt64(value: byte[], startIndex: int): long;
|
|
5696
|
-
static toInt64(value: ReadOnlySpan_1<
|
|
7838
|
+
static toInt64(value: ReadOnlySpan_1<Byte>): long;
|
|
5697
7839
|
static toSingle(value: byte[], startIndex: int): float;
|
|
5698
|
-
static toSingle(value: ReadOnlySpan_1<
|
|
7840
|
+
static toSingle(value: ReadOnlySpan_1<Byte>): float;
|
|
5699
7841
|
static toString(value: byte[], startIndex: int, length: int): string;
|
|
5700
7842
|
static toString(value: byte[], startIndex: int): string;
|
|
5701
7843
|
static toString(value: byte[]): string;
|
|
5702
7844
|
static toUInt128(value: byte[], startIndex: int): uint128;
|
|
5703
|
-
static toUInt128(value: ReadOnlySpan_1<
|
|
7845
|
+
static toUInt128(value: ReadOnlySpan_1<Byte>): uint128;
|
|
5704
7846
|
static toUInt16(value: byte[], startIndex: int): ushort;
|
|
5705
|
-
static toUInt16(value: ReadOnlySpan_1<
|
|
7847
|
+
static toUInt16(value: ReadOnlySpan_1<Byte>): ushort;
|
|
5706
7848
|
static toUInt32(value: byte[], startIndex: int): uint;
|
|
5707
|
-
static toUInt32(value: ReadOnlySpan_1<
|
|
7849
|
+
static toUInt32(value: ReadOnlySpan_1<Byte>): uint;
|
|
5708
7850
|
static toUInt64(value: byte[], startIndex: int): ulong;
|
|
5709
|
-
static toUInt64(value: ReadOnlySpan_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<
|
|
5716
|
-
static tryWriteBytes(destination: Span_1<
|
|
5717
|
-
static tryWriteBytes(destination: Span_1<
|
|
5718
|
-
static tryWriteBytes(destination: Span_1<
|
|
5719
|
-
static tryWriteBytes(destination: Span_1<
|
|
5720
|
-
static tryWriteBytes(destination: Span_1<
|
|
5721
|
-
static tryWriteBytes(destination: Span_1<
|
|
5722
|
-
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;
|
|
5723
7865
|
static uInt16BitsToHalf(value: ushort): half;
|
|
5724
7866
|
static uInt32BitsToSingle(value: uint): float;
|
|
5725
7867
|
static uInt64BitsToDouble(value: ulong): double;
|
|
@@ -5771,7 +7913,7 @@ export abstract class Console$instance {
|
|
|
5771
7913
|
static beep(): void;
|
|
5772
7914
|
static beep(frequency: int, duration: int): void;
|
|
5773
7915
|
static clear(): void;
|
|
5774
|
-
static getCursorPosition(): ValueTuple_2<
|
|
7916
|
+
static getCursorPosition(): ValueTuple_2<Int32, Int32>;
|
|
5775
7917
|
static moveBufferArea(sourceLeft: int, sourceTop: int, sourceWidth: int, sourceHeight: int, targetLeft: int, targetTop: int, sourceChar: char, sourceForeColor: ConsoleColor, sourceBackColor: ConsoleColor): void;
|
|
5776
7918
|
static moveBufferArea(sourceLeft: int, sourceTop: int, sourceWidth: int, sourceHeight: int, targetLeft: int, targetTop: int): void;
|
|
5777
7919
|
static openStandardError(): Stream;
|
|
@@ -5801,7 +7943,7 @@ export abstract class Console$instance {
|
|
|
5801
7943
|
static write(value: int): void;
|
|
5802
7944
|
static write(value: long): void;
|
|
5803
7945
|
static write(value: unknown): void;
|
|
5804
|
-
static write(value: ReadOnlySpan_1<
|
|
7946
|
+
static write(value: ReadOnlySpan_1<Char>): void;
|
|
5805
7947
|
static write(value: float): void;
|
|
5806
7948
|
static write(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
5807
7949
|
static write(format: string, arg0: unknown, arg1: unknown): void;
|
|
@@ -5821,7 +7963,7 @@ export abstract class Console$instance {
|
|
|
5821
7963
|
static writeLine(value: int): void;
|
|
5822
7964
|
static writeLine(value: long): void;
|
|
5823
7965
|
static writeLine(value: unknown): void;
|
|
5824
|
-
static writeLine(value: ReadOnlySpan_1<
|
|
7966
|
+
static writeLine(value: ReadOnlySpan_1<Char>): void;
|
|
5825
7967
|
static writeLine(value: float): void;
|
|
5826
7968
|
static writeLine(format: string, arg0: unknown, arg1: unknown, arg2: unknown): void;
|
|
5827
7969
|
static writeLine(format: string, arg0: unknown, arg1: unknown): void;
|
|
@@ -5844,11 +7986,11 @@ export abstract class Convert$instance {
|
|
|
5844
7986
|
static changeType(value: unknown, typeCode: TypeCode): unknown;
|
|
5845
7987
|
static fromBase64CharArray(inArray: char[], offset: int, length: int): byte[];
|
|
5846
7988
|
static fromBase64String(s: string): byte[];
|
|
5847
|
-
static fromHexString(utf8Source: ReadOnlySpan_1<
|
|
5848
|
-
static fromHexString(utf8Source: ReadOnlySpan_1<
|
|
5849
|
-
static fromHexString(source: ReadOnlySpan_1<
|
|
5850
|
-
static fromHexString(chars: ReadOnlySpan_1<
|
|
5851
|
-
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;
|
|
5852
7994
|
static fromHexString(s: string): byte[];
|
|
5853
7995
|
static getTypeCode(value: unknown): TypeCode;
|
|
5854
7996
|
static isDBNull(value: unknown): boolean;
|
|
@@ -5858,7 +8000,7 @@ export abstract class Convert$instance {
|
|
|
5858
8000
|
static toBase64String(inArray: byte[], offset: int, length: int, options: Base64FormattingOptions): string;
|
|
5859
8001
|
static toBase64String(inArray: byte[], offset: int, length: int): string;
|
|
5860
8002
|
static toBase64String(inArray: byte[]): string;
|
|
5861
|
-
static toBase64String(bytes: ReadOnlySpan_1<
|
|
8003
|
+
static toBase64String(bytes: ReadOnlySpan_1<Byte>, options?: Base64FormattingOptions): string;
|
|
5862
8004
|
static toBoolean(value: boolean): boolean;
|
|
5863
8005
|
static toBoolean(value: byte): boolean;
|
|
5864
8006
|
static toBoolean(value: char): boolean;
|
|
@@ -5970,10 +8112,10 @@ export abstract class Convert$instance {
|
|
|
5970
8112
|
static toDouble(value: ulong): double;
|
|
5971
8113
|
static toHexString(inArray: byte[], offset: int, length: int): string;
|
|
5972
8114
|
static toHexString(inArray: byte[]): string;
|
|
5973
|
-
static toHexString(bytes: ReadOnlySpan_1<
|
|
8115
|
+
static toHexString(bytes: ReadOnlySpan_1<Byte>): string;
|
|
5974
8116
|
static toHexStringLower(inArray: byte[], offset: int, length: int): string;
|
|
5975
8117
|
static toHexStringLower(inArray: byte[]): string;
|
|
5976
|
-
static toHexStringLower(bytes: ReadOnlySpan_1<
|
|
8118
|
+
static toHexStringLower(bytes: ReadOnlySpan_1<Byte>): string;
|
|
5977
8119
|
static toInt16(value: boolean): short;
|
|
5978
8120
|
static toInt16(value: byte): short;
|
|
5979
8121
|
static toInt16(value: char): short;
|
|
@@ -6161,13 +8303,13 @@ export abstract class Convert$instance {
|
|
|
6161
8303
|
static toUInt64(value: ushort): ulong;
|
|
6162
8304
|
static toUInt64(value: uint): ulong;
|
|
6163
8305
|
static toUInt64(value: ulong): ulong;
|
|
6164
|
-
static tryFromBase64Chars(chars: ReadOnlySpan_1<
|
|
6165
|
-
static tryFromBase64String(s: string, bytes: Span_1<
|
|
6166
|
-
static tryToBase64Chars(bytes: ReadOnlySpan_1<
|
|
6167
|
-
static tryToHexString(source: ReadOnlySpan_1<
|
|
6168
|
-
static tryToHexString(source: ReadOnlySpan_1<
|
|
6169
|
-
static tryToHexStringLower(source: ReadOnlySpan_1<
|
|
6170
|
-
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;
|
|
6171
8313
|
}
|
|
6172
8314
|
|
|
6173
8315
|
|
|
@@ -6232,7 +8374,7 @@ export abstract class GC$instance {
|
|
|
6232
8374
|
static collectionCount(generation: int): int;
|
|
6233
8375
|
static endNoGCRegion(): void;
|
|
6234
8376
|
static getAllocatedBytesForCurrentThread(): long;
|
|
6235
|
-
static getConfigurationVariables(): IReadOnlyDictionary_2<
|
|
8377
|
+
static getConfigurationVariables(): IReadOnlyDictionary_2<String, unknown>;
|
|
6236
8378
|
static getGCMemoryInfo(): GCMemoryInfo;
|
|
6237
8379
|
static getGCMemoryInfo(kind: GCKind): GCMemoryInfo;
|
|
6238
8380
|
static getGeneration(obj: unknown): int;
|
|
@@ -6283,10 +8425,10 @@ export abstract class Math$instance {
|
|
|
6283
8425
|
static atan2(y: double, x: double): double;
|
|
6284
8426
|
static atanh(d: double): double;
|
|
6285
8427
|
static bigMul(a: int, b: int): long;
|
|
6286
|
-
static bigMul(a: long, b: long, low:
|
|
8428
|
+
static bigMul(a: long, b: long, low: long): long;
|
|
6287
8429
|
static bigMul(a: long, b: long): int128;
|
|
6288
8430
|
static bigMul(a: uint, b: uint): ulong;
|
|
6289
|
-
static bigMul(a: ulong, b: ulong, low:
|
|
8431
|
+
static bigMul(a: ulong, b: ulong, low: ulong): ulong;
|
|
6290
8432
|
static bigMul(a: ulong, b: ulong): uint128;
|
|
6291
8433
|
static bitDecrement(x: double): double;
|
|
6292
8434
|
static bitIncrement(x: double): double;
|
|
@@ -6309,18 +8451,18 @@ export abstract class Math$instance {
|
|
|
6309
8451
|
static copySign(x: double, y: double): double;
|
|
6310
8452
|
static cos(d: double): double;
|
|
6311
8453
|
static cosh(value: double): double;
|
|
6312
|
-
static divRem(left: byte, right: byte): ValueTuple_2<
|
|
6313
|
-
static divRem(left: short, right: short): ValueTuple_2<
|
|
6314
|
-
static divRem(a: int, b: int, result:
|
|
6315
|
-
static divRem(left: int, right: int): ValueTuple_2<
|
|
6316
|
-
static divRem(a: long, b: long, result:
|
|
6317
|
-
static divRem(left: long, right: long): ValueTuple_2<
|
|
6318
|
-
static divRem(left: nint, right: nint): ValueTuple_2<
|
|
6319
|
-
static divRem(left: sbyte, right: sbyte): ValueTuple_2<
|
|
6320
|
-
static divRem(left: ushort, right: ushort): ValueTuple_2<
|
|
6321
|
-
static divRem(left: uint, right: uint): ValueTuple_2<
|
|
6322
|
-
static divRem(left: ulong, right: ulong): ValueTuple_2<
|
|
6323
|
-
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>;
|
|
6324
8466
|
static exp(d: double): double;
|
|
6325
8467
|
static floor(d: decimal): decimal;
|
|
6326
8468
|
static floor(d: double): double;
|
|
@@ -6380,7 +8522,7 @@ export abstract class Math$instance {
|
|
|
6380
8522
|
static sign(value: sbyte): int;
|
|
6381
8523
|
static sign(value: float): int;
|
|
6382
8524
|
static sin(a: double): double;
|
|
6383
|
-
static sinCos(x: double): ValueTuple_2<
|
|
8525
|
+
static sinCos(x: double): ValueTuple_2<Double, Double>;
|
|
6384
8526
|
static sinh(value: double): double;
|
|
6385
8527
|
static sqrt(d: double): double;
|
|
6386
8528
|
static tan(a: double): double;
|
|
@@ -6434,7 +8576,7 @@ export abstract class MathF$instance {
|
|
|
6434
8576
|
static scaleB(x: float, n: int): float;
|
|
6435
8577
|
static sign(x: float): int;
|
|
6436
8578
|
static sin(x: float): float;
|
|
6437
|
-
static sinCos(x: float): ValueTuple_2<
|
|
8579
|
+
static sinCos(x: float): ValueTuple_2<Single, Single>;
|
|
6438
8580
|
static sinh(x: float): float;
|
|
6439
8581
|
static sqrt(x: float): float;
|
|
6440
8582
|
static tan(x: float): float;
|
|
@@ -6449,11 +8591,11 @@ export abstract class MemoryExtensions$instance {
|
|
|
6449
8591
|
static asMemory<T>(segment: ArraySegment_1<T>, start: int, length: int): Memory_1<T>;
|
|
6450
8592
|
static asMemory<T>(segment: ArraySegment_1<T>, start: int): Memory_1<T>;
|
|
6451
8593
|
static asMemory<T>(segment: ArraySegment_1<T>): Memory_1<T>;
|
|
6452
|
-
static asMemory(text: string, startIndex: Index): ReadOnlyMemory_1<
|
|
6453
|
-
static asMemory(text: string, start: int, length: int): ReadOnlyMemory_1<
|
|
6454
|
-
static asMemory(text: string, start: int): ReadOnlyMemory_1<
|
|
6455
|
-
static asMemory(text: string, range: Range): ReadOnlyMemory_1<
|
|
6456
|
-
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>;
|
|
6457
8599
|
static asMemory<T>(array: T[], startIndex: Index): Memory_1<T>;
|
|
6458
8600
|
static asMemory<T>(array: T[], start: int, length: int): Memory_1<T>;
|
|
6459
8601
|
static asMemory<T>(array: T[], start: int): Memory_1<T>;
|
|
@@ -6464,11 +8606,11 @@ export abstract class MemoryExtensions$instance {
|
|
|
6464
8606
|
static asSpan<T>(segment: ArraySegment_1<T>, start: int): Span_1<T>;
|
|
6465
8607
|
static asSpan<T>(segment: ArraySegment_1<T>, range: Range): Span_1<T>;
|
|
6466
8608
|
static asSpan<T>(segment: ArraySegment_1<T>): Span_1<T>;
|
|
6467
|
-
static asSpan(text: string, startIndex: Index): ReadOnlySpan_1<
|
|
6468
|
-
static asSpan(text: string, start: int, length: int): ReadOnlySpan_1<
|
|
6469
|
-
static asSpan(text: string, start: int): ReadOnlySpan_1<
|
|
6470
|
-
static asSpan(text: string, range: Range): ReadOnlySpan_1<
|
|
6471
|
-
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>;
|
|
6472
8614
|
static asSpan<T>(array: T[], startIndex: Index): Span_1<T>;
|
|
6473
8615
|
static asSpan<T>(array: T[], start: int, length: int): Span_1<T>;
|
|
6474
8616
|
static asSpan<T>(array: T[], start: int): Span_1<T>;
|
|
@@ -6484,11 +8626,11 @@ export abstract class MemoryExtensions$instance {
|
|
|
6484
8626
|
static commonPrefixLength<T>(span: ReadOnlySpan_1<T>, other: ReadOnlySpan_1<T>): int;
|
|
6485
8627
|
static commonPrefixLength<T>(span: Span_1<T>, other: ReadOnlySpan_1<T>, comparer: IEqualityComparer_1<T>): int;
|
|
6486
8628
|
static commonPrefixLength<T>(span: Span_1<T>, other: ReadOnlySpan_1<T>): int;
|
|
6487
|
-
static compareTo(span: ReadOnlySpan_1<
|
|
8629
|
+
static compareTo(span: ReadOnlySpan_1<Char>, other: ReadOnlySpan_1<Char>, comparisonType: StringComparison): int;
|
|
6488
8630
|
static contains<T>(span: ReadOnlySpan_1<T>, value: T, comparer?: IEqualityComparer_1<T>): boolean;
|
|
6489
8631
|
static contains<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: T): boolean;
|
|
6490
8632
|
static contains<T extends IEquatable_1<T>>(span: Span_1<T>, value: T): boolean;
|
|
6491
|
-
static contains(span: ReadOnlySpan_1<
|
|
8633
|
+
static contains(span: ReadOnlySpan_1<Char>, value: ReadOnlySpan_1<Char>, comparisonType: StringComparison): boolean;
|
|
6492
8634
|
static containsAny<T>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): boolean;
|
|
6493
8635
|
static containsAny<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>): boolean;
|
|
6494
8636
|
static containsAny<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: SearchValues_1<T>): boolean;
|
|
@@ -6500,8 +8642,8 @@ export abstract class MemoryExtensions$instance {
|
|
|
6500
8642
|
static containsAny<T extends IEquatable_1<T>>(span: Span_1<T>, values: SearchValues_1<T>): boolean;
|
|
6501
8643
|
static containsAny<T extends IEquatable_1<T>>(span: Span_1<T>, value0: T, value1: T, value2: T): boolean;
|
|
6502
8644
|
static containsAny<T extends IEquatable_1<T>>(span: Span_1<T>, value0: T, value1: T): boolean;
|
|
6503
|
-
static containsAny(span: ReadOnlySpan_1<
|
|
6504
|
-
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;
|
|
6505
8647
|
static containsAnyExcept<T>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): boolean;
|
|
6506
8648
|
static containsAnyExcept<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>): boolean;
|
|
6507
8649
|
static containsAnyExcept<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: SearchValues_1<T>): boolean;
|
|
@@ -6536,19 +8678,19 @@ export abstract class MemoryExtensions$instance {
|
|
|
6536
8678
|
static endsWith<T>(span: ReadOnlySpan_1<T>, value: T, comparer?: IEqualityComparer_1<T>): boolean;
|
|
6537
8679
|
static endsWith<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: T): boolean;
|
|
6538
8680
|
static endsWith<T extends IEquatable_1<T>>(span: Span_1<T>, value: ReadOnlySpan_1<T>): boolean;
|
|
6539
|
-
static endsWith(span: ReadOnlySpan_1<
|
|
6540
|
-
static enumerateLines(span: ReadOnlySpan_1<
|
|
6541
|
-
static enumerateLines(span: Span_1<
|
|
6542
|
-
static enumerateRunes(span: ReadOnlySpan_1<
|
|
6543
|
-
static enumerateRunes(span: Span_1<
|
|
6544
|
-
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;
|
|
6545
8687
|
static indexOf<T>(span: ReadOnlySpan_1<T>, value: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): int;
|
|
6546
8688
|
static indexOf<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: ReadOnlySpan_1<T>): int;
|
|
6547
8689
|
static indexOf<T>(span: ReadOnlySpan_1<T>, value: T, comparer?: IEqualityComparer_1<T>): int;
|
|
6548
8690
|
static indexOf<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: T): int;
|
|
6549
8691
|
static indexOf<T extends IEquatable_1<T>>(span: Span_1<T>, value: ReadOnlySpan_1<T>): int;
|
|
6550
8692
|
static indexOf<T extends IEquatable_1<T>>(span: Span_1<T>, value: T): int;
|
|
6551
|
-
static indexOf(span: ReadOnlySpan_1<
|
|
8693
|
+
static indexOf(span: ReadOnlySpan_1<Char>, value: ReadOnlySpan_1<Char>, comparisonType: StringComparison): int;
|
|
6552
8694
|
static indexOfAny<T>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): int;
|
|
6553
8695
|
static indexOfAny<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>): int;
|
|
6554
8696
|
static indexOfAny<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: SearchValues_1<T>): int;
|
|
@@ -6560,8 +8702,8 @@ export abstract class MemoryExtensions$instance {
|
|
|
6560
8702
|
static indexOfAny<T extends IEquatable_1<T>>(span: Span_1<T>, values: SearchValues_1<T>): int;
|
|
6561
8703
|
static indexOfAny<T extends IEquatable_1<T>>(span: Span_1<T>, value0: T, value1: T, value2: T): int;
|
|
6562
8704
|
static indexOfAny<T extends IEquatable_1<T>>(span: Span_1<T>, value0: T, value1: T): int;
|
|
6563
|
-
static indexOfAny(span: ReadOnlySpan_1<
|
|
6564
|
-
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;
|
|
6565
8707
|
static indexOfAnyExcept<T>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): int;
|
|
6566
8708
|
static indexOfAnyExcept<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>): int;
|
|
6567
8709
|
static indexOfAnyExcept<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: SearchValues_1<T>): int;
|
|
@@ -6580,14 +8722,14 @@ export abstract class MemoryExtensions$instance {
|
|
|
6580
8722
|
static indexOfAnyExceptInRange<T extends IComparable_1<T>>(span: Span_1<T>, lowInclusive: T, highInclusive: T): int;
|
|
6581
8723
|
static indexOfAnyInRange<T extends IComparable_1<T>>(span: ReadOnlySpan_1<T>, lowInclusive: T, highInclusive: T): int;
|
|
6582
8724
|
static indexOfAnyInRange<T extends IComparable_1<T>>(span: Span_1<T>, lowInclusive: T, highInclusive: T): int;
|
|
6583
|
-
static isWhiteSpace(span: ReadOnlySpan_1<
|
|
8725
|
+
static isWhiteSpace(span: ReadOnlySpan_1<Char>): boolean;
|
|
6584
8726
|
static lastIndexOf<T>(span: ReadOnlySpan_1<T>, value: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): int;
|
|
6585
8727
|
static lastIndexOf<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: ReadOnlySpan_1<T>): int;
|
|
6586
8728
|
static lastIndexOf<T>(span: ReadOnlySpan_1<T>, value: T, comparer?: IEqualityComparer_1<T>): int;
|
|
6587
8729
|
static lastIndexOf<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: T): int;
|
|
6588
8730
|
static lastIndexOf<T extends IEquatable_1<T>>(span: Span_1<T>, value: ReadOnlySpan_1<T>): int;
|
|
6589
8731
|
static lastIndexOf<T extends IEquatable_1<T>>(span: Span_1<T>, value: T): int;
|
|
6590
|
-
static lastIndexOf(span: ReadOnlySpan_1<
|
|
8732
|
+
static lastIndexOf(span: ReadOnlySpan_1<Char>, value: ReadOnlySpan_1<Char>, comparisonType: StringComparison): int;
|
|
6591
8733
|
static lastIndexOfAny<T>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): int;
|
|
6592
8734
|
static lastIndexOfAny<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: ReadOnlySpan_1<T>): int;
|
|
6593
8735
|
static lastIndexOfAny<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, values: SearchValues_1<T>): int;
|
|
@@ -6617,9 +8759,9 @@ export abstract class MemoryExtensions$instance {
|
|
|
6617
8759
|
static lastIndexOfAnyExceptInRange<T extends IComparable_1<T>>(span: Span_1<T>, lowInclusive: T, highInclusive: T): int;
|
|
6618
8760
|
static lastIndexOfAnyInRange<T extends IComparable_1<T>>(span: ReadOnlySpan_1<T>, lowInclusive: T, highInclusive: T): int;
|
|
6619
8761
|
static lastIndexOfAnyInRange<T extends IComparable_1<T>>(span: Span_1<T>, lowInclusive: T, highInclusive: T): int;
|
|
6620
|
-
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;
|
|
6621
8763
|
static overlaps<T>(span: ReadOnlySpan_1<T>, other: ReadOnlySpan_1<T>): boolean;
|
|
6622
|
-
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;
|
|
6623
8765
|
static overlaps<T>(span: Span_1<T>, other: ReadOnlySpan_1<T>): boolean;
|
|
6624
8766
|
static replace<T>(source: ReadOnlySpan_1<T>, destination: Span_1<T>, oldValue: T, newValue: T, comparer?: IEqualityComparer_1<T>): void;
|
|
6625
8767
|
static replace<T extends IEquatable_1<T>>(source: ReadOnlySpan_1<T>, destination: Span_1<T>, oldValue: T, newValue: T): void;
|
|
@@ -6645,22 +8787,22 @@ export abstract class MemoryExtensions$instance {
|
|
|
6645
8787
|
static sort<T>(span: Span_1<T>): void;
|
|
6646
8788
|
static split<T extends IEquatable_1<T>>(source: ReadOnlySpan_1<T>, separator: ReadOnlySpan_1<T>): MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
6647
8789
|
static split<T extends IEquatable_1<T>>(source: ReadOnlySpan_1<T>, separator: T): MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
6648
|
-
static split(source: ReadOnlySpan_1<
|
|
6649
|
-
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;
|
|
6650
8792
|
static splitAny<T extends IEquatable_1<T>>(source: ReadOnlySpan_1<T>, separators: ReadOnlySpan_1<T>): MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
6651
8793
|
static splitAny<T extends IEquatable_1<T>>(source: ReadOnlySpan_1<T>, separators: SearchValues_1<T>): MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
6652
|
-
static splitAny(source: ReadOnlySpan_1<
|
|
6653
|
-
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;
|
|
6654
8796
|
static startsWith<T>(span: ReadOnlySpan_1<T>, value: ReadOnlySpan_1<T>, comparer?: IEqualityComparer_1<T>): boolean;
|
|
6655
8797
|
static startsWith<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: ReadOnlySpan_1<T>): boolean;
|
|
6656
8798
|
static startsWith<T>(span: ReadOnlySpan_1<T>, value: T, comparer?: IEqualityComparer_1<T>): boolean;
|
|
6657
8799
|
static startsWith<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, value: T): boolean;
|
|
6658
8800
|
static startsWith<T extends IEquatable_1<T>>(span: Span_1<T>, value: ReadOnlySpan_1<T>): boolean;
|
|
6659
|
-
static startsWith(span: ReadOnlySpan_1<
|
|
6660
|
-
static toLower(source: ReadOnlySpan_1<
|
|
6661
|
-
static toLowerInvariant(source: ReadOnlySpan_1<
|
|
6662
|
-
static toUpper(source: ReadOnlySpan_1<
|
|
6663
|
-
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;
|
|
6664
8806
|
static trim<T extends IEquatable_1<T>>(memory: Memory_1<T>, trimElements: ReadOnlySpan_1<T>): Memory_1<T>;
|
|
6665
8807
|
static trim<T extends IEquatable_1<T>>(memory: Memory_1<T>, trimElement: T): Memory_1<T>;
|
|
6666
8808
|
static trim<T extends IEquatable_1<T>>(memory: ReadOnlyMemory_1<T>, trimElements: ReadOnlySpan_1<T>): ReadOnlyMemory_1<T>;
|
|
@@ -6669,12 +8811,12 @@ export abstract class MemoryExtensions$instance {
|
|
|
6669
8811
|
static trim<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, trimElement: T): ReadOnlySpan_1<T>;
|
|
6670
8812
|
static trim<T extends IEquatable_1<T>>(span: Span_1<T>, trimElements: ReadOnlySpan_1<T>): Span_1<T>;
|
|
6671
8813
|
static trim<T extends IEquatable_1<T>>(span: Span_1<T>, trimElement: T): Span_1<T>;
|
|
6672
|
-
static trim(memory: Memory_1<
|
|
6673
|
-
static trim(memory: ReadOnlyMemory_1<
|
|
6674
|
-
static trim(span: ReadOnlySpan_1<
|
|
6675
|
-
static trim(span: ReadOnlySpan_1<
|
|
6676
|
-
static trim(span: ReadOnlySpan_1<
|
|
6677
|
-
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>;
|
|
6678
8820
|
static trimEnd<T extends IEquatable_1<T>>(memory: Memory_1<T>, trimElements: ReadOnlySpan_1<T>): Memory_1<T>;
|
|
6679
8821
|
static trimEnd<T extends IEquatable_1<T>>(memory: Memory_1<T>, trimElement: T): Memory_1<T>;
|
|
6680
8822
|
static trimEnd<T extends IEquatable_1<T>>(memory: ReadOnlyMemory_1<T>, trimElements: ReadOnlySpan_1<T>): ReadOnlyMemory_1<T>;
|
|
@@ -6683,12 +8825,12 @@ export abstract class MemoryExtensions$instance {
|
|
|
6683
8825
|
static trimEnd<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, trimElement: T): ReadOnlySpan_1<T>;
|
|
6684
8826
|
static trimEnd<T extends IEquatable_1<T>>(span: Span_1<T>, trimElements: ReadOnlySpan_1<T>): Span_1<T>;
|
|
6685
8827
|
static trimEnd<T extends IEquatable_1<T>>(span: Span_1<T>, trimElement: T): Span_1<T>;
|
|
6686
|
-
static trimEnd(memory: Memory_1<
|
|
6687
|
-
static trimEnd(memory: ReadOnlyMemory_1<
|
|
6688
|
-
static trimEnd(span: ReadOnlySpan_1<
|
|
6689
|
-
static trimEnd(span: ReadOnlySpan_1<
|
|
6690
|
-
static trimEnd(span: ReadOnlySpan_1<
|
|
6691
|
-
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>;
|
|
6692
8834
|
static trimStart<T extends IEquatable_1<T>>(memory: Memory_1<T>, trimElements: ReadOnlySpan_1<T>): Memory_1<T>;
|
|
6693
8835
|
static trimStart<T extends IEquatable_1<T>>(memory: Memory_1<T>, trimElement: T): Memory_1<T>;
|
|
6694
8836
|
static trimStart<T extends IEquatable_1<T>>(memory: ReadOnlyMemory_1<T>, trimElements: ReadOnlySpan_1<T>): ReadOnlyMemory_1<T>;
|
|
@@ -6697,19 +8839,19 @@ export abstract class MemoryExtensions$instance {
|
|
|
6697
8839
|
static trimStart<T extends IEquatable_1<T>>(span: ReadOnlySpan_1<T>, trimElement: T): ReadOnlySpan_1<T>;
|
|
6698
8840
|
static trimStart<T extends IEquatable_1<T>>(span: Span_1<T>, trimElements: ReadOnlySpan_1<T>): Span_1<T>;
|
|
6699
8841
|
static trimStart<T extends IEquatable_1<T>>(span: Span_1<T>, trimElement: T): Span_1<T>;
|
|
6700
|
-
static trimStart(memory: Memory_1<
|
|
6701
|
-
static trimStart(memory: ReadOnlyMemory_1<
|
|
6702
|
-
static trimStart(span: ReadOnlySpan_1<
|
|
6703
|
-
static trimStart(span: ReadOnlySpan_1<
|
|
6704
|
-
static trimStart(span: ReadOnlySpan_1<
|
|
6705
|
-
static trimStart(span: Span_1<
|
|
6706
|
-
static tryWrite(destination: Span_1<
|
|
6707
|
-
static tryWrite(destination: Span_1<
|
|
6708
|
-
static tryWrite(destination: Span_1<
|
|
6709
|
-
static tryWrite<TArg0, TArg1, TArg2>(destination: Span_1<
|
|
6710
|
-
static tryWrite<TArg0, TArg1>(destination: Span_1<
|
|
6711
|
-
static tryWrite<TArg0>(destination: Span_1<
|
|
6712
|
-
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;
|
|
6713
8855
|
}
|
|
6714
8856
|
|
|
6715
8857
|
|
|
@@ -6719,20 +8861,20 @@ export abstract class Nullable$instance {
|
|
|
6719
8861
|
static compare<T extends unknown>(n1: Nullable_1<T>, n2: Nullable_1<T>): int;
|
|
6720
8862
|
static equals<T extends unknown>(n1: Nullable_1<T>, n2: Nullable_1<T>): boolean;
|
|
6721
8863
|
static getUnderlyingType(nullableType: Type): Type;
|
|
6722
|
-
static getValueRefOrDefaultRef<T extends unknown>(nullable:
|
|
8864
|
+
static getValueRefOrDefaultRef<T extends unknown>(nullable: Nullable_1<T>): T;
|
|
6723
8865
|
}
|
|
6724
8866
|
|
|
6725
8867
|
|
|
6726
8868
|
export type Nullable = Nullable$instance;
|
|
6727
8869
|
|
|
6728
8870
|
export abstract class StringNormalizationExtensions$instance {
|
|
6729
|
-
static getNormalizedLength(source: ReadOnlySpan_1<
|
|
6730
|
-
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;
|
|
6731
8873
|
static isNormalized(strInput: string, normalizationForm: NormalizationForm): boolean;
|
|
6732
8874
|
static isNormalized(strInput: string): boolean;
|
|
6733
8875
|
static normalize(strInput: string, normalizationForm: NormalizationForm): string;
|
|
6734
8876
|
static normalize(strInput: string): string;
|
|
6735
|
-
static tryNormalize(source: ReadOnlySpan_1<
|
|
8877
|
+
static tryNormalize(source: ReadOnlySpan_1<Char>, destination: Span_1<Char>, charsWritten: int, normalizationForm?: NormalizationForm): boolean;
|
|
6736
8878
|
}
|
|
6737
8879
|
|
|
6738
8880
|
|
|
@@ -6753,27 +8895,27 @@ export abstract class Tuple$instance {
|
|
|
6753
8895
|
export type Tuple = Tuple$instance;
|
|
6754
8896
|
|
|
6755
8897
|
export abstract class TupleExtensions$instance {
|
|
6756
|
-
static deconstruct<T1>(value: Tuple_1<T1>, item1:
|
|
6757
|
-
static deconstruct<T1, T2>(value: Tuple_2<T1, T2>, item1:
|
|
6758
|
-
static deconstruct<T1, T2, T3>(value: Tuple_3<T1, T2, T3>, item1:
|
|
6759
|
-
static deconstruct<T1, T2, T3, T4>(value: Tuple_4<T1, T2, T3, T4>, item1:
|
|
6760
|
-
static deconstruct<T1, T2, T3, T4, T5>(value: Tuple_5<T1, T2, T3, T4, T5>, item1:
|
|
6761
|
-
static deconstruct<T1, T2, T3, T4, T5, T6>(value: Tuple_6<T1, T2, T3, T4, T5, T6>, item1:
|
|
6762
|
-
static deconstruct<T1, T2, T3, T4, T5, T6, T7>(value: Tuple_7<T1, T2, T3, T4, T5, T6, T7>, item1:
|
|
6763
|
-
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:
|
|
6764
|
-
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:
|
|
6765
|
-
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:
|
|
6766
|
-
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:
|
|
6767
|
-
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:
|
|
6768
|
-
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:
|
|
6769
|
-
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:
|
|
6770
|
-
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:
|
|
6771
|
-
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:
|
|
6772
|
-
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:
|
|
6773
|
-
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:
|
|
6774
|
-
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:
|
|
6775
|
-
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:
|
|
6776
|
-
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;
|
|
6777
8919
|
static toTuple<T1>(value: ValueTuple_1<T1>): Tuple_1<T1>;
|
|
6778
8920
|
static toTuple<T1, T2>(value: ValueTuple_2<T1, T2>): Tuple_2<T1, T2>;
|
|
6779
8921
|
static toTuple<T1, T2, T3>(value: ValueTuple_3<T1, T2, T3>): Tuple_3<T1, T2, T3>;
|