@tsonic/dotnet 0.7.3 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +46 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +65 -85
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +337 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +22 -47
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +77 -99
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +26 -51
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +5 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +83 -107
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Intrinsics.d.ts +29 -8
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +1 -26
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.AccessControl.d.ts +23 -6
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +608 -633
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +14 -39
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +142 -167
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +154 -179
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +10 -35
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import type { IBufferWriter_1, OperationStatus, ReadOnlySequence_1 } from "../../System.Buffers/internal/index.js";
|
|
@@ -22,31 +22,6 @@ import type { ISerializable, SerializationInfo, StreamingContext } from "../../S
|
|
|
22
22
|
import * as System_Internal from "../../System/internal/index.js";
|
|
23
23
|
import type { ArgumentException, Boolean as ClrBoolean, Byte, Char, Decimal, Double, Enum, Exception, ICloneable, IComparable, IComparable_1, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, IUtf8SpanFormattable, IUtf8SpanParsable_1, Object as ClrObject, Range, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from "../../System/internal/index.js";
|
|
24
24
|
|
|
25
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
26
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
27
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
28
|
-
export type CLROf<T> =
|
|
29
|
-
T extends sbyte ? System_Internal.SByte :
|
|
30
|
-
T extends short ? System_Internal.Int16 :
|
|
31
|
-
T extends int ? System_Internal.Int32 :
|
|
32
|
-
T extends long ? System_Internal.Int64 :
|
|
33
|
-
T extends int128 ? System_Internal.Int128 :
|
|
34
|
-
T extends nint ? System_Internal.IntPtr :
|
|
35
|
-
T extends byte ? System_Internal.Byte :
|
|
36
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
37
|
-
T extends uint ? System_Internal.UInt32 :
|
|
38
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
39
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
40
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
41
|
-
T extends half ? System_Internal.Half :
|
|
42
|
-
T extends float ? System_Internal.Single :
|
|
43
|
-
T extends double ? System_Internal.Double :
|
|
44
|
-
T extends decimal ? System_Internal.Decimal :
|
|
45
|
-
T extends char ? System_Internal.Char :
|
|
46
|
-
T extends boolean ? System_Internal.Boolean :
|
|
47
|
-
T extends string ? System_Internal.String :
|
|
48
|
-
T; // Identity fallback for non-primitive types
|
|
49
|
-
|
|
50
25
|
export enum NormalizationForm {
|
|
51
26
|
formC = 1,
|
|
52
27
|
formD = 2,
|
|
@@ -63,14 +38,14 @@ export interface Rune$instance {
|
|
|
63
38
|
readonly utf8SequenceLength: int;
|
|
64
39
|
readonly value: int;
|
|
65
40
|
compareTo(other: Rune): int;
|
|
66
|
-
encodeToUtf16(destination: Span_1<
|
|
67
|
-
encodeToUtf8(destination: Span_1<
|
|
41
|
+
encodeToUtf16(destination: Span_1<System_Internal.Char>): int;
|
|
42
|
+
encodeToUtf8(destination: Span_1<System_Internal.Byte>): int;
|
|
68
43
|
equals(obj: unknown): boolean;
|
|
69
44
|
equals(other: Rune): boolean;
|
|
70
45
|
getHashCode(): int;
|
|
71
46
|
toString(): string;
|
|
72
|
-
tryEncodeToUtf16(destination: Span_1<
|
|
73
|
-
tryEncodeToUtf8(destination: Span_1<
|
|
47
|
+
tryEncodeToUtf16(destination: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
48
|
+
tryEncodeToUtf8(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
74
49
|
}
|
|
75
50
|
|
|
76
51
|
|
|
@@ -80,10 +55,10 @@ export const Rune: {
|
|
|
80
55
|
new(value: int): Rune$instance;
|
|
81
56
|
new(value: uint): Rune$instance;
|
|
82
57
|
readonly replacementChar: Rune;
|
|
83
|
-
decodeFromUtf16(source: ReadOnlySpan_1<
|
|
84
|
-
decodeFromUtf8(source: ReadOnlySpan_1<
|
|
85
|
-
decodeLastFromUtf16(source: ReadOnlySpan_1<
|
|
86
|
-
decodeLastFromUtf8(source: ReadOnlySpan_1<
|
|
58
|
+
decodeFromUtf16(source: ReadOnlySpan_1<System_Internal.Char>, result: Rune, charsConsumed: int): OperationStatus;
|
|
59
|
+
decodeFromUtf8(source: ReadOnlySpan_1<System_Internal.Byte>, result: Rune, bytesConsumed: int): OperationStatus;
|
|
60
|
+
decodeLastFromUtf16(source: ReadOnlySpan_1<System_Internal.Char>, result: Rune, charsConsumed: int): OperationStatus;
|
|
61
|
+
decodeLastFromUtf8(source: ReadOnlySpan_1<System_Internal.Byte>, value: Rune, bytesConsumed: int): OperationStatus;
|
|
87
62
|
getNumericValue(value: Rune): double;
|
|
88
63
|
getRuneAt(input: string, index: int): Rune;
|
|
89
64
|
getUnicodeCategory(value: Rune): UnicodeCategory;
|
|
@@ -104,11 +79,11 @@ export const Rune: {
|
|
|
104
79
|
toLowerInvariant(value: Rune): Rune;
|
|
105
80
|
toUpper(value: Rune, culture: CultureInfo): Rune;
|
|
106
81
|
toUpperInvariant(value: Rune): Rune;
|
|
107
|
-
tryCreate(highSurrogate: char, lowSurrogate: char, result:
|
|
108
|
-
tryCreate(ch: char, result:
|
|
109
|
-
tryCreate(value: int, result:
|
|
110
|
-
tryCreate(value: uint, result:
|
|
111
|
-
tryGetRuneAt(input: string, index: int, value:
|
|
82
|
+
tryCreate(highSurrogate: char, lowSurrogate: char, result: Rune): boolean;
|
|
83
|
+
tryCreate(ch: char, result: Rune): boolean;
|
|
84
|
+
tryCreate(value: int, result: Rune): boolean;
|
|
85
|
+
tryCreate(value: uint, result: Rune): boolean;
|
|
86
|
+
tryGetRuneAt(input: string, index: int, value: Rune): boolean;
|
|
112
87
|
};
|
|
113
88
|
|
|
114
89
|
|
|
@@ -122,8 +97,9 @@ export interface __Rune$views {
|
|
|
122
97
|
As_IUtf8SpanParsable_1(): System_Internal.IUtf8SpanParsable_1$instance<Rune>;
|
|
123
98
|
|
|
124
99
|
// Structural method bridges for numeric interface constraints
|
|
125
|
-
|
|
126
|
-
|
|
100
|
+
equals(other: Rune): boolean;
|
|
101
|
+
compareTo(obj: unknown): int;
|
|
102
|
+
tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
127
103
|
}
|
|
128
104
|
|
|
129
105
|
export interface Rune$instance extends System_Internal.IComparable_1$instance<Rune>, System_Internal.IUtf8SpanFormattable$instance, System_Internal.IUtf8SpanParsable_1$instance<Rune> {}
|
|
@@ -132,7 +108,7 @@ export type Rune = Rune$instance & __Rune$views;
|
|
|
132
108
|
|
|
133
109
|
|
|
134
110
|
export interface SpanLineEnumerator$instance {
|
|
135
|
-
readonly current: ReadOnlySpan_1<
|
|
111
|
+
readonly current: ReadOnlySpan_1<System_Internal.Char>;
|
|
136
112
|
getEnumerator(): SpanLineEnumerator;
|
|
137
113
|
moveNext(): boolean;
|
|
138
114
|
reset(): void;
|
|
@@ -145,7 +121,7 @@ export const SpanLineEnumerator: {
|
|
|
145
121
|
|
|
146
122
|
|
|
147
123
|
export interface __SpanLineEnumerator$views {
|
|
148
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ReadOnlySpan_1<
|
|
124
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ReadOnlySpan_1<System_Internal.Char>>;
|
|
149
125
|
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
150
126
|
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
151
127
|
}
|
|
@@ -180,8 +156,8 @@ export interface StringBuilder_AppendInterpolatedStringHandler$instance {
|
|
|
180
156
|
appendFormatted<T>(value: T, format: string): void;
|
|
181
157
|
appendFormatted<T>(value: T, alignment: int): void;
|
|
182
158
|
appendFormatted<T>(value: T, alignment: int, format: string): void;
|
|
183
|
-
appendFormatted(value: ReadOnlySpan_1<
|
|
184
|
-
appendFormatted(value: ReadOnlySpan_1<
|
|
159
|
+
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>): void;
|
|
160
|
+
appendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string): void;
|
|
185
161
|
appendFormatted(value: string): void;
|
|
186
162
|
appendFormatted(value: string, alignment?: int, format?: string): void;
|
|
187
163
|
appendFormatted(value: unknown, alignment?: int, format?: string): void;
|
|
@@ -198,7 +174,7 @@ export const StringBuilder_AppendInterpolatedStringHandler: {
|
|
|
198
174
|
export type StringBuilder_AppendInterpolatedStringHandler = StringBuilder_AppendInterpolatedStringHandler$instance;
|
|
199
175
|
|
|
200
176
|
export interface StringBuilder_ChunkEnumerator$instance {
|
|
201
|
-
readonly current: ReadOnlyMemory_1<
|
|
177
|
+
readonly current: ReadOnlyMemory_1<System_Internal.Char>;
|
|
202
178
|
getEnumerator(): StringBuilder_ChunkEnumerator;
|
|
203
179
|
moveNext(): boolean;
|
|
204
180
|
}
|
|
@@ -241,42 +217,42 @@ export interface ASCIIEncoding$instance extends Encoding$instance {
|
|
|
241
217
|
getByteCount(chars: char[], index: int, count: int): int;
|
|
242
218
|
getByteCount(chars: string): int;
|
|
243
219
|
getByteCount(chars: ptr<char>, count: int): int;
|
|
244
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
220
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
245
221
|
getByteCount(chars: char[]): int;
|
|
246
222
|
getByteCount(s: string, index: int, count: int): int;
|
|
247
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
223
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
248
224
|
getBytes(chars: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
249
225
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
250
226
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
|
|
251
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
227
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
252
228
|
getBytes(chars: char[]): byte[];
|
|
253
229
|
getBytes(chars: char[], index: int, count: int): byte[];
|
|
254
230
|
getBytes(s: string): byte[];
|
|
255
231
|
getBytes(s: string, index: int, count: int): byte[];
|
|
256
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
232
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
257
233
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
258
234
|
getCharCount(bytes: ptr<byte>, count: int): int;
|
|
259
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
235
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
260
236
|
getCharCount(bytes: byte[]): int;
|
|
261
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
237
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
262
238
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
263
239
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
|
|
264
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
240
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
265
241
|
getChars(bytes: byte[]): char[];
|
|
266
242
|
getChars(bytes: byte[], index: int, count: int): char[];
|
|
267
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
243
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
268
244
|
getDecoder(): Decoder;
|
|
269
245
|
getEncoder(): Encoder;
|
|
270
246
|
getMaxByteCount(charCount: int): int;
|
|
271
247
|
getMaxCharCount(byteCount: int): int;
|
|
272
248
|
getString(bytes: byte[], byteIndex: int, byteCount: int): string;
|
|
273
249
|
getString(bytes: ptr<byte>, byteCount: int): string;
|
|
274
|
-
getString(bytes: ReadOnlySpan_1<
|
|
250
|
+
getString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
|
|
275
251
|
getString(bytes: byte[]): string;
|
|
276
|
-
tryGetBytes(chars: ReadOnlySpan_1<
|
|
277
|
-
tryGetBytes(chars: ReadOnlySpan_1<
|
|
278
|
-
tryGetChars(bytes: ReadOnlySpan_1<
|
|
279
|
-
tryGetChars(bytes: ReadOnlySpan_1<
|
|
252
|
+
tryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
253
|
+
tryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
254
|
+
tryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
255
|
+
tryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
280
256
|
}
|
|
281
257
|
|
|
282
258
|
|
|
@@ -327,17 +303,17 @@ export type CompositeFormat = CompositeFormat$instance;
|
|
|
327
303
|
export interface Decoder$instance {
|
|
328
304
|
fallback: DecoderFallback;
|
|
329
305
|
readonly fallbackBuffer: DecoderFallbackBuffer;
|
|
330
|
-
convert(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int, charCount: int, flush: boolean, bytesUsed:
|
|
331
|
-
convert(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int, flush: boolean, bytesUsed:
|
|
332
|
-
convert(bytes: ReadOnlySpan_1<
|
|
306
|
+
convert(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int, charCount: int, flush: boolean, bytesUsed: int, charsUsed: int, completed: boolean): void;
|
|
307
|
+
convert(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int, flush: boolean, bytesUsed: int, charsUsed: int, completed: boolean): void;
|
|
308
|
+
convert(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, flush: boolean, bytesUsed: int, charsUsed: int, completed: boolean): void;
|
|
333
309
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
334
310
|
getCharCount(bytes: byte[], index: int, count: int, flush: boolean): int;
|
|
335
311
|
getCharCount(bytes: ptr<byte>, count: int, flush: boolean): int;
|
|
336
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
312
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>, flush: boolean): int;
|
|
337
313
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
338
314
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int, flush: boolean): int;
|
|
339
315
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int, flush: boolean): int;
|
|
340
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
316
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, flush: boolean): int;
|
|
341
317
|
reset(): void;
|
|
342
318
|
}
|
|
343
319
|
|
|
@@ -465,15 +441,15 @@ export type DecoderReplacementFallbackBuffer = DecoderReplacementFallbackBuffer$
|
|
|
465
441
|
export interface Encoder$instance {
|
|
466
442
|
fallback: EncoderFallback;
|
|
467
443
|
readonly fallbackBuffer: EncoderFallbackBuffer;
|
|
468
|
-
convert(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int, byteCount: int, flush: boolean, charsUsed:
|
|
469
|
-
convert(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int, flush: boolean, charsUsed:
|
|
470
|
-
convert(chars: ReadOnlySpan_1<
|
|
444
|
+
convert(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int, byteCount: int, flush: boolean, charsUsed: int, bytesUsed: int, completed: boolean): void;
|
|
445
|
+
convert(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int, flush: boolean, charsUsed: int, bytesUsed: int, completed: boolean): void;
|
|
446
|
+
convert(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, flush: boolean, charsUsed: int, bytesUsed: int, completed: boolean): void;
|
|
471
447
|
getByteCount(chars: char[], index: int, count: int, flush: boolean): int;
|
|
472
448
|
getByteCount(chars: ptr<char>, count: int, flush: boolean): int;
|
|
473
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
449
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>, flush: boolean): int;
|
|
474
450
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int, flush: boolean): int;
|
|
475
451
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int, flush: boolean): int;
|
|
476
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
452
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, flush: boolean): int;
|
|
477
453
|
reset(): void;
|
|
478
454
|
}
|
|
479
455
|
|
|
@@ -616,7 +592,7 @@ export interface Encoding$instance {
|
|
|
616
592
|
readonly isMailNewsSave: boolean;
|
|
617
593
|
readonly isReadOnly: boolean;
|
|
618
594
|
readonly isSingleByte: boolean;
|
|
619
|
-
readonly preamble: ReadOnlySpan_1<
|
|
595
|
+
readonly preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
620
596
|
readonly webName: string;
|
|
621
597
|
readonly windowsCodePage: int;
|
|
622
598
|
clone(): unknown;
|
|
@@ -626,7 +602,7 @@ export interface Encoding$instance {
|
|
|
626
602
|
getByteCount(chars: char[], index: int, count: int): int;
|
|
627
603
|
getByteCount(s: string, index: int, count: int): int;
|
|
628
604
|
getByteCount(chars: ptr<char>, count: int): int;
|
|
629
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
605
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
630
606
|
getBytes(chars: char[]): byte[];
|
|
631
607
|
getBytes(chars: char[], index: int, count: int): byte[];
|
|
632
608
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
@@ -634,16 +610,16 @@ export interface Encoding$instance {
|
|
|
634
610
|
getBytes(s: string, index: int, count: int): byte[];
|
|
635
611
|
getBytes(s: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
636
612
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
|
|
637
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
613
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
638
614
|
getCharCount(bytes: byte[]): int;
|
|
639
615
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
640
616
|
getCharCount(bytes: ptr<byte>, count: int): int;
|
|
641
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
617
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
642
618
|
getChars(bytes: byte[]): char[];
|
|
643
619
|
getChars(bytes: byte[], index: int, count: int): char[];
|
|
644
620
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
645
621
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
|
|
646
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
622
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
647
623
|
getDecoder(): Decoder;
|
|
648
624
|
getEncoder(): Encoder;
|
|
649
625
|
getHashCode(): int;
|
|
@@ -651,13 +627,13 @@ export interface Encoding$instance {
|
|
|
651
627
|
getMaxCharCount(byteCount: int): int;
|
|
652
628
|
getPreamble(): byte[];
|
|
653
629
|
getString(bytes: ptr<byte>, byteCount: int): string;
|
|
654
|
-
getString(bytes: ReadOnlySpan_1<
|
|
630
|
+
getString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
|
|
655
631
|
getString(bytes: byte[]): string;
|
|
656
632
|
getString(bytes: byte[], index: int, count: int): string;
|
|
657
633
|
isAlwaysNormalized(): boolean;
|
|
658
634
|
isAlwaysNormalized(form: NormalizationForm): boolean;
|
|
659
|
-
tryGetBytes(chars: ReadOnlySpan_1<
|
|
660
|
-
tryGetChars(bytes: ReadOnlySpan_1<
|
|
635
|
+
tryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
636
|
+
tryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
661
637
|
}
|
|
662
638
|
|
|
663
639
|
|
|
@@ -750,46 +726,46 @@ export interface StringBuilder$instance {
|
|
|
750
726
|
append(value: ulong): StringBuilder;
|
|
751
727
|
append(value: unknown): StringBuilder;
|
|
752
728
|
append(value: char[]): StringBuilder;
|
|
753
|
-
append(value: ReadOnlySpan_1<
|
|
754
|
-
append(value: ReadOnlyMemory_1<
|
|
755
|
-
append(handler:
|
|
756
|
-
append(provider: IFormatProvider, handler:
|
|
729
|
+
append(value: ReadOnlySpan_1<System_Internal.Char>): StringBuilder;
|
|
730
|
+
append(value: ReadOnlyMemory_1<System_Internal.Char>): StringBuilder;
|
|
731
|
+
append(handler: StringBuilder_AppendInterpolatedStringHandler): StringBuilder;
|
|
732
|
+
append(provider: IFormatProvider, handler: StringBuilder_AppendInterpolatedStringHandler): StringBuilder;
|
|
757
733
|
append(value: ptr<char>, valueCount: int): StringBuilder;
|
|
758
734
|
appendFormat(format: string, arg0: unknown): StringBuilder;
|
|
759
735
|
appendFormat(format: string, arg0: unknown, arg1: unknown): StringBuilder;
|
|
760
736
|
appendFormat(format: string, arg0: unknown, arg1: unknown, arg2: unknown): StringBuilder;
|
|
761
|
-
appendFormat(format: string, args: unknown[]): StringBuilder;
|
|
737
|
+
appendFormat(format: string, ...args: unknown[]): StringBuilder;
|
|
762
738
|
appendFormat(format: string, args: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
763
739
|
appendFormat(provider: IFormatProvider, format: string, arg0: unknown): StringBuilder;
|
|
764
740
|
appendFormat(provider: IFormatProvider, format: string, arg0: unknown, arg1: unknown): StringBuilder;
|
|
765
741
|
appendFormat(provider: IFormatProvider, format: string, arg0: unknown, arg1: unknown, arg2: unknown): StringBuilder;
|
|
766
|
-
appendFormat(provider: IFormatProvider, format: string, args: unknown[]): StringBuilder;
|
|
742
|
+
appendFormat(provider: IFormatProvider, format: string, ...args: unknown[]): StringBuilder;
|
|
767
743
|
appendFormat(provider: IFormatProvider, format: string, args: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
768
744
|
appendFormat<TArg0>(provider: IFormatProvider, format: CompositeFormat, arg0: TArg0): StringBuilder;
|
|
769
745
|
appendFormat<TArg0, TArg1>(provider: IFormatProvider, format: CompositeFormat, arg0: TArg0, arg1: TArg1): StringBuilder;
|
|
770
746
|
appendFormat<TArg0, TArg1, TArg2>(provider: IFormatProvider, format: CompositeFormat, arg0: TArg0, arg1: TArg1, arg2: TArg2): StringBuilder;
|
|
771
|
-
appendFormat(provider: IFormatProvider, format: CompositeFormat, args: unknown[]): StringBuilder;
|
|
747
|
+
appendFormat(provider: IFormatProvider, format: CompositeFormat, ...args: unknown[]): StringBuilder;
|
|
772
748
|
appendFormat(provider: IFormatProvider, format: CompositeFormat, args: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
773
|
-
appendJoin(separator: string, values: unknown[]): StringBuilder;
|
|
749
|
+
appendJoin(separator: string, ...values: unknown[]): StringBuilder;
|
|
774
750
|
appendJoin(separator: string, values: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
775
751
|
appendJoin<T>(separator: string, values: IEnumerable_1<T>): StringBuilder;
|
|
776
|
-
appendJoin(separator: string, values: string[]): StringBuilder;
|
|
777
|
-
appendJoin(separator: string, values: ReadOnlySpan_1<
|
|
778
|
-
appendJoin(separator: char, values: unknown[]): StringBuilder;
|
|
752
|
+
appendJoin(separator: string, ...values: string[]): StringBuilder;
|
|
753
|
+
appendJoin(separator: string, values: ReadOnlySpan_1<System_Internal.String>): StringBuilder;
|
|
754
|
+
appendJoin(separator: char, ...values: unknown[]): StringBuilder;
|
|
779
755
|
appendJoin(separator: char, values: ReadOnlySpan_1<unknown>): StringBuilder;
|
|
780
756
|
appendJoin<T>(separator: char, values: IEnumerable_1<T>): StringBuilder;
|
|
781
|
-
appendJoin(separator: char, values: string[]): StringBuilder;
|
|
782
|
-
appendJoin(separator: char, values: ReadOnlySpan_1<
|
|
757
|
+
appendJoin(separator: char, ...values: string[]): StringBuilder;
|
|
758
|
+
appendJoin(separator: char, values: ReadOnlySpan_1<System_Internal.String>): StringBuilder;
|
|
783
759
|
appendLine(): StringBuilder;
|
|
784
760
|
appendLine(value: string): StringBuilder;
|
|
785
|
-
appendLine(handler:
|
|
786
|
-
appendLine(provider: IFormatProvider, handler:
|
|
761
|
+
appendLine(handler: StringBuilder_AppendInterpolatedStringHandler): StringBuilder;
|
|
762
|
+
appendLine(provider: IFormatProvider, handler: StringBuilder_AppendInterpolatedStringHandler): StringBuilder;
|
|
787
763
|
clear(): StringBuilder;
|
|
788
764
|
copyTo(sourceIndex: int, destination: char[], destinationIndex: int, count: int): void;
|
|
789
|
-
copyTo(sourceIndex: int, destination: Span_1<
|
|
765
|
+
copyTo(sourceIndex: int, destination: Span_1<System_Internal.Char>, count: int): void;
|
|
790
766
|
ensureCapacity(capacity: int): int;
|
|
791
767
|
equals(sb: StringBuilder): boolean;
|
|
792
|
-
equals(span: ReadOnlySpan_1<
|
|
768
|
+
equals(span: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
793
769
|
getChunks(): StringBuilder_ChunkEnumerator;
|
|
794
770
|
insert(index: int, value: string, count: int): StringBuilder;
|
|
795
771
|
insert(index: int, value: string): StringBuilder;
|
|
@@ -809,12 +785,12 @@ export interface StringBuilder$instance {
|
|
|
809
785
|
insert(index: int, value: uint): StringBuilder;
|
|
810
786
|
insert(index: int, value: ulong): StringBuilder;
|
|
811
787
|
insert(index: int, value: unknown): StringBuilder;
|
|
812
|
-
insert(index: int, value: ReadOnlySpan_1<
|
|
788
|
+
insert(index: int, value: ReadOnlySpan_1<System_Internal.Char>): StringBuilder;
|
|
813
789
|
remove(startIndex: int, length: int): StringBuilder;
|
|
814
790
|
replace(oldValue: string, newValue: string): StringBuilder;
|
|
815
|
-
replace(oldValue: ReadOnlySpan_1<
|
|
791
|
+
replace(oldValue: ReadOnlySpan_1<System_Internal.Char>, newValue: ReadOnlySpan_1<System_Internal.Char>): StringBuilder;
|
|
816
792
|
replace(oldValue: string, newValue: string, startIndex: int, count: int): StringBuilder;
|
|
817
|
-
replace(oldValue: ReadOnlySpan_1<
|
|
793
|
+
replace(oldValue: ReadOnlySpan_1<System_Internal.Char>, newValue: ReadOnlySpan_1<System_Internal.Char>, startIndex: int, count: int): StringBuilder;
|
|
818
794
|
replace(oldChar: char, newChar: char): StringBuilder;
|
|
819
795
|
replace(oldChar: char, newChar: char, startIndex: int, count: int): StringBuilder;
|
|
820
796
|
toString(): string;
|
|
@@ -842,7 +818,7 @@ export type StringBuilder = StringBuilder$instance & __StringBuilder$views;
|
|
|
842
818
|
|
|
843
819
|
|
|
844
820
|
export interface UnicodeEncoding$instance extends Encoding$instance {
|
|
845
|
-
readonly preamble: ReadOnlySpan_1<
|
|
821
|
+
readonly preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
846
822
|
clone(): unknown;
|
|
847
823
|
equals(value: unknown): boolean;
|
|
848
824
|
getByteCount(chars: char[], index: int, count: int): int;
|
|
@@ -850,7 +826,7 @@ export interface UnicodeEncoding$instance extends Encoding$instance {
|
|
|
850
826
|
getByteCount(chars: ptr<char>, count: int): int;
|
|
851
827
|
getByteCount(chars: char[]): int;
|
|
852
828
|
getByteCount(s: string, index: int, count: int): int;
|
|
853
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
829
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
854
830
|
getBytes(s: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
855
831
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
856
832
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
|
|
@@ -858,16 +834,16 @@ export interface UnicodeEncoding$instance extends Encoding$instance {
|
|
|
858
834
|
getBytes(chars: char[], index: int, count: int): byte[];
|
|
859
835
|
getBytes(s: string): byte[];
|
|
860
836
|
getBytes(s: string, index: int, count: int): byte[];
|
|
861
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
837
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
862
838
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
863
839
|
getCharCount(bytes: ptr<byte>, count: int): int;
|
|
864
840
|
getCharCount(bytes: byte[]): int;
|
|
865
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
841
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
866
842
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
867
843
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
|
|
868
844
|
getChars(bytes: byte[]): char[];
|
|
869
845
|
getChars(bytes: byte[], index: int, count: int): char[];
|
|
870
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
846
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
871
847
|
getDecoder(): Decoder;
|
|
872
848
|
getEncoder(): Encoder;
|
|
873
849
|
getHashCode(): int;
|
|
@@ -876,7 +852,7 @@ export interface UnicodeEncoding$instance extends Encoding$instance {
|
|
|
876
852
|
getPreamble(): byte[];
|
|
877
853
|
getString(bytes: byte[], index: int, count: int): string;
|
|
878
854
|
getString(bytes: ptr<byte>, byteCount: int): string;
|
|
879
|
-
getString(bytes: ReadOnlySpan_1<
|
|
855
|
+
getString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
|
|
880
856
|
getString(bytes: byte[]): string;
|
|
881
857
|
}
|
|
882
858
|
|
|
@@ -897,7 +873,7 @@ export type UnicodeEncoding = UnicodeEncoding$instance & __UnicodeEncoding$views
|
|
|
897
873
|
|
|
898
874
|
|
|
899
875
|
export interface UTF32Encoding$instance extends Encoding$instance {
|
|
900
|
-
readonly preamble: ReadOnlySpan_1<
|
|
876
|
+
readonly preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
901
877
|
clone(): unknown;
|
|
902
878
|
equals(value: unknown): boolean;
|
|
903
879
|
getByteCount(chars: char[], index: int, count: int): int;
|
|
@@ -905,7 +881,7 @@ export interface UTF32Encoding$instance extends Encoding$instance {
|
|
|
905
881
|
getByteCount(chars: ptr<char>, count: int): int;
|
|
906
882
|
getByteCount(chars: char[]): int;
|
|
907
883
|
getByteCount(s: string, index: int, count: int): int;
|
|
908
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
884
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
909
885
|
getBytes(s: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
910
886
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
911
887
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
|
|
@@ -913,16 +889,16 @@ export interface UTF32Encoding$instance extends Encoding$instance {
|
|
|
913
889
|
getBytes(chars: char[], index: int, count: int): byte[];
|
|
914
890
|
getBytes(s: string): byte[];
|
|
915
891
|
getBytes(s: string, index: int, count: int): byte[];
|
|
916
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
892
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
917
893
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
918
894
|
getCharCount(bytes: ptr<byte>, count: int): int;
|
|
919
895
|
getCharCount(bytes: byte[]): int;
|
|
920
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
896
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
921
897
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
922
898
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
|
|
923
899
|
getChars(bytes: byte[]): char[];
|
|
924
900
|
getChars(bytes: byte[], index: int, count: int): char[];
|
|
925
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
901
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
926
902
|
getDecoder(): Decoder;
|
|
927
903
|
getEncoder(): Encoder;
|
|
928
904
|
getHashCode(): int;
|
|
@@ -931,7 +907,7 @@ export interface UTF32Encoding$instance extends Encoding$instance {
|
|
|
931
907
|
getPreamble(): byte[];
|
|
932
908
|
getString(bytes: byte[], index: int, count: int): string;
|
|
933
909
|
getString(bytes: ptr<byte>, byteCount: int): string;
|
|
934
|
-
getString(bytes: ReadOnlySpan_1<
|
|
910
|
+
getString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
|
|
935
911
|
getString(bytes: byte[]): string;
|
|
936
912
|
}
|
|
937
913
|
|
|
@@ -958,7 +934,7 @@ export interface UTF7Encoding$instance extends Encoding$instance {
|
|
|
958
934
|
getByteCount(chars: ptr<char>, count: int): int;
|
|
959
935
|
getByteCount(chars: char[]): int;
|
|
960
936
|
getByteCount(s: string, index: int, count: int): int;
|
|
961
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
937
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
962
938
|
getBytes(s: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
963
939
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
964
940
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
|
|
@@ -966,16 +942,16 @@ export interface UTF7Encoding$instance extends Encoding$instance {
|
|
|
966
942
|
getBytes(chars: char[], index: int, count: int): byte[];
|
|
967
943
|
getBytes(s: string): byte[];
|
|
968
944
|
getBytes(s: string, index: int, count: int): byte[];
|
|
969
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
945
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
970
946
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
971
947
|
getCharCount(bytes: ptr<byte>, count: int): int;
|
|
972
948
|
getCharCount(bytes: byte[]): int;
|
|
973
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
949
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
974
950
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
975
951
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
|
|
976
952
|
getChars(bytes: byte[]): char[];
|
|
977
953
|
getChars(bytes: byte[], index: int, count: int): char[];
|
|
978
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
954
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
979
955
|
getDecoder(): Decoder;
|
|
980
956
|
getEncoder(): Encoder;
|
|
981
957
|
getHashCode(): int;
|
|
@@ -983,7 +959,7 @@ export interface UTF7Encoding$instance extends Encoding$instance {
|
|
|
983
959
|
getMaxCharCount(byteCount: int): int;
|
|
984
960
|
getString(bytes: byte[], index: int, count: int): string;
|
|
985
961
|
getString(bytes: ptr<byte>, byteCount: int): string;
|
|
986
|
-
getString(bytes: ReadOnlySpan_1<
|
|
962
|
+
getString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
|
|
987
963
|
getString(bytes: byte[]): string;
|
|
988
964
|
}
|
|
989
965
|
|
|
@@ -1002,36 +978,36 @@ export type UTF7Encoding = UTF7Encoding$instance & __UTF7Encoding$views;
|
|
|
1002
978
|
|
|
1003
979
|
|
|
1004
980
|
export interface UTF8Encoding$instance extends Encoding$instance {
|
|
1005
|
-
readonly preamble: ReadOnlySpan_1<
|
|
981
|
+
readonly preamble: ReadOnlySpan_1<System_Internal.Byte>;
|
|
1006
982
|
clone(): unknown;
|
|
1007
983
|
equals(value: unknown): boolean;
|
|
1008
984
|
getByteCount(chars: char[], index: int, count: int): int;
|
|
1009
985
|
getByteCount(chars: string): int;
|
|
1010
986
|
getByteCount(chars: ptr<char>, count: int): int;
|
|
1011
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
987
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
1012
988
|
getByteCount(chars: char[]): int;
|
|
1013
989
|
getByteCount(s: string, index: int, count: int): int;
|
|
1014
|
-
getByteCount(chars: ReadOnlySpan_1<
|
|
990
|
+
getByteCount(chars: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
1015
991
|
getBytes(s: string, charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
1016
992
|
getBytes(chars: char[], charIndex: int, charCount: int, bytes: byte[], byteIndex: int): int;
|
|
1017
993
|
getBytes(chars: ptr<char>, charCount: int, bytes: ptr<byte>, byteCount: int): int;
|
|
1018
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
994
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
1019
995
|
getBytes(chars: char[]): byte[];
|
|
1020
996
|
getBytes(chars: char[], index: int, count: int): byte[];
|
|
1021
997
|
getBytes(s: string): byte[];
|
|
1022
998
|
getBytes(s: string, index: int, count: int): byte[];
|
|
1023
|
-
getBytes(chars: ReadOnlySpan_1<
|
|
999
|
+
getBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
1024
1000
|
getCharCount(bytes: byte[], index: int, count: int): int;
|
|
1025
1001
|
getCharCount(bytes: ptr<byte>, count: int): int;
|
|
1026
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
1002
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
1027
1003
|
getCharCount(bytes: byte[]): int;
|
|
1028
|
-
getCharCount(bytes: ReadOnlySpan_1<
|
|
1004
|
+
getCharCount(bytes: ReadOnlySpan_1<System_Internal.Byte>): int;
|
|
1029
1005
|
getChars(bytes: byte[], byteIndex: int, byteCount: int, chars: char[], charIndex: int): int;
|
|
1030
1006
|
getChars(bytes: ptr<byte>, byteCount: int, chars: ptr<char>, charCount: int): int;
|
|
1031
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
1007
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
1032
1008
|
getChars(bytes: byte[]): char[];
|
|
1033
1009
|
getChars(bytes: byte[], index: int, count: int): char[];
|
|
1034
|
-
getChars(bytes: ReadOnlySpan_1<
|
|
1010
|
+
getChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
1035
1011
|
getDecoder(): Decoder;
|
|
1036
1012
|
getEncoder(): Encoder;
|
|
1037
1013
|
getHashCode(): int;
|
|
@@ -1040,12 +1016,12 @@ export interface UTF8Encoding$instance extends Encoding$instance {
|
|
|
1040
1016
|
getPreamble(): byte[];
|
|
1041
1017
|
getString(bytes: byte[], index: int, count: int): string;
|
|
1042
1018
|
getString(bytes: ptr<byte>, byteCount: int): string;
|
|
1043
|
-
getString(bytes: ReadOnlySpan_1<
|
|
1019
|
+
getString(bytes: ReadOnlySpan_1<System_Internal.Byte>): string;
|
|
1044
1020
|
getString(bytes: byte[]): string;
|
|
1045
|
-
tryGetBytes(chars: ReadOnlySpan_1<
|
|
1046
|
-
tryGetBytes(chars: ReadOnlySpan_1<
|
|
1047
|
-
tryGetChars(bytes: ReadOnlySpan_1<
|
|
1048
|
-
tryGetChars(bytes: ReadOnlySpan_1<
|
|
1021
|
+
tryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
1022
|
+
tryGetBytes(chars: ReadOnlySpan_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
1023
|
+
tryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
1024
|
+
tryGetChars(bytes: ReadOnlySpan_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>, charsWritten: int): boolean;
|
|
1049
1025
|
}
|
|
1050
1026
|
|
|
1051
1027
|
|
|
@@ -1064,56 +1040,56 @@ export type UTF8Encoding = UTF8Encoding$instance & __UTF8Encoding$views;
|
|
|
1064
1040
|
|
|
1065
1041
|
|
|
1066
1042
|
export abstract class Ascii$instance {
|
|
1067
|
-
static equals(left: ReadOnlySpan_1<
|
|
1068
|
-
static equals(left: ReadOnlySpan_1<
|
|
1069
|
-
static equals(left: ReadOnlySpan_1<
|
|
1070
|
-
static equals(left: ReadOnlySpan_1<
|
|
1071
|
-
static equalsIgnoreCase(left: ReadOnlySpan_1<
|
|
1072
|
-
static equalsIgnoreCase(left: ReadOnlySpan_1<
|
|
1073
|
-
static equalsIgnoreCase(left: ReadOnlySpan_1<
|
|
1074
|
-
static equalsIgnoreCase(left: ReadOnlySpan_1<
|
|
1075
|
-
static fromUtf16(source: ReadOnlySpan_1<
|
|
1043
|
+
static equals(left: ReadOnlySpan_1<System_Internal.Byte>, right: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
1044
|
+
static equals(left: ReadOnlySpan_1<System_Internal.Byte>, right: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
1045
|
+
static equals(left: ReadOnlySpan_1<System_Internal.Char>, right: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
1046
|
+
static equals(left: ReadOnlySpan_1<System_Internal.Char>, right: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
1047
|
+
static equalsIgnoreCase(left: ReadOnlySpan_1<System_Internal.Byte>, right: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
1048
|
+
static equalsIgnoreCase(left: ReadOnlySpan_1<System_Internal.Byte>, right: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
1049
|
+
static equalsIgnoreCase(left: ReadOnlySpan_1<System_Internal.Char>, right: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
1050
|
+
static equalsIgnoreCase(left: ReadOnlySpan_1<System_Internal.Char>, right: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
1051
|
+
static fromUtf16(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1076
1052
|
static isValid(value: byte): boolean;
|
|
1077
1053
|
static isValid(value: char): boolean;
|
|
1078
|
-
static isValid(value: ReadOnlySpan_1<
|
|
1079
|
-
static isValid(value: ReadOnlySpan_1<
|
|
1080
|
-
static toLower(source: ReadOnlySpan_1<
|
|
1081
|
-
static toLower(source: ReadOnlySpan_1<
|
|
1082
|
-
static toLower(source: ReadOnlySpan_1<
|
|
1083
|
-
static toLower(source: ReadOnlySpan_1<
|
|
1084
|
-
static toLowerInPlace(value: Span_1<
|
|
1085
|
-
static toLowerInPlace(value: Span_1<
|
|
1086
|
-
static toUpper(source: ReadOnlySpan_1<
|
|
1087
|
-
static toUpper(source: ReadOnlySpan_1<
|
|
1088
|
-
static toUpper(source: ReadOnlySpan_1<
|
|
1089
|
-
static toUpper(source: ReadOnlySpan_1<
|
|
1090
|
-
static toUpperInPlace(value: Span_1<
|
|
1091
|
-
static toUpperInPlace(value: Span_1<
|
|
1092
|
-
static toUtf16(source: ReadOnlySpan_1<
|
|
1093
|
-
static trim(value: ReadOnlySpan_1<
|
|
1094
|
-
static trim(value: ReadOnlySpan_1<
|
|
1095
|
-
static trimEnd(value: ReadOnlySpan_1<
|
|
1096
|
-
static trimEnd(value: ReadOnlySpan_1<
|
|
1097
|
-
static trimStart(value: ReadOnlySpan_1<
|
|
1098
|
-
static trimStart(value: ReadOnlySpan_1<
|
|
1054
|
+
static isValid(value: ReadOnlySpan_1<System_Internal.Byte>): boolean;
|
|
1055
|
+
static isValid(value: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
1056
|
+
static toLower(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1057
|
+
static toLower(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1058
|
+
static toLower(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1059
|
+
static toLower(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1060
|
+
static toLowerInPlace(value: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1061
|
+
static toLowerInPlace(value: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1062
|
+
static toUpper(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1063
|
+
static toUpper(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1064
|
+
static toUpper(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1065
|
+
static toUpper(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1066
|
+
static toUpperInPlace(value: Span_1<System_Internal.Byte>, bytesWritten: int): OperationStatus;
|
|
1067
|
+
static toUpperInPlace(value: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1068
|
+
static toUtf16(source: ReadOnlySpan_1<System_Internal.Byte>, destination: Span_1<System_Internal.Char>, charsWritten: int): OperationStatus;
|
|
1069
|
+
static trim(value: ReadOnlySpan_1<System_Internal.Byte>): Range;
|
|
1070
|
+
static trim(value: ReadOnlySpan_1<System_Internal.Char>): Range;
|
|
1071
|
+
static trimEnd(value: ReadOnlySpan_1<System_Internal.Byte>): Range;
|
|
1072
|
+
static trimEnd(value: ReadOnlySpan_1<System_Internal.Char>): Range;
|
|
1073
|
+
static trimStart(value: ReadOnlySpan_1<System_Internal.Byte>): Range;
|
|
1074
|
+
static trimStart(value: ReadOnlySpan_1<System_Internal.Char>): Range;
|
|
1099
1075
|
}
|
|
1100
1076
|
|
|
1101
1077
|
|
|
1102
1078
|
export type Ascii = Ascii$instance;
|
|
1103
1079
|
|
|
1104
1080
|
export abstract class EncodingExtensions$instance {
|
|
1105
|
-
static convert(decoder: Decoder, bytes:
|
|
1106
|
-
static convert(decoder: Decoder, bytes: ReadOnlySpan_1<
|
|
1107
|
-
static convert(encoder: Encoder, chars:
|
|
1108
|
-
static convert(encoder: Encoder, chars: ReadOnlySpan_1<
|
|
1109
|
-
static getBytes(encoding: Encoding, chars:
|
|
1110
|
-
static getBytes(encoding: Encoding, chars:
|
|
1111
|
-
static getBytes(encoding: Encoding, chars:
|
|
1112
|
-
static getBytes(encoding: Encoding, chars: ReadOnlySpan_1<
|
|
1113
|
-
static getChars(encoding: Encoding, bytes:
|
|
1114
|
-
static getChars(encoding: Encoding, bytes:
|
|
1115
|
-
static getChars(encoding: Encoding, bytes: ReadOnlySpan_1<
|
|
1116
|
-
static getString(encoding: Encoding, bytes:
|
|
1081
|
+
static convert(decoder: Decoder, bytes: ReadOnlySequence_1<System_Internal.Byte>, writer: IBufferWriter_1<System_Internal.Char>, flush: boolean, charsUsed: long, completed: boolean): void;
|
|
1082
|
+
static convert(decoder: Decoder, bytes: ReadOnlySpan_1<System_Internal.Byte>, writer: IBufferWriter_1<System_Internal.Char>, flush: boolean, charsUsed: long, completed: boolean): void;
|
|
1083
|
+
static convert(encoder: Encoder, chars: ReadOnlySequence_1<System_Internal.Char>, writer: IBufferWriter_1<System_Internal.Byte>, flush: boolean, bytesUsed: long, completed: boolean): void;
|
|
1084
|
+
static convert(encoder: Encoder, chars: ReadOnlySpan_1<System_Internal.Char>, writer: IBufferWriter_1<System_Internal.Byte>, flush: boolean, bytesUsed: long, completed: boolean): void;
|
|
1085
|
+
static getBytes(encoding: Encoding, chars: ReadOnlySequence_1<System_Internal.Char>, writer: IBufferWriter_1<System_Internal.Byte>): long;
|
|
1086
|
+
static getBytes(encoding: Encoding, chars: ReadOnlySequence_1<System_Internal.Char>, bytes: Span_1<System_Internal.Byte>): int;
|
|
1087
|
+
static getBytes(encoding: Encoding, chars: ReadOnlySequence_1<System_Internal.Char>): byte[];
|
|
1088
|
+
static getBytes(encoding: Encoding, chars: ReadOnlySpan_1<System_Internal.Char>, writer: IBufferWriter_1<System_Internal.Byte>): long;
|
|
1089
|
+
static getChars(encoding: Encoding, bytes: ReadOnlySequence_1<System_Internal.Byte>, writer: IBufferWriter_1<System_Internal.Char>): long;
|
|
1090
|
+
static getChars(encoding: Encoding, bytes: ReadOnlySequence_1<System_Internal.Byte>, chars: Span_1<System_Internal.Char>): int;
|
|
1091
|
+
static getChars(encoding: Encoding, bytes: ReadOnlySpan_1<System_Internal.Byte>, writer: IBufferWriter_1<System_Internal.Char>): long;
|
|
1092
|
+
static getString(encoding: Encoding, bytes: ReadOnlySequence_1<System_Internal.Byte>): string;
|
|
1117
1093
|
}
|
|
1118
1094
|
|
|
1119
1095
|
|