@tsonic/dotnet 10.0.40 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -5
- package/Internal/internal/index.d.ts +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +11 -10
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
{
|
|
44
44
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::value__System.Byte",
|
|
45
45
|
"clrName": "value__",
|
|
46
|
-
"metadataToken":
|
|
46
|
+
"metadataToken": 67113382,
|
|
47
47
|
"normalizedSignature": "value__|System.Byte|static=false|const=false",
|
|
48
48
|
"isStatic": false,
|
|
49
49
|
"isReadOnly": false,
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
{
|
|
56
56
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::LargestPowerOf2System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
57
57
|
"clrName": "LargestPowerOf2",
|
|
58
|
-
"metadataToken":
|
|
58
|
+
"metadataToken": 67113383,
|
|
59
59
|
"normalizedSignature": "LargestPowerOf2|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
60
60
|
"isStatic": true,
|
|
61
61
|
"isReadOnly": false,
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
{
|
|
68
68
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::VectorCount1System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
69
69
|
"clrName": "VectorCount1",
|
|
70
|
-
"metadataToken":
|
|
70
|
+
"metadataToken": 67113384,
|
|
71
71
|
"normalizedSignature": "VectorCount1|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
72
72
|
"isStatic": true,
|
|
73
73
|
"isReadOnly": false,
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
{
|
|
80
80
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::VectorCount2System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
81
81
|
"clrName": "VectorCount2",
|
|
82
|
-
"metadataToken":
|
|
82
|
+
"metadataToken": 67113385,
|
|
83
83
|
"normalizedSignature": "VectorCount2|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
84
84
|
"isStatic": true,
|
|
85
85
|
"isReadOnly": false,
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
{
|
|
92
92
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::VectorCount3System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
93
93
|
"clrName": "VectorCount3",
|
|
94
|
-
"metadataToken":
|
|
94
|
+
"metadataToken": 67113386,
|
|
95
95
|
"normalizedSignature": "VectorCount3|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
96
96
|
"isStatic": true,
|
|
97
97
|
"isReadOnly": false,
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
{
|
|
104
104
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::VectorCount4System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
105
105
|
"clrName": "VectorCount4",
|
|
106
|
-
"metadataToken":
|
|
106
|
+
"metadataToken": 67113387,
|
|
107
107
|
"normalizedSignature": "VectorCount4|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
108
108
|
"isStatic": true,
|
|
109
109
|
"isReadOnly": false,
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
{
|
|
116
116
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::VectorCount5System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
117
117
|
"clrName": "VectorCount5",
|
|
118
|
-
"metadataToken":
|
|
118
|
+
"metadataToken": 67113388,
|
|
119
119
|
"normalizedSignature": "VectorCount5|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
120
120
|
"isStatic": true,
|
|
121
121
|
"isReadOnly": false,
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
{
|
|
128
128
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::VectorCount6System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
129
129
|
"clrName": "VectorCount6",
|
|
130
|
-
"metadataToken":
|
|
130
|
+
"metadataToken": 67113389,
|
|
131
131
|
"normalizedSignature": "VectorCount6|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
132
132
|
"isStatic": true,
|
|
133
133
|
"isReadOnly": false,
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
{
|
|
140
140
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::VectorCount7System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
141
141
|
"clrName": "VectorCount7",
|
|
142
|
-
"metadataToken":
|
|
142
|
+
"metadataToken": 67113390,
|
|
143
143
|
"normalizedSignature": "VectorCount7|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
144
144
|
"isStatic": true,
|
|
145
145
|
"isReadOnly": false,
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
{
|
|
152
152
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::VectorCount8System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
153
153
|
"clrName": "VectorCount8",
|
|
154
|
-
"metadataToken":
|
|
154
|
+
"metadataToken": 67113391,
|
|
155
155
|
"normalizedSignature": "VectorCount8|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
156
156
|
"isStatic": true,
|
|
157
157
|
"isReadOnly": false,
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
{
|
|
164
164
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::VectorCount16System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
165
165
|
"clrName": "VectorCount16",
|
|
166
|
-
"metadataToken":
|
|
166
|
+
"metadataToken": 67113392,
|
|
167
167
|
"normalizedSignature": "VectorCount16|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
168
168
|
"isStatic": true,
|
|
169
169
|
"isReadOnly": false,
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
{
|
|
176
176
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::VectorCount32System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
177
177
|
"clrName": "VectorCount32",
|
|
178
|
-
"metadataToken":
|
|
178
|
+
"metadataToken": 67113393,
|
|
179
179
|
"normalizedSignature": "VectorCount32|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
180
180
|
"isStatic": true,
|
|
181
181
|
"isReadOnly": false,
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
{
|
|
188
188
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::VectorCount64System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
189
189
|
"clrName": "VectorCount64",
|
|
190
|
-
"metadataToken":
|
|
190
|
+
"metadataToken": 67113394,
|
|
191
191
|
"normalizedSignature": "VectorCount64|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
192
192
|
"isStatic": true,
|
|
193
193
|
"isReadOnly": false,
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
{
|
|
200
200
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::VectorCount128System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
201
201
|
"clrName": "VectorCount128",
|
|
202
|
-
"metadataToken":
|
|
202
|
+
"metadataToken": 67113395,
|
|
203
203
|
"normalizedSignature": "VectorCount128|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
204
204
|
"isStatic": true,
|
|
205
205
|
"isReadOnly": false,
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
{
|
|
212
212
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::VectorCount256System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
213
213
|
"clrName": "VectorCount256",
|
|
214
|
-
"metadataToken":
|
|
214
|
+
"metadataToken": 67113396,
|
|
215
215
|
"normalizedSignature": "VectorCount256|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
216
216
|
"isStatic": true,
|
|
217
217
|
"isReadOnly": false,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
{
|
|
224
224
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::LargestMultipleOf4System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
225
225
|
"clrName": "LargestMultipleOf4",
|
|
226
|
-
"metadataToken":
|
|
226
|
+
"metadataToken": 67113397,
|
|
227
227
|
"normalizedSignature": "LargestMultipleOf4|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
228
228
|
"isStatic": true,
|
|
229
229
|
"isReadOnly": false,
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
{
|
|
236
236
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::LargestMultipleOf3System.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
237
237
|
"clrName": "LargestMultipleOf3",
|
|
238
|
-
"metadataToken":
|
|
238
|
+
"metadataToken": 67113398,
|
|
239
239
|
"normalizedSignature": "LargestMultipleOf3|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
240
240
|
"isStatic": true,
|
|
241
241
|
"isReadOnly": false,
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
{
|
|
248
248
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SveMaskPattern::AllSystem.Runtime.Intrinsics.Arm.SveMaskPattern",
|
|
249
249
|
"clrName": "All",
|
|
250
|
-
"metadataToken":
|
|
250
|
+
"metadataToken": 67113399,
|
|
251
251
|
"normalizedSignature": "All|System.Runtime.Intrinsics.Arm.SveMaskPattern|static=true|const=true",
|
|
252
252
|
"isStatic": true,
|
|
253
253
|
"isReadOnly": false,
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
{
|
|
300
300
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SvePrefetchType::value__System.Byte",
|
|
301
301
|
"clrName": "value__",
|
|
302
|
-
"metadataToken":
|
|
302
|
+
"metadataToken": 67113400,
|
|
303
303
|
"normalizedSignature": "value__|System.Byte|static=false|const=false",
|
|
304
304
|
"isStatic": false,
|
|
305
305
|
"isReadOnly": false,
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
{
|
|
312
312
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SvePrefetchType::LoadL1TemporalSystem.Runtime.Intrinsics.Arm.SvePrefetchType",
|
|
313
313
|
"clrName": "LoadL1Temporal",
|
|
314
|
-
"metadataToken":
|
|
314
|
+
"metadataToken": 67113401,
|
|
315
315
|
"normalizedSignature": "LoadL1Temporal|System.Runtime.Intrinsics.Arm.SvePrefetchType|static=true|const=true",
|
|
316
316
|
"isStatic": true,
|
|
317
317
|
"isReadOnly": false,
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
{
|
|
324
324
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SvePrefetchType::LoadL1NonTemporalSystem.Runtime.Intrinsics.Arm.SvePrefetchType",
|
|
325
325
|
"clrName": "LoadL1NonTemporal",
|
|
326
|
-
"metadataToken":
|
|
326
|
+
"metadataToken": 67113402,
|
|
327
327
|
"normalizedSignature": "LoadL1NonTemporal|System.Runtime.Intrinsics.Arm.SvePrefetchType|static=true|const=true",
|
|
328
328
|
"isStatic": true,
|
|
329
329
|
"isReadOnly": false,
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
{
|
|
336
336
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SvePrefetchType::LoadL2TemporalSystem.Runtime.Intrinsics.Arm.SvePrefetchType",
|
|
337
337
|
"clrName": "LoadL2Temporal",
|
|
338
|
-
"metadataToken":
|
|
338
|
+
"metadataToken": 67113403,
|
|
339
339
|
"normalizedSignature": "LoadL2Temporal|System.Runtime.Intrinsics.Arm.SvePrefetchType|static=true|const=true",
|
|
340
340
|
"isStatic": true,
|
|
341
341
|
"isReadOnly": false,
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
{
|
|
348
348
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SvePrefetchType::LoadL2NonTemporalSystem.Runtime.Intrinsics.Arm.SvePrefetchType",
|
|
349
349
|
"clrName": "LoadL2NonTemporal",
|
|
350
|
-
"metadataToken":
|
|
350
|
+
"metadataToken": 67113404,
|
|
351
351
|
"normalizedSignature": "LoadL2NonTemporal|System.Runtime.Intrinsics.Arm.SvePrefetchType|static=true|const=true",
|
|
352
352
|
"isStatic": true,
|
|
353
353
|
"isReadOnly": false,
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
{
|
|
360
360
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SvePrefetchType::LoadL3TemporalSystem.Runtime.Intrinsics.Arm.SvePrefetchType",
|
|
361
361
|
"clrName": "LoadL3Temporal",
|
|
362
|
-
"metadataToken":
|
|
362
|
+
"metadataToken": 67113405,
|
|
363
363
|
"normalizedSignature": "LoadL3Temporal|System.Runtime.Intrinsics.Arm.SvePrefetchType|static=true|const=true",
|
|
364
364
|
"isStatic": true,
|
|
365
365
|
"isReadOnly": false,
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
{
|
|
372
372
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SvePrefetchType::LoadL3NonTemporalSystem.Runtime.Intrinsics.Arm.SvePrefetchType",
|
|
373
373
|
"clrName": "LoadL3NonTemporal",
|
|
374
|
-
"metadataToken":
|
|
374
|
+
"metadataToken": 67113406,
|
|
375
375
|
"normalizedSignature": "LoadL3NonTemporal|System.Runtime.Intrinsics.Arm.SvePrefetchType|static=true|const=true",
|
|
376
376
|
"isStatic": true,
|
|
377
377
|
"isReadOnly": false,
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
{
|
|
384
384
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SvePrefetchType::StoreL1TemporalSystem.Runtime.Intrinsics.Arm.SvePrefetchType",
|
|
385
385
|
"clrName": "StoreL1Temporal",
|
|
386
|
-
"metadataToken":
|
|
386
|
+
"metadataToken": 67113407,
|
|
387
387
|
"normalizedSignature": "StoreL1Temporal|System.Runtime.Intrinsics.Arm.SvePrefetchType|static=true|const=true",
|
|
388
388
|
"isStatic": true,
|
|
389
389
|
"isReadOnly": false,
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
{
|
|
396
396
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SvePrefetchType::StoreL1NonTemporalSystem.Runtime.Intrinsics.Arm.SvePrefetchType",
|
|
397
397
|
"clrName": "StoreL1NonTemporal",
|
|
398
|
-
"metadataToken":
|
|
398
|
+
"metadataToken": 67113408,
|
|
399
399
|
"normalizedSignature": "StoreL1NonTemporal|System.Runtime.Intrinsics.Arm.SvePrefetchType|static=true|const=true",
|
|
400
400
|
"isStatic": true,
|
|
401
401
|
"isReadOnly": false,
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
{
|
|
408
408
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SvePrefetchType::StoreL2TemporalSystem.Runtime.Intrinsics.Arm.SvePrefetchType",
|
|
409
409
|
"clrName": "StoreL2Temporal",
|
|
410
|
-
"metadataToken":
|
|
410
|
+
"metadataToken": 67113409,
|
|
411
411
|
"normalizedSignature": "StoreL2Temporal|System.Runtime.Intrinsics.Arm.SvePrefetchType|static=true|const=true",
|
|
412
412
|
"isStatic": true,
|
|
413
413
|
"isReadOnly": false,
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
{
|
|
420
420
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SvePrefetchType::StoreL2NonTemporalSystem.Runtime.Intrinsics.Arm.SvePrefetchType",
|
|
421
421
|
"clrName": "StoreL2NonTemporal",
|
|
422
|
-
"metadataToken":
|
|
422
|
+
"metadataToken": 67113410,
|
|
423
423
|
"normalizedSignature": "StoreL2NonTemporal|System.Runtime.Intrinsics.Arm.SvePrefetchType|static=true|const=true",
|
|
424
424
|
"isStatic": true,
|
|
425
425
|
"isReadOnly": false,
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
{
|
|
432
432
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SvePrefetchType::StoreL3TemporalSystem.Runtime.Intrinsics.Arm.SvePrefetchType",
|
|
433
433
|
"clrName": "StoreL3Temporal",
|
|
434
|
-
"metadataToken":
|
|
434
|
+
"metadataToken": 67113411,
|
|
435
435
|
"normalizedSignature": "StoreL3Temporal|System.Runtime.Intrinsics.Arm.SvePrefetchType|static=true|const=true",
|
|
436
436
|
"isStatic": true,
|
|
437
437
|
"isReadOnly": false,
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
{
|
|
444
444
|
"stableId": "System.Private.CoreLib:System.Runtime.Intrinsics.Arm.SvePrefetchType::StoreL3NonTemporalSystem.Runtime.Intrinsics.Arm.SvePrefetchType",
|
|
445
445
|
"clrName": "StoreL3NonTemporal",
|
|
446
|
-
"metadataToken":
|
|
446
|
+
"metadataToken": 67113412,
|
|
447
447
|
"normalizedSignature": "StoreL3NonTemporal|System.Runtime.Intrinsics.Arm.SvePrefetchType|static=true|const=true",
|
|
448
448
|
"isStatic": true,
|
|
449
449
|
"isReadOnly": false,
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Runtime.Intrinsics.Arm
|
|
3
3
|
// Assembly: System.Private.CoreLib
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { Vector_1 } from "../../System.Numerics/internal/index.js";
|
|
@@ -1834,7 +1832,7 @@ export const AdvSimd: {
|
|
|
1834
1832
|
|
|
1835
1833
|
export type AdvSimd = AdvSimd$instance;
|
|
1836
1834
|
|
|
1837
|
-
export interface AdvSimd_Arm64$instance {
|
|
1835
|
+
export interface AdvSimd_Arm64$instance extends ArmBase_Arm64 {
|
|
1838
1836
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_AdvSimd_Arm64: never;
|
|
1839
1837
|
|
|
1840
1838
|
}
|
|
@@ -2375,6 +2373,7 @@ export const AdvSimd_Arm64: {
|
|
|
2375
2373
|
ReciprocalStep(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
|
|
2376
2374
|
ReciprocalStepScalar(left: Vector64_1<System_Internal.Double>, right: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
|
|
2377
2375
|
ReciprocalStepScalar(left: Vector64_1<System_Internal.Single>, right: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
|
|
2376
|
+
ReverseElementBits(value: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
|
|
2378
2377
|
ReverseElementBits(value: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
|
|
2379
2378
|
ReverseElementBits(value: Vector64_1<System_Internal.Byte>): Vector64_1<System_Internal.Byte>;
|
|
2380
2379
|
ReverseElementBits(value: Vector64_1<System_Internal.SByte>): Vector64_1<System_Internal.SByte>;
|
|
@@ -2724,7 +2723,7 @@ export const Aes: {
|
|
|
2724
2723
|
|
|
2725
2724
|
export type Aes = Aes$instance;
|
|
2726
2725
|
|
|
2727
|
-
export interface Aes_Arm64$instance {
|
|
2726
|
+
export interface Aes_Arm64$instance extends ArmBase_Arm64 {
|
|
2728
2727
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Aes_Arm64: never;
|
|
2729
2728
|
|
|
2730
2729
|
}
|
|
@@ -2795,7 +2794,7 @@ export const Crc32: {
|
|
|
2795
2794
|
|
|
2796
2795
|
export type Crc32 = Crc32$instance;
|
|
2797
2796
|
|
|
2798
|
-
export interface Crc32_Arm64$instance {
|
|
2797
|
+
export interface Crc32_Arm64$instance extends ArmBase_Arm64 {
|
|
2799
2798
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Crc32_Arm64: never;
|
|
2800
2799
|
|
|
2801
2800
|
}
|
|
@@ -2835,7 +2834,7 @@ export const Dp: {
|
|
|
2835
2834
|
|
|
2836
2835
|
export type Dp = Dp$instance;
|
|
2837
2836
|
|
|
2838
|
-
export interface Dp_Arm64$instance {
|
|
2837
|
+
export interface Dp_Arm64$instance extends AdvSimd_Arm64 {
|
|
2839
2838
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Dp_Arm64: never;
|
|
2840
2839
|
|
|
2841
2840
|
}
|
|
@@ -2885,7 +2884,7 @@ export const Rdm: {
|
|
|
2885
2884
|
|
|
2886
2885
|
export type Rdm = Rdm$instance;
|
|
2887
2886
|
|
|
2888
|
-
export interface Rdm_Arm64$instance {
|
|
2887
|
+
export interface Rdm_Arm64$instance extends AdvSimd_Arm64 {
|
|
2889
2888
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Rdm_Arm64: never;
|
|
2890
2889
|
|
|
2891
2890
|
}
|
|
@@ -2929,7 +2928,7 @@ export const Sha1: {
|
|
|
2929
2928
|
|
|
2930
2929
|
export type Sha1 = Sha1$instance;
|
|
2931
2930
|
|
|
2932
|
-
export interface Sha1_Arm64$instance {
|
|
2931
|
+
export interface Sha1_Arm64$instance extends ArmBase_Arm64 {
|
|
2933
2932
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Sha1_Arm64: never;
|
|
2934
2933
|
|
|
2935
2934
|
}
|
|
@@ -2959,7 +2958,7 @@ export const Sha256: {
|
|
|
2959
2958
|
|
|
2960
2959
|
export type Sha256 = Sha256$instance;
|
|
2961
2960
|
|
|
2962
|
-
export interface Sha256_Arm64$instance {
|
|
2961
|
+
export interface Sha256_Arm64$instance extends ArmBase_Arm64 {
|
|
2963
2962
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Sha256_Arm64: never;
|
|
2964
2963
|
|
|
2965
2964
|
}
|
|
@@ -4470,7 +4469,7 @@ export const Sve: {
|
|
|
4470
4469
|
|
|
4471
4470
|
export type Sve = Sve$instance;
|
|
4472
4471
|
|
|
4473
|
-
export interface Sve_Arm64$instance {
|
|
4472
|
+
export interface Sve_Arm64$instance extends AdvSimd_Arm64 {
|
|
4474
4473
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Sve_Arm64: never;
|
|
4475
4474
|
|
|
4476
4475
|
}
|
|
@@ -5141,7 +5140,7 @@ export const Sve2: {
|
|
|
5141
5140
|
|
|
5142
5141
|
export type Sve2 = Sve2$instance;
|
|
5143
5142
|
|
|
5144
|
-
export interface Sve2_Arm64$instance {
|
|
5143
|
+
export interface Sve2_Arm64$instance extends Sve_Arm64 {
|
|
5145
5144
|
readonly __tsonic_type_System_Runtime_Intrinsics_Arm_Sve2_Arm64: never;
|
|
5146
5145
|
|
|
5147
5146
|
}
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Runtime.Intrinsics.Arm/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { Vector_1 } from './System.Numerics/internal/index.js';
|
|
10
14
|
import type { Vector128_1, Vector64_1 } from './System.Runtime.Intrinsics/internal/index.js';
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Runtime.Intrinsics.Wasm
|
|
3
3
|
// Assembly: System.Private.CoreLib
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import type { Vector128_1 } from "../../System.Runtime.Intrinsics/internal/index.js";
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './System.Runtime.Intrinsics.Wasm/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { Vector128_1 } from './System.Runtime.Intrinsics/internal/index.js';
|
|
10
14
|
import type { Boolean as ClrBoolean, Byte, Double, Int16, Int32, Int64, IntPtr, Object as ClrObject, SByte, Single, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, Void } from './System/internal/index.js';
|