@tsonic/dotnet 0.7.4 → 0.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/Internal/internal/index.d.ts +0 -25
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
  3. package/Microsoft.VisualBasic/bindings.json +203 -29
  4. package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
  5. package/Microsoft.VisualBasic/internal/metadata.json +203 -29
  6. package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
  7. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
  8. package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
  9. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
  10. package/Microsoft.Win32/internal/index.d.ts +0 -25
  11. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
  12. package/System/bindings.json +4800 -552
  13. package/System/internal/index.d.ts +2537 -395
  14. package/System/internal/metadata.json +4800 -552
  15. package/System.Buffers/bindings.json +196 -24
  16. package/System.Buffers/internal/index.d.ts +29 -54
  17. package/System.Buffers/internal/metadata.json +196 -24
  18. package/System.Buffers.Binary/bindings.json +182 -26
  19. package/System.Buffers.Binary/internal/index.d.ts +115 -140
  20. package/System.Buffers.Binary/internal/metadata.json +182 -26
  21. package/System.Buffers.Text/bindings.json +431 -49
  22. package/System.Buffers.Text/internal/index.d.ts +64 -89
  23. package/System.Buffers.Text/internal/metadata.json +431 -49
  24. package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
  25. package/System.Collections/bindings.json +11 -1
  26. package/System.Collections/internal/index.d.ts +2 -27
  27. package/System.Collections/internal/metadata.json +11 -1
  28. package/System.Collections.Concurrent/bindings.json +211 -29
  29. package/System.Collections.Concurrent/internal/index.d.ts +31 -56
  30. package/System.Collections.Concurrent/internal/metadata.json +211 -29
  31. package/System.Collections.Frozen/bindings.json +56 -8
  32. package/System.Collections.Frozen/internal/index.d.ts +9 -34
  33. package/System.Collections.Frozen/internal/metadata.json +56 -8
  34. package/System.Collections.Generic/bindings.json +273 -35
  35. package/System.Collections.Generic/internal/index.d.ts +36 -61
  36. package/System.Collections.Generic/internal/metadata.json +273 -35
  37. package/System.Collections.Immutable/bindings.json +362 -50
  38. package/System.Collections.Immutable/internal/index.d.ts +49 -74
  39. package/System.Collections.Immutable/internal/metadata.json +362 -50
  40. package/System.Collections.ObjectModel/bindings.json +28 -4
  41. package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
  42. package/System.Collections.ObjectModel/internal/metadata.json +28 -4
  43. package/System.Collections.Specialized/internal/index.d.ts +0 -25
  44. package/System.ComponentModel/bindings.json +174 -18
  45. package/System.ComponentModel/internal/index.d.ts +22 -47
  46. package/System.ComponentModel/internal/metadata.json +174 -18
  47. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
  48. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
  49. package/System.ComponentModel.Design/internal/index.d.ts +0 -25
  50. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
  51. package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
  52. package/System.Data/internal/index.d.ts +7 -32
  53. package/System.Data.Common/bindings.json +14 -2
  54. package/System.Data.Common/internal/index.d.ts +27 -52
  55. package/System.Data.Common/internal/metadata.json +14 -2
  56. package/System.Data.SqlTypes/internal/index.d.ts +1 -26
  57. package/System.Diagnostics/bindings.json +181 -23
  58. package/System.Diagnostics/internal/index.d.ts +87 -112
  59. package/System.Diagnostics/internal/metadata.json +181 -23
  60. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
  61. package/System.Diagnostics.Contracts/bindings.json +7 -1
  62. package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
  63. package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
  64. package/System.Diagnostics.Metrics/bindings.json +35 -5
  65. package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
  66. package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
  67. package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
  68. package/System.Diagnostics.Tracing/bindings.json +37 -3
  69. package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
  70. package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
  71. package/System.Drawing/internal/index.d.ts +0 -25
  72. package/System.Dynamic/bindings.json +63 -9
  73. package/System.Dynamic/internal/index.d.ts +17 -42
  74. package/System.Dynamic/internal/metadata.json +63 -9
  75. package/System.Formats.Asn1/bindings.json +451 -49
  76. package/System.Formats.Asn1/internal/index.d.ts +69 -94
  77. package/System.Formats.Asn1/internal/metadata.json +451 -49
  78. package/System.Formats.Tar/internal/index.d.ts +4 -29
  79. package/System.Globalization/bindings.json +28 -4
  80. package/System.Globalization/internal/index.d.ts +18 -43
  81. package/System.Globalization/internal/metadata.json +28 -4
  82. package/System.IO/bindings.json +35 -5
  83. package/System.IO/internal/index.d.ts +197 -222
  84. package/System.IO/internal/metadata.json +35 -5
  85. package/System.IO.Compression/bindings.json +50 -6
  86. package/System.IO.Compression/internal/index.d.ts +51 -76
  87. package/System.IO.Compression/internal/metadata.json +50 -6
  88. package/System.IO.Enumeration/bindings.json +42 -6
  89. package/System.IO.Enumeration/internal/index.d.ts +11 -36
  90. package/System.IO.Enumeration/internal/metadata.json +42 -6
  91. package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
  92. package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
  93. package/System.IO.Pipelines/bindings.json +7 -1
  94. package/System.IO.Pipelines/internal/index.d.ts +17 -42
  95. package/System.IO.Pipelines/internal/metadata.json +7 -1
  96. package/System.IO.Pipes/internal/index.d.ts +11 -36
  97. package/System.Linq/bindings.json +7 -1
  98. package/System.Linq/internal/index.d.ts +332 -357
  99. package/System.Linq/internal/metadata.json +7 -1
  100. package/System.Linq.Expressions/bindings.json +14 -2
  101. package/System.Linq.Expressions/internal/index.d.ts +3 -28
  102. package/System.Linq.Expressions/internal/metadata.json +14 -2
  103. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
  104. package/System.Net/bindings.json +175 -25
  105. package/System.Net/internal/index.d.ts +36 -61
  106. package/System.Net/internal/metadata.json +175 -25
  107. package/System.Net.Cache/internal/index.d.ts +0 -25
  108. package/System.Net.Http/bindings.json +21 -3
  109. package/System.Net.Http/internal/index.d.ts +21 -46
  110. package/System.Net.Http/internal/metadata.json +21 -3
  111. package/System.Net.Http.Headers/bindings.json +154 -22
  112. package/System.Net.Http.Headers/internal/index.d.ts +67 -92
  113. package/System.Net.Http.Headers/internal/metadata.json +154 -22
  114. package/System.Net.Http.Json/internal/index.d.ts +0 -25
  115. package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
  116. package/System.Net.Mail/bindings.json +21 -3
  117. package/System.Net.Mail/internal/index.d.ts +4 -29
  118. package/System.Net.Mail/internal/metadata.json +21 -3
  119. package/System.Net.Mime/internal/index.d.ts +0 -25
  120. package/System.Net.NetworkInformation/bindings.json +14 -2
  121. package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
  122. package/System.Net.NetworkInformation/internal/metadata.json +14 -2
  123. package/System.Net.Quic/internal/index.d.ts +14 -39
  124. package/System.Net.Security/bindings.json +43 -5
  125. package/System.Net.Security/internal/index.d.ts +29 -54
  126. package/System.Net.Security/internal/metadata.json +43 -5
  127. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
  128. package/System.Net.Sockets/bindings.json +224 -28
  129. package/System.Net.Sockets/internal/index.d.ts +108 -133
  130. package/System.Net.Sockets/internal/metadata.json +224 -28
  131. package/System.Net.WebSockets/internal/index.d.ts +29 -54
  132. package/System.Numerics/bindings.json +1030 -142
  133. package/System.Numerics/internal/index.d.ts +264 -289
  134. package/System.Numerics/internal/metadata.json +1030 -142
  135. package/System.Reflection/bindings.json +29 -3
  136. package/System.Reflection/internal/index.d.ts +4 -29
  137. package/System.Reflection/internal/metadata.json +29 -3
  138. package/System.Reflection.Emit/bindings.json +26 -2
  139. package/System.Reflection.Emit/internal/index.d.ts +3 -28
  140. package/System.Reflection.Emit/internal/metadata.json +26 -2
  141. package/System.Reflection.Metadata/bindings.json +46 -6
  142. package/System.Reflection.Metadata/internal/index.d.ts +31 -56
  143. package/System.Reflection.Metadata/internal/metadata.json +46 -6
  144. package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
  145. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
  146. package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
  147. package/System.Reflection.PortableExecutable/bindings.json +18 -2
  148. package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
  149. package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
  150. package/System.Resources/bindings.json +11 -1
  151. package/System.Resources/internal/index.d.ts +3 -28
  152. package/System.Resources/internal/metadata.json +11 -1
  153. package/System.Runtime/internal/index.d.ts +0 -25
  154. package/System.Runtime.CompilerServices/bindings.json +495 -57
  155. package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
  156. package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
  157. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
  158. package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
  159. package/System.Runtime.InteropServices/bindings.json +377 -47
  160. package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
  161. package/System.Runtime.InteropServices/internal/metadata.json +377 -47
  162. package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
  163. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
  164. package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
  165. package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
  166. package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
  167. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
  168. package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
  169. package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
  170. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
  171. package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
  172. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
  173. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
  174. package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
  175. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
  176. package/System.Runtime.Intrinsics/bindings.json +112 -16
  177. package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
  178. package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
  179. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
  180. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
  181. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
  182. package/System.Runtime.Loader/internal/index.d.ts +0 -25
  183. package/System.Runtime.Remoting/internal/index.d.ts +0 -25
  184. package/System.Runtime.Serialization/bindings.json +71 -9
  185. package/System.Runtime.Serialization/internal/index.d.ts +9 -34
  186. package/System.Runtime.Serialization/internal/metadata.json +71 -9
  187. package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
  188. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
  189. package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
  190. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
  191. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
  192. package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
  193. package/System.Runtime.Versioning/internal/index.d.ts +0 -25
  194. package/System.Security/internal/index.d.ts +1 -26
  195. package/System.Security.AccessControl/bindings.json +14 -2
  196. package/System.Security.AccessControl/internal/index.d.ts +3 -28
  197. package/System.Security.AccessControl/internal/metadata.json +14 -2
  198. package/System.Security.Authentication/internal/index.d.ts +0 -25
  199. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
  200. package/System.Security.Claims/internal/index.d.ts +1 -26
  201. package/System.Security.Cryptography/bindings.json +1348 -192
  202. package/System.Security.Cryptography/internal/index.d.ts +593 -618
  203. package/System.Security.Cryptography/internal/metadata.json +1348 -192
  204. package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
  205. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
  206. package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
  207. package/System.Security.Permissions/internal/index.d.ts +0 -25
  208. package/System.Security.Policy/internal/index.d.ts +0 -25
  209. package/System.Security.Principal/internal/index.d.ts +0 -25
  210. package/System.Text/bindings.json +494 -58
  211. package/System.Text/internal/index.d.ts +137 -162
  212. package/System.Text/internal/metadata.json +494 -58
  213. package/System.Text.Encodings.Web/bindings.json +29 -3
  214. package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
  215. package/System.Text.Encodings.Web/internal/metadata.json +29 -3
  216. package/System.Text.Json/bindings.json +309 -43
  217. package/System.Text.Json/internal/index.d.ts +141 -166
  218. package/System.Text.Json/internal/metadata.json +309 -43
  219. package/System.Text.Json.Nodes/bindings.json +46 -6
  220. package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
  221. package/System.Text.Json.Nodes/internal/metadata.json +46 -6
  222. package/System.Text.Json.Schema/internal/index.d.ts +1 -26
  223. package/System.Text.Json.Serialization/bindings.json +21 -3
  224. package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
  225. package/System.Text.Json.Serialization/internal/metadata.json +21 -3
  226. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
  227. package/System.Text.RegularExpressions/bindings.json +14 -2
  228. package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
  229. package/System.Text.RegularExpressions/internal/metadata.json +14 -2
  230. package/System.Text.Unicode/bindings.json +58 -6
  231. package/System.Text.Unicode/internal/index.d.ts +12 -37
  232. package/System.Text.Unicode/internal/metadata.json +58 -6
  233. package/System.Threading/bindings.json +1012 -140
  234. package/System.Threading/internal/index.d.ts +149 -174
  235. package/System.Threading/internal/metadata.json +1012 -140
  236. package/System.Threading.Channels/bindings.json +14 -2
  237. package/System.Threading.Channels/internal/index.d.ts +5 -30
  238. package/System.Threading.Channels/internal/metadata.json +14 -2
  239. package/System.Threading.Tasks/internal/index.d.ts +23 -48
  240. package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
  241. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
  242. package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
  243. package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
  244. package/System.Timers/internal/index.d.ts +0 -25
  245. package/System.Transactions/internal/index.d.ts +0 -25
  246. package/System.Web/internal/index.d.ts +0 -25
  247. package/System.Windows.Input/internal/index.d.ts +0 -25
  248. package/System.Windows.Markup/internal/index.d.ts +0 -25
  249. package/System.Xml/bindings.json +197 -27
  250. package/System.Xml/internal/index.d.ts +35 -60
  251. package/System.Xml/internal/metadata.json +197 -27
  252. package/System.Xml.Linq/internal/index.d.ts +0 -25
  253. package/System.Xml.Resolvers/internal/index.d.ts +0 -25
  254. package/System.Xml.Schema/internal/index.d.ts +0 -25
  255. package/System.Xml.Serialization/internal/index.d.ts +0 -25
  256. package/System.Xml.XPath/internal/index.d.ts +1 -26
  257. package/System.Xml.Xsl/internal/index.d.ts +1 -26
  258. package/System.Xml.Xsl.Runtime/bindings.json +35 -5
  259. package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
  260. package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
  261. package/System.d.ts +21 -0
  262. package/__internal/extensions/index.d.ts +463 -463
  263. package/package.json +1 -1
@@ -6,7 +6,7 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
7
7
 
8
8
  // Import support types from @tsonic/types
9
- import type { ptr, ref } from "@tsonic/types";
9
+ import type { ptr } from "@tsonic/types";
10
10
 
11
11
  // Import types from other namespaces
12
12
  import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
@@ -15,31 +15,6 @@ import type { NumberStyles } from "../../System.Globalization/internal/index.js"
15
15
  import * as System_Internal from "../../System/internal/index.js";
16
16
  import type { Boolean as ClrBoolean, Byte, Char, Decimal, Double, IComparable, IComparable_1, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MidpointRounding, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from "../../System/internal/index.js";
17
17
 
18
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
19
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
20
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
21
- export type CLROf<T> =
22
- T extends sbyte ? System_Internal.SByte :
23
- T extends short ? System_Internal.Int16 :
24
- T extends int ? System_Internal.Int32 :
25
- T extends long ? System_Internal.Int64 :
26
- T extends int128 ? System_Internal.Int128 :
27
- T extends nint ? System_Internal.IntPtr :
28
- T extends byte ? System_Internal.Byte :
29
- T extends ushort ? System_Internal.UInt16 :
30
- T extends uint ? System_Internal.UInt32 :
31
- T extends ulong ? System_Internal.UInt64 :
32
- T extends uint128 ? System_Internal.UInt128 :
33
- T extends nuint ? System_Internal.UIntPtr :
34
- T extends half ? System_Internal.Half :
35
- T extends float ? System_Internal.Single :
36
- T extends double ? System_Internal.Double :
37
- T extends decimal ? System_Internal.Decimal :
38
- T extends char ? System_Internal.Char :
39
- T extends boolean ? System_Internal.Boolean :
40
- T extends string ? System_Internal.String :
41
- T; // Identity fallback for non-primitive types
42
-
43
18
  export interface IAdditionOperators_3$instance<TSelf extends IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
44
19
  }
45
20
 
@@ -52,48 +27,48 @@ export interface IAdditiveIdentity_2$instance<TSelf extends IAdditiveIdentity_2<
52
27
 
53
28
  export type IAdditiveIdentity_2<TSelf extends IAdditiveIdentity_2<TSelf, TResult>, TResult> = IAdditiveIdentity_2$instance<TSelf, TResult>;
54
29
 
55
- export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPointIeee754_1<TSelf>, IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, IFloatingPoint_1<TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
30
+ export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPointIeee754_1<TSelf>, IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, IFloatingPoint_1<TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
56
31
  compareTo(obj: unknown): int;
57
32
  compareTo(other: TSelf): int;
58
33
  getExponentByteCount(): int;
59
34
  toString(format: string, formatProvider: IFormatProvider): string;
60
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
61
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
62
- tryWriteExponentBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
35
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
36
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
37
+ tryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
63
38
  writeExponentBigEndian(destination: byte[], startIndex: int): int;
64
39
  writeExponentBigEndian(destination: byte[]): int;
65
- writeExponentBigEndian(destination: Span_1<CLROf<byte>>): int;
40
+ writeExponentBigEndian(destination: Span_1<System_Internal.Byte>): int;
66
41
  equals(other: TSelf): boolean;
67
42
  }
68
43
 
69
44
 
70
45
  export type IBinaryFloatingPointIeee754_1<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> = IBinaryFloatingPointIeee754_1$instance<TSelf>;
71
46
 
72
- export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IShiftOperators_3<TSelf, CLROf<int>, TSelf> {
47
+ export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IShiftOperators_3<TSelf, System_Internal.Int32, TSelf> {
73
48
  compareTo(obj: unknown): int;
74
49
  compareTo(other: TSelf): int;
75
50
  getByteCount(): int;
76
51
  toString(format: string, formatProvider: IFormatProvider): string;
77
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
78
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
79
- tryWriteBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
52
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
53
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
54
+ tryWriteBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
80
55
  writeBigEndian(destination: byte[], startIndex: int): int;
81
56
  writeBigEndian(destination: byte[]): int;
82
- writeBigEndian(destination: Span_1<CLROf<byte>>): int;
57
+ writeBigEndian(destination: Span_1<System_Internal.Byte>): int;
83
58
  equals(other: TSelf): boolean;
84
59
  }
85
60
 
86
61
 
87
- export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IShiftOperators_3$instance<TSelf, CLROf<int>, TSelf> {}
62
+ export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IShiftOperators_3$instance<TSelf, System_Internal.Int32, TSelf> {}
88
63
 
89
64
  export type IBinaryInteger_1<TSelf extends IBinaryInteger_1<TSelf>> = IBinaryInteger_1$instance<TSelf>;
90
65
 
91
- export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>> extends IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
66
+ export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>> extends IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
92
67
  compareTo(obj: unknown): int;
93
68
  compareTo(other: TSelf): int;
94
69
  toString(format: string, formatProvider: IFormatProvider): string;
95
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
96
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
70
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
71
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
97
72
  equals(other: TSelf): boolean;
98
73
  }
99
74
 
@@ -134,64 +109,64 @@ export interface IEqualityOperators_3$instance<TSelf extends IEqualityOperators_
134
109
 
135
110
  export type IEqualityOperators_3<TSelf extends IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IEqualityOperators_3$instance<TSelf, TOther, TResult>;
136
111
 
137
- export interface IExponentialFunctions_1$instance<TSelf extends IExponentialFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
112
+ export interface IExponentialFunctions_1$instance<TSelf extends IExponentialFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
138
113
  toString(format: string, formatProvider: IFormatProvider): string;
139
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
140
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
114
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
115
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
141
116
  equals(other: TSelf): boolean;
142
117
  }
143
118
 
144
119
 
145
120
  export type IExponentialFunctions_1<TSelf extends IExponentialFunctions_1<TSelf>> = IExponentialFunctions_1$instance<TSelf>;
146
121
 
147
- export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf> {
122
+ export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf> {
148
123
  compareTo(obj: unknown): int;
149
124
  compareTo(other: TSelf): int;
150
125
  getExponentByteCount(): int;
151
126
  toString(format: string, formatProvider: IFormatProvider): string;
152
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
153
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
154
- tryWriteExponentBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
127
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
128
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
129
+ tryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
155
130
  writeExponentBigEndian(destination: byte[], startIndex: int): int;
156
131
  writeExponentBigEndian(destination: byte[]): int;
157
- writeExponentBigEndian(destination: Span_1<CLROf<byte>>): int;
132
+ writeExponentBigEndian(destination: Span_1<System_Internal.Byte>): int;
158
133
  equals(other: TSelf): boolean;
159
134
  }
160
135
 
161
136
 
162
137
  export type IFloatingPoint_1<TSelf extends IFloatingPoint_1<TSelf>> = IFloatingPoint_1$instance<TSelf>;
163
138
 
164
- export interface IFloatingPointConstants_1$instance<TSelf extends IFloatingPointConstants_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
139
+ export interface IFloatingPointConstants_1$instance<TSelf extends IFloatingPointConstants_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
165
140
  toString(format: string, formatProvider: IFormatProvider): string;
166
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
167
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
141
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
142
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
168
143
  equals(other: TSelf): boolean;
169
144
  }
170
145
 
171
146
 
172
147
  export type IFloatingPointConstants_1<TSelf extends IFloatingPointConstants_1<TSelf>> = IFloatingPointConstants_1$instance<TSelf>;
173
148
 
174
- export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIeee754_1<TSelf>> extends IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPoint_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
149
+ export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIeee754_1<TSelf>> extends IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPoint_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
175
150
  compareTo(obj: unknown): int;
176
151
  compareTo(other: TSelf): int;
177
152
  getExponentByteCount(): int;
178
153
  toString(format: string, formatProvider: IFormatProvider): string;
179
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
180
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
181
- tryWriteExponentBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
154
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
155
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
156
+ tryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
182
157
  writeExponentBigEndian(destination: byte[], startIndex: int): int;
183
158
  writeExponentBigEndian(destination: byte[]): int;
184
- writeExponentBigEndian(destination: Span_1<CLROf<byte>>): int;
159
+ writeExponentBigEndian(destination: Span_1<System_Internal.Byte>): int;
185
160
  equals(other: TSelf): boolean;
186
161
  }
187
162
 
188
163
 
189
164
  export type IFloatingPointIeee754_1<TSelf extends IFloatingPointIeee754_1<TSelf>> = IFloatingPointIeee754_1$instance<TSelf>;
190
165
 
191
- export interface IHyperbolicFunctions_1$instance<TSelf extends IHyperbolicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
166
+ export interface IHyperbolicFunctions_1$instance<TSelf extends IHyperbolicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
192
167
  toString(format: string, formatProvider: IFormatProvider): string;
193
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
194
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
168
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
169
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
195
170
  equals(other: TSelf): boolean;
196
171
  }
197
172
 
@@ -204,10 +179,10 @@ export interface IIncrementOperators_1$instance<TSelf extends IIncrementOperator
204
179
 
205
180
  export type IIncrementOperators_1<TSelf extends IIncrementOperators_1<TSelf>> = IIncrementOperators_1$instance<TSelf>;
206
181
 
207
- export interface ILogarithmicFunctions_1$instance<TSelf extends ILogarithmicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
182
+ export interface ILogarithmicFunctions_1$instance<TSelf extends ILogarithmicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
208
183
  toString(format: string, formatProvider: IFormatProvider): string;
209
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
210
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
184
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
185
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
211
186
  equals(other: TSelf): boolean;
212
187
  }
213
188
 
@@ -238,46 +213,46 @@ export interface IMultiplyOperators_3$instance<TSelf extends IMultiplyOperators_
238
213
 
239
214
  export type IMultiplyOperators_3<TSelf extends IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IMultiplyOperators_3$instance<TSelf, TOther, TResult>;
240
215
 
241
- export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
216
+ export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
242
217
  compareTo(obj: unknown): int;
243
218
  compareTo(other: TSelf): int;
244
219
  toString(format: string, formatProvider: IFormatProvider): string;
245
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
246
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
220
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
221
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
247
222
  equals(other: TSelf): boolean;
248
223
  }
249
224
 
250
225
 
251
- export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends System_Internal.IComparable$instance, IComparisonOperators_3$instance<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3$instance<TSelf, TSelf, TSelf> {}
226
+ export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends System_Internal.IComparable$instance, IComparisonOperators_3$instance<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3$instance<TSelf, TSelf, TSelf> {}
252
227
 
253
228
  export type INumber_1<TSelf extends INumber_1<TSelf>> = INumber_1$instance<TSelf>;
254
229
 
255
- export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> extends IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
230
+ export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> extends IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
256
231
  toString(format: string, formatProvider: IFormatProvider): string;
257
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
258
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
232
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
233
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
259
234
  equals(other: TSelf): boolean;
260
235
  }
261
236
 
262
237
 
263
- export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> extends System_Internal.IEquatable_1$instance<TSelf>, System_Internal.ISpanParsable_1$instance<TSelf>, IAdditionOperators_3$instance<TSelf, TSelf, TSelf>, IAdditiveIdentity_2$instance<TSelf, TSelf>, IDecrementOperators_1$instance<TSelf>, IDivisionOperators_3$instance<TSelf, TSelf, TSelf>, IEqualityOperators_3$instance<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1$instance<TSelf>, IMultiplicativeIdentity_2$instance<TSelf, TSelf>, IMultiplyOperators_3$instance<TSelf, TSelf, TSelf>, ISubtractionOperators_3$instance<TSelf, TSelf, TSelf>, IUnaryNegationOperators_2$instance<TSelf, TSelf>, IUnaryPlusOperators_2$instance<TSelf, TSelf> {}
238
+ export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> extends System_Internal.IEquatable_1$instance<TSelf>, System_Internal.ISpanParsable_1$instance<TSelf>, IAdditionOperators_3$instance<TSelf, TSelf, TSelf>, IAdditiveIdentity_2$instance<TSelf, TSelf>, IDecrementOperators_1$instance<TSelf>, IDivisionOperators_3$instance<TSelf, TSelf, TSelf>, IEqualityOperators_3$instance<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1$instance<TSelf>, IMultiplicativeIdentity_2$instance<TSelf, TSelf>, IMultiplyOperators_3$instance<TSelf, TSelf, TSelf>, ISubtractionOperators_3$instance<TSelf, TSelf, TSelf>, IUnaryNegationOperators_2$instance<TSelf, TSelf>, IUnaryPlusOperators_2$instance<TSelf, TSelf> {}
264
239
 
265
240
  export type INumberBase_1<TSelf extends INumberBase_1<TSelf>> = INumberBase_1$instance<TSelf>;
266
241
 
267
- export interface IPowerFunctions_1$instance<TSelf extends IPowerFunctions_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
242
+ export interface IPowerFunctions_1$instance<TSelf extends IPowerFunctions_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
268
243
  toString(format: string, formatProvider: IFormatProvider): string;
269
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
270
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
244
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
245
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
271
246
  equals(other: TSelf): boolean;
272
247
  }
273
248
 
274
249
 
275
250
  export type IPowerFunctions_1<TSelf extends IPowerFunctions_1<TSelf>> = IPowerFunctions_1$instance<TSelf>;
276
251
 
277
- export interface IRootFunctions_1$instance<TSelf extends IRootFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
252
+ export interface IRootFunctions_1$instance<TSelf extends IRootFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
278
253
  toString(format: string, formatProvider: IFormatProvider): string;
279
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
280
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
254
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
255
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
281
256
  equals(other: TSelf): boolean;
282
257
  }
283
258
 
@@ -290,10 +265,10 @@ export interface IShiftOperators_3$instance<TSelf extends IShiftOperators_3<TSel
290
265
 
291
266
  export type IShiftOperators_3<TSelf extends IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IShiftOperators_3$instance<TSelf, TOther, TResult>;
292
267
 
293
- export interface ISignedNumber_1$instance<TSelf extends ISignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
268
+ export interface ISignedNumber_1$instance<TSelf extends ISignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
294
269
  toString(format: string, formatProvider: IFormatProvider): string;
295
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
296
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
270
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
271
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
297
272
  equals(other: TSelf): boolean;
298
273
  }
299
274
 
@@ -306,10 +281,10 @@ export interface ISubtractionOperators_3$instance<TSelf extends ISubtractionOper
306
281
 
307
282
  export type ISubtractionOperators_3<TSelf extends ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = ISubtractionOperators_3$instance<TSelf, TOther, TResult>;
308
283
 
309
- export interface ITrigonometricFunctions_1$instance<TSelf extends ITrigonometricFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
284
+ export interface ITrigonometricFunctions_1$instance<TSelf extends ITrigonometricFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
310
285
  toString(format: string, formatProvider: IFormatProvider): string;
311
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
312
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
286
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
287
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
313
288
  equals(other: TSelf): boolean;
314
289
  }
315
290
 
@@ -328,17 +303,17 @@ export interface IUnaryPlusOperators_2$instance<TSelf extends IUnaryPlusOperator
328
303
 
329
304
  export type IUnaryPlusOperators_2<TSelf extends IUnaryPlusOperators_2<TSelf, TResult>, TResult> = IUnaryPlusOperators_2$instance<TSelf, TResult>;
330
305
 
331
- export interface IUnsignedNumber_1$instance<TSelf extends IUnsignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
306
+ export interface IUnsignedNumber_1$instance<TSelf extends IUnsignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
332
307
  toString(format: string, formatProvider: IFormatProvider): string;
333
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
334
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
308
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
309
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
335
310
  equals(other: TSelf): boolean;
336
311
  }
337
312
 
338
313
 
339
314
  export type IUnsignedNumber_1<TSelf extends IUnsignedNumber_1<TSelf>> = IUnsignedNumber_1$instance<TSelf>;
340
315
 
341
- export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, BigInteger, BigInteger>, IBitwiseOperators_3<BigInteger, BigInteger, BigInteger>, IComparisonOperators_3<BigInteger, BigInteger, CLROf<boolean>>, IEqualityOperators_3<BigInteger, BigInteger, CLROf<boolean>>, IDecrementOperators_1<BigInteger>, IDivisionOperators_3<BigInteger, BigInteger, BigInteger>, IIncrementOperators_1<BigInteger>, IModulusOperators_3<BigInteger, BigInteger, BigInteger>, IMultiplyOperators_3<BigInteger, BigInteger, BigInteger>, ISubtractionOperators_3<BigInteger, BigInteger, BigInteger>, IUnaryNegationOperators_2<BigInteger, BigInteger>, IUnaryPlusOperators_2<BigInteger, BigInteger>, IShiftOperators_3<BigInteger, CLROf<int>, BigInteger> {
316
+ export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, BigInteger, BigInteger>, IBitwiseOperators_3<BigInteger, BigInteger, BigInteger>, IComparisonOperators_3<BigInteger, BigInteger, System_Internal.Boolean>, IEqualityOperators_3<BigInteger, BigInteger, System_Internal.Boolean>, IDecrementOperators_1<BigInteger>, IDivisionOperators_3<BigInteger, BigInteger, BigInteger>, IIncrementOperators_1<BigInteger>, IModulusOperators_3<BigInteger, BigInteger, BigInteger>, IMultiplyOperators_3<BigInteger, BigInteger, BigInteger>, ISubtractionOperators_3<BigInteger, BigInteger, BigInteger>, IUnaryNegationOperators_2<BigInteger, BigInteger>, IUnaryPlusOperators_2<BigInteger, BigInteger>, IShiftOperators_3<BigInteger, System_Internal.Int32, BigInteger> {
342
317
  readonly isEven: boolean;
343
318
  readonly isOne: boolean;
344
319
  readonly isPowerOfTwo: boolean;
@@ -361,8 +336,8 @@ export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, Bi
361
336
  toString(provider: IFormatProvider): string;
362
337
  toString(format: string): string;
363
338
  toString(format: string, provider: IFormatProvider): string;
364
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format?: ReadOnlySpan_1<CLROf<char>>, provider?: IFormatProvider): boolean;
365
- tryWriteBytes(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, isUnsigned?: boolean, isBigEndian?: boolean): boolean;
339
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
340
+ tryWriteBytes(destination: Span_1<System_Internal.Byte>, bytesWritten: int, isUnsigned?: boolean, isBigEndian?: boolean): boolean;
366
341
  }
367
342
 
368
343
 
@@ -375,7 +350,7 @@ export const BigInteger: {
375
350
  new(value: double): BigInteger$instance;
376
351
  new(value: decimal): BigInteger$instance;
377
352
  new(value: byte[]): BigInteger$instance;
378
- new(value: ReadOnlySpan_1<CLROf<byte>>, isUnsigned: boolean, isBigEndian: boolean): BigInteger$instance;
353
+ new(value: ReadOnlySpan_1<System_Internal.Byte>, isUnsigned: boolean, isBigEndian: boolean): BigInteger$instance;
379
354
  readonly zero: BigInteger;
380
355
  readonly one: BigInteger;
381
356
  readonly minusOne: BigInteger;
@@ -388,7 +363,7 @@ export const BigInteger: {
388
363
  createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): BigInteger;
389
364
  createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): BigInteger;
390
365
  divide(dividend: BigInteger, divisor: BigInteger): BigInteger;
391
- divRem(dividend: BigInteger, divisor: BigInteger, remainder: { value: ref<BigInteger> }): BigInteger;
366
+ divRem(dividend: BigInteger, divisor: BigInteger, remainder: BigInteger): BigInteger;
392
367
  divRem(left: BigInteger, right: BigInteger): ValueTuple_2<BigInteger, BigInteger>;
393
368
  greatestCommonDivisor(left: BigInteger, right: BigInteger): BigInteger;
394
369
  isEvenInteger(value: BigInteger): boolean;
@@ -408,8 +383,8 @@ export const BigInteger: {
408
383
  modPow(value: BigInteger, exponent: BigInteger, modulus: BigInteger): BigInteger;
409
384
  multiply(left: BigInteger, right: BigInteger): BigInteger;
410
385
  negate(value: BigInteger): BigInteger;
411
- parse(value: ReadOnlySpan_1<CLROf<char>>, style?: NumberStyles, provider?: IFormatProvider): BigInteger;
412
- parse(s: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): BigInteger;
386
+ parse(value: ReadOnlySpan_1<System_Internal.Char>, style?: NumberStyles, provider?: IFormatProvider): BigInteger;
387
+ parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): BigInteger;
413
388
  parse(value: string, style: NumberStyles, provider: IFormatProvider): BigInteger;
414
389
  parse(value: string, style: NumberStyles): BigInteger;
415
390
  parse(value: string, provider: IFormatProvider): BigInteger;
@@ -421,12 +396,12 @@ export const BigInteger: {
421
396
  rotateRight(value: BigInteger, rotateAmount: int): BigInteger;
422
397
  subtract(left: BigInteger, right: BigInteger): BigInteger;
423
398
  trailingZeroCount(value: BigInteger): BigInteger;
424
- tryParse(value: ReadOnlySpan_1<CLROf<char>>, style: NumberStyles, provider: IFormatProvider, result: { value: ref<BigInteger> }): boolean;
425
- tryParse(s: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider, result: { value: ref<BigInteger> }): boolean;
426
- tryParse(value: ReadOnlySpan_1<CLROf<char>>, result: { value: ref<BigInteger> }): boolean;
427
- tryParse(value: string, style: NumberStyles, provider: IFormatProvider, result: { value: ref<BigInteger> }): boolean;
428
- tryParse(s: string, provider: IFormatProvider, result: { value: ref<BigInteger> }): boolean;
429
- tryParse(value: string, result: { value: ref<BigInteger> }): boolean;
399
+ tryParse(value: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider, result: BigInteger): boolean;
400
+ tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: BigInteger): boolean;
401
+ tryParse(value: ReadOnlySpan_1<System_Internal.Char>, result: BigInteger): boolean;
402
+ tryParse(value: string, style: NumberStyles, provider: IFormatProvider, result: BigInteger): boolean;
403
+ tryParse(s: string, provider: IFormatProvider, result: BigInteger): boolean;
404
+ tryParse(value: string, result: BigInteger): boolean;
430
405
  };
431
406
 
432
407
 
@@ -449,19 +424,19 @@ export interface __BigInteger$views {
449
424
  equals(other: BigInteger): boolean;
450
425
  compareTo(obj: unknown): int;
451
426
  toString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
452
- tryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
453
- tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
427
+ tryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Char>, charsWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
428
+ 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;
454
429
  getByteCount(): int;
455
- tryWriteBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
430
+ tryWriteBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int): boolean;
456
431
  writeBigEndian(destination: byte[], startIndex: int): int;
457
432
  writeBigEndian(destination: byte[]): int;
458
- writeBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>): int;
433
+ writeBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>): int;
459
434
  }
460
435
 
461
436
  export type BigInteger = BigInteger$instance & __BigInteger$views;
462
437
 
463
438
 
464
- export interface Complex$instance extends IAdditionOperators_3<Complex, Complex, Complex>, IDecrementOperators_1<Complex>, IDivisionOperators_3<Complex, Complex, Complex>, IEqualityOperators_3<Complex, Complex, CLROf<boolean>>, IIncrementOperators_1<Complex>, IMultiplyOperators_3<Complex, Complex, Complex>, ISubtractionOperators_3<Complex, Complex, Complex>, IUnaryNegationOperators_2<Complex, Complex>, IUnaryPlusOperators_2<Complex, Complex> {
439
+ export interface Complex$instance extends IAdditionOperators_3<Complex, Complex, Complex>, IDecrementOperators_1<Complex>, IDivisionOperators_3<Complex, Complex, Complex>, IEqualityOperators_3<Complex, Complex, System_Internal.Boolean>, IIncrementOperators_1<Complex>, IMultiplyOperators_3<Complex, Complex, Complex>, ISubtractionOperators_3<Complex, Complex, Complex>, IUnaryNegationOperators_2<Complex, Complex>, IUnaryPlusOperators_2<Complex, Complex> {
465
440
  readonly imaginary: double;
466
441
  readonly magnitude: double;
467
442
  readonly phase: double;
@@ -473,8 +448,8 @@ export interface Complex$instance extends IAdditionOperators_3<Complex, Complex,
473
448
  toString(format: string): string;
474
449
  toString(provider: IFormatProvider): string;
475
450
  toString(format: string, provider: IFormatProvider): string;
476
- tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format?: ReadOnlySpan_1<CLROf<char>>, provider?: IFormatProvider): boolean;
477
- tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format?: ReadOnlySpan_1<CLROf<char>>, provider?: IFormatProvider): boolean;
451
+ tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
452
+ tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
478
453
  }
479
454
 
480
455
 
@@ -527,8 +502,8 @@ export const Complex: {
527
502
  multiply(left: Complex, right: double): Complex;
528
503
  multiply(left: Complex, right: Complex): Complex;
529
504
  negate(value: Complex): Complex;
530
- parse(s: ReadOnlySpan_1<CLROf<char>>, style: NumberStyles, provider: IFormatProvider): Complex;
531
- parse(s: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): Complex;
505
+ parse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider): Complex;
506
+ parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): Complex;
532
507
  parse(s: string, style: NumberStyles, provider: IFormatProvider): Complex;
533
508
  parse(s: string, provider: IFormatProvider): Complex;
534
509
  pow(value: Complex, power: double): Complex;
@@ -542,10 +517,10 @@ export const Complex: {
542
517
  subtract(left: Complex, right: Complex): Complex;
543
518
  tan(value: Complex): Complex;
544
519
  tanh(value: Complex): Complex;
545
- tryParse(s: ReadOnlySpan_1<CLROf<char>>, style: NumberStyles, provider: IFormatProvider, result: { value: ref<Complex> }): boolean;
546
- tryParse(s: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider, result: { value: ref<Complex> }): boolean;
547
- tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: { value: ref<Complex> }): boolean;
548
- tryParse(s: string, provider: IFormatProvider, result: { value: ref<Complex> }): boolean;
520
+ tryParse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider, result: Complex): boolean;
521
+ tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: Complex): boolean;
522
+ tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: Complex): boolean;
523
+ tryParse(s: string, provider: IFormatProvider, result: Complex): boolean;
549
524
  };
550
525
 
551
526
 
@@ -562,8 +537,8 @@ export interface __Complex$views {
562
537
  // Structural method bridges for numeric interface constraints
563
538
  equals(other: Complex): boolean;
564
539
  toString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
565
- tryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
566
- tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
540
+ tryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Char>, charsWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
541
+ 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;
567
542
  }
568
543
 
569
544
  export type Complex = Complex$instance & __Complex$views;
@@ -617,7 +592,7 @@ export const Matrix3x2: {
617
592
  createSkew(radiansX: float, radiansY: float): Matrix3x2;
618
593
  createTranslation(position: Vector2): Matrix3x2;
619
594
  createTranslation(xPosition: float, yPosition: float): Matrix3x2;
620
- invert(matrix: Matrix3x2, result: { value: ref<Matrix3x2> }): boolean;
595
+ invert(matrix: Matrix3x2, result: Matrix3x2): boolean;
621
596
  lerp(matrix1: Matrix3x2, matrix2: Matrix3x2, amount: float): Matrix3x2;
622
597
  multiply(value1: Matrix3x2, value2: Matrix3x2): Matrix3x2;
623
598
  multiply(value1: Matrix3x2, value2: float): Matrix3x2;
@@ -725,8 +700,8 @@ export const Matrix4x4: {
725
700
  createViewport(x: float, y: float, width: float, height: float, minDepth: float, maxDepth: float): Matrix4x4;
726
701
  createViewportLeftHanded(x: float, y: float, width: float, height: float, minDepth: float, maxDepth: float): Matrix4x4;
727
702
  createWorld(position: Vector3, forward: Vector3, up: Vector3): Matrix4x4;
728
- decompose(matrix: Matrix4x4, scale: { value: ref<Vector3> }, rotation: { value: ref<Quaternion> }, translation: { value: ref<Vector3> }): boolean;
729
- invert(matrix: Matrix4x4, result: { value: ref<Matrix4x4> }): boolean;
703
+ decompose(matrix: Matrix4x4, scale: Vector3, rotation: Quaternion, translation: Vector3): boolean;
704
+ invert(matrix: Matrix4x4, result: Matrix4x4): boolean;
730
705
  lerp(matrix1: Matrix4x4, matrix2: Matrix4x4, amount: float): Matrix4x4;
731
706
  multiply(value1: Matrix4x4, value2: Matrix4x4): Matrix4x4;
732
707
  multiply(value1: Matrix4x4, value2: float): Matrix4x4;
@@ -865,11 +840,11 @@ export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIe
865
840
  export type TotalOrderIeee754Comparer_1<T extends IFloatingPointIeee754_1<T>> = TotalOrderIeee754Comparer_1$instance<T> & __TotalOrderIeee754Comparer_1$views<T>;
866
841
 
867
842
 
868
- export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IBitwiseOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IDivisionOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IEqualityOperators_3<Vector_1<T>, Vector_1<T>, CLROf<boolean>>, IMultiplyOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IShiftOperators_3<Vector_1<T>, CLROf<int>, Vector_1<T>>, ISubtractionOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IUnaryNegationOperators_2<Vector_1<T>, Vector_1<T>>, IUnaryPlusOperators_2<Vector_1<T>, Vector_1<T>> {
843
+ export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IBitwiseOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IDivisionOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IEqualityOperators_3<Vector_1<T>, Vector_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IShiftOperators_3<Vector_1<T>, System_Internal.Int32, Vector_1<T>>, ISubtractionOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IUnaryNegationOperators_2<Vector_1<T>, Vector_1<T>>, IUnaryPlusOperators_2<Vector_1<T>, Vector_1<T>> {
869
844
  readonly item: T;
870
845
  copyTo(destination: T[]): void;
871
846
  copyTo(destination: T[], startIndex: int): void;
872
- copyTo(destination: Span_1<CLROf<byte>>): void;
847
+ copyTo(destination: Span_1<System_Internal.Byte>): void;
873
848
  copyTo(destination: Span_1<T>): void;
874
849
  equals(obj: unknown): boolean;
875
850
  equals(other: Vector_1<T>): boolean;
@@ -877,7 +852,7 @@ export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>,
877
852
  toString(): string;
878
853
  toString(format: string): string;
879
854
  toString(format: string, formatProvider: IFormatProvider): string;
880
- tryCopyTo(destination: Span_1<CLROf<byte>>): boolean;
855
+ tryCopyTo(destination: Span_1<System_Internal.Byte>): boolean;
881
856
  tryCopyTo(destination: Span_1<T>): boolean;
882
857
  }
883
858
 
@@ -887,7 +862,7 @@ export const Vector_1: {
887
862
  new<T>(values: T[]): Vector_1$instance<T>;
888
863
  new<T>(values: T[], index: int): Vector_1$instance<T>;
889
864
  new<T>(values: ReadOnlySpan_1<T>): Vector_1$instance<T>;
890
- new<T>(values: ReadOnlySpan_1<CLROf<byte>>): Vector_1$instance<T>;
865
+ new<T>(values: ReadOnlySpan_1<System_Internal.Byte>): Vector_1$instance<T>;
891
866
  new<T>(values: Span_1<T>): Vector_1$instance<T>;
892
867
  readonly allBitsSet: unknown;
893
868
  readonly count: int;
@@ -906,7 +881,7 @@ export interface __Vector_1$views<T> {
906
881
  equals(other: Vector_1<T>): boolean;
907
882
  }
908
883
 
909
- export interface Vector_1$instance<T> extends IAdditionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IBitwiseOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IDivisionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IEqualityOperators_3$instance<Vector_1<T>, Vector_1<T>, CLROf<boolean>>, IMultiplyOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IShiftOperators_3$instance<Vector_1<T>, CLROf<int>, Vector_1<T>>, ISubtractionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IUnaryNegationOperators_2$instance<Vector_1<T>, Vector_1<T>>, IUnaryPlusOperators_2$instance<Vector_1<T>, Vector_1<T>> {}
884
+ export interface Vector_1$instance<T> extends IAdditionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IBitwiseOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IDivisionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IEqualityOperators_3$instance<Vector_1<T>, Vector_1<T>, System_Internal.Boolean>, IMultiplyOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IShiftOperators_3$instance<Vector_1<T>, System_Internal.Int32, Vector_1<T>>, ISubtractionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IUnaryNegationOperators_2$instance<Vector_1<T>, Vector_1<T>>, IUnaryPlusOperators_2$instance<Vector_1<T>, Vector_1<T>> {}
910
885
 
911
886
  export type Vector_1<T> = Vector_1$instance<T> & __Vector_1$views<T>;
912
887
 
@@ -917,7 +892,7 @@ export interface Vector2$instance {
917
892
  item: float;
918
893
  copyTo(array: float[]): void;
919
894
  copyTo(array: float[], index: int): void;
920
- copyTo(destination: Span_1<CLROf<float>>): void;
895
+ copyTo(destination: Span_1<System_Internal.Single>): void;
921
896
  equals(obj: unknown): boolean;
922
897
  equals(other: Vector2): boolean;
923
898
  getHashCode(): int;
@@ -926,14 +901,14 @@ export interface Vector2$instance {
926
901
  toString(): string;
927
902
  toString(format: string): string;
928
903
  toString(format: string, formatProvider: IFormatProvider): string;
929
- tryCopyTo(destination: Span_1<CLROf<float>>): boolean;
904
+ tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
930
905
  }
931
906
 
932
907
 
933
908
  export const Vector2: {
934
909
  new(value: float): Vector2$instance;
935
910
  new(x: float, y: float): Vector2$instance;
936
- new(values: ReadOnlySpan_1<CLROf<float>>): Vector2$instance;
911
+ new(values: ReadOnlySpan_1<System_Internal.Single>): Vector2$instance;
937
912
  readonly allBitsSet: Vector2;
938
913
  readonly E: Vector2;
939
914
  readonly epsilon: Vector2;
@@ -963,7 +938,7 @@ export const Vector2: {
963
938
  cos(vector: Vector2): Vector2;
964
939
  count(vector: Vector2, value: float): int;
965
940
  countWhereAllBitsSet(vector: Vector2): int;
966
- create(values: ReadOnlySpan_1<CLROf<float>>): Vector2;
941
+ create(values: ReadOnlySpan_1<System_Internal.Single>): Vector2;
967
942
  create(x: float, y: float): Vector2;
968
943
  create(value: float): Vector2;
969
944
  createScalar(x: float): Vector2;
@@ -1015,8 +990,8 @@ export const Vector2: {
1015
990
  load(source: ptr<float>): Vector2;
1016
991
  loadAligned(source: ptr<float>): Vector2;
1017
992
  loadAlignedNonTemporal(source: ptr<float>): Vector2;
1018
- loadUnsafe(source: { value: ref<float> }, elementOffset: nuint): Vector2;
1019
- loadUnsafe(source: { value: ref<float> }): Vector2;
993
+ loadUnsafe(source: float, elementOffset: nuint): Vector2;
994
+ loadUnsafe(source: float): Vector2;
1020
995
  log(vector: Vector2): Vector2;
1021
996
  log2(vector: Vector2): Vector2;
1022
997
  max(value1: Vector2, value2: Vector2): Vector2;
@@ -1076,7 +1051,7 @@ export interface Vector3$instance {
1076
1051
  item: float;
1077
1052
  copyTo(array: float[]): void;
1078
1053
  copyTo(array: float[], index: int): void;
1079
- copyTo(destination: Span_1<CLROf<float>>): void;
1054
+ copyTo(destination: Span_1<System_Internal.Single>): void;
1080
1055
  equals(obj: unknown): boolean;
1081
1056
  equals(other: Vector3): boolean;
1082
1057
  getHashCode(): int;
@@ -1085,7 +1060,7 @@ export interface Vector3$instance {
1085
1060
  toString(): string;
1086
1061
  toString(format: string): string;
1087
1062
  toString(format: string, formatProvider: IFormatProvider): string;
1088
- tryCopyTo(destination: Span_1<CLROf<float>>): boolean;
1063
+ tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
1089
1064
  }
1090
1065
 
1091
1066
 
@@ -1093,7 +1068,7 @@ export const Vector3: {
1093
1068
  new(value: float): Vector3$instance;
1094
1069
  new(value: Vector2, z: float): Vector3$instance;
1095
1070
  new(x: float, y: float, z: float): Vector3$instance;
1096
- new(values: ReadOnlySpan_1<CLROf<float>>): Vector3$instance;
1071
+ new(values: ReadOnlySpan_1<System_Internal.Single>): Vector3$instance;
1097
1072
  readonly allBitsSet: Vector3;
1098
1073
  readonly E: Vector3;
1099
1074
  readonly epsilon: Vector3;
@@ -1125,7 +1100,7 @@ export const Vector3: {
1125
1100
  count(vector: Vector3, value: float): int;
1126
1101
  countWhereAllBitsSet(vector: Vector3): int;
1127
1102
  create(vector: Vector2, z: float): Vector3;
1128
- create(values: ReadOnlySpan_1<CLROf<float>>): Vector3;
1103
+ create(values: ReadOnlySpan_1<System_Internal.Single>): Vector3;
1129
1104
  create(x: float, y: float, z: float): Vector3;
1130
1105
  create(value: float): Vector3;
1131
1106
  createScalar(x: float): Vector3;
@@ -1177,8 +1152,8 @@ export const Vector3: {
1177
1152
  load(source: ptr<float>): Vector3;
1178
1153
  loadAligned(source: ptr<float>): Vector3;
1179
1154
  loadAlignedNonTemporal(source: ptr<float>): Vector3;
1180
- loadUnsafe(source: { value: ref<float> }, elementOffset: nuint): Vector3;
1181
- loadUnsafe(source: { value: ref<float> }): Vector3;
1155
+ loadUnsafe(source: float, elementOffset: nuint): Vector3;
1156
+ loadUnsafe(source: float): Vector3;
1182
1157
  log(vector: Vector3): Vector3;
1183
1158
  log2(vector: Vector3): Vector3;
1184
1159
  max(value1: Vector3, value2: Vector3): Vector3;
@@ -1237,7 +1212,7 @@ export interface Vector4$instance {
1237
1212
  item: float;
1238
1213
  copyTo(array: float[]): void;
1239
1214
  copyTo(array: float[], index: int): void;
1240
- copyTo(destination: Span_1<CLROf<float>>): void;
1215
+ copyTo(destination: Span_1<System_Internal.Single>): void;
1241
1216
  equals(other: Vector4): boolean;
1242
1217
  equals(obj: unknown): boolean;
1243
1218
  getHashCode(): int;
@@ -1246,7 +1221,7 @@ export interface Vector4$instance {
1246
1221
  toString(): string;
1247
1222
  toString(format: string): string;
1248
1223
  toString(format: string, formatProvider: IFormatProvider): string;
1249
- tryCopyTo(destination: Span_1<CLROf<float>>): boolean;
1224
+ tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
1250
1225
  }
1251
1226
 
1252
1227
 
@@ -1255,7 +1230,7 @@ export const Vector4: {
1255
1230
  new(value: Vector2, z: float, w: float): Vector4$instance;
1256
1231
  new(value: Vector3, w: float): Vector4$instance;
1257
1232
  new(x: float, y: float, z: float, w: float): Vector4$instance;
1258
- new(values: ReadOnlySpan_1<CLROf<float>>): Vector4$instance;
1233
+ new(values: ReadOnlySpan_1<System_Internal.Single>): Vector4$instance;
1259
1234
  readonly allBitsSet: Vector4;
1260
1235
  readonly E: Vector4;
1261
1236
  readonly epsilon: Vector4;
@@ -1289,7 +1264,7 @@ export const Vector4: {
1289
1264
  countWhereAllBitsSet(vector: Vector4): int;
1290
1265
  create(vector: Vector2, z: float, w: float): Vector4;
1291
1266
  create(vector: Vector3, w: float): Vector4;
1292
- create(values: ReadOnlySpan_1<CLROf<float>>): Vector4;
1267
+ create(values: ReadOnlySpan_1<System_Internal.Single>): Vector4;
1293
1268
  create(x: float, y: float, z: float, w: float): Vector4;
1294
1269
  create(value: float): Vector4;
1295
1270
  createScalar(x: float): Vector4;
@@ -1341,8 +1316,8 @@ export const Vector4: {
1341
1316
  load(source: ptr<float>): Vector4;
1342
1317
  loadAligned(source: ptr<float>): Vector4;
1343
1318
  loadAlignedNonTemporal(source: ptr<float>): Vector4;
1344
- loadUnsafe(source: { value: ref<float> }, elementOffset: nuint): Vector4;
1345
- loadUnsafe(source: { value: ref<float> }): Vector4;
1319
+ loadUnsafe(source: float, elementOffset: nuint): Vector4;
1320
+ loadUnsafe(source: float): Vector4;
1346
1321
  log(vector: Vector4): Vector4;
1347
1322
  log2(vector: Vector4): Vector4;
1348
1323
  max(value1: Vector4, value2: Vector4): Vector4;
@@ -1459,42 +1434,42 @@ export abstract class Vector$instance {
1459
1434
  static asVector4(value: Vector3): Vector4;
1460
1435
  static asVector4Unsafe(value: Vector2): Vector4;
1461
1436
  static asVector4Unsafe(value: Vector3): Vector4;
1462
- static asVectorByte<T>(value: Vector_1<T>): Vector_1<CLROf<byte>>;
1463
- static asVectorDouble<T>(value: Vector_1<T>): Vector_1<CLROf<double>>;
1464
- static asVectorInt16<T>(value: Vector_1<T>): Vector_1<CLROf<short>>;
1465
- static asVectorInt32<T>(value: Vector_1<T>): Vector_1<CLROf<int>>;
1466
- static asVectorInt64<T>(value: Vector_1<T>): Vector_1<CLROf<long>>;
1467
- static asVectorNInt<T>(value: Vector_1<T>): Vector_1<CLROf<nint>>;
1468
- static asVectorNUInt<T>(value: Vector_1<T>): Vector_1<CLROf<nuint>>;
1469
- static asVectorSByte<T>(value: Vector_1<T>): Vector_1<CLROf<sbyte>>;
1470
- static asVectorSingle<T>(value: Vector_1<T>): Vector_1<CLROf<float>>;
1471
- static asVectorUInt16<T>(value: Vector_1<T>): Vector_1<CLROf<ushort>>;
1472
- static asVectorUInt32<T>(value: Vector_1<T>): Vector_1<CLROf<uint>>;
1473
- static asVectorUInt64<T>(value: Vector_1<T>): Vector_1<CLROf<ulong>>;
1437
+ static asVectorByte<T>(value: Vector_1<T>): Vector_1<System_Internal.Byte>;
1438
+ static asVectorDouble<T>(value: Vector_1<T>): Vector_1<System_Internal.Double>;
1439
+ static asVectorInt16<T>(value: Vector_1<T>): Vector_1<System_Internal.Int16>;
1440
+ static asVectorInt32<T>(value: Vector_1<T>): Vector_1<System_Internal.Int32>;
1441
+ static asVectorInt64<T>(value: Vector_1<T>): Vector_1<System_Internal.Int64>;
1442
+ static asVectorNInt<T>(value: Vector_1<T>): Vector_1<System_Internal.IntPtr>;
1443
+ static asVectorNUInt<T>(value: Vector_1<T>): Vector_1<System_Internal.UIntPtr>;
1444
+ static asVectorSByte<T>(value: Vector_1<T>): Vector_1<System_Internal.SByte>;
1445
+ static asVectorSingle<T>(value: Vector_1<T>): Vector_1<System_Internal.Single>;
1446
+ static asVectorUInt16<T>(value: Vector_1<T>): Vector_1<System_Internal.UInt16>;
1447
+ static asVectorUInt32<T>(value: Vector_1<T>): Vector_1<System_Internal.UInt32>;
1448
+ static asVectorUInt64<T>(value: Vector_1<T>): Vector_1<System_Internal.UInt64>;
1474
1449
  static bitwiseAnd<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1475
1450
  static bitwiseOr<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1476
- static ceiling(value: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1477
- static ceiling(value: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1451
+ static ceiling(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1452
+ static ceiling(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1478
1453
  static clamp<T>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
1479
1454
  static clampNative<T>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
1480
- static conditionalSelect(condition: Vector_1<CLROf<int>>, left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1481
- static conditionalSelect(condition: Vector_1<CLROf<long>>, left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1455
+ static conditionalSelect(condition: Vector_1<System_Internal.Int32>, left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1456
+ static conditionalSelect(condition: Vector_1<System_Internal.Int64>, left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1482
1457
  static conditionalSelect<T>(condition: Vector_1<T>, left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1483
- static convertToDouble(value: Vector_1<CLROf<long>>): Vector_1<CLROf<double>>;
1484
- static convertToDouble(value: Vector_1<CLROf<ulong>>): Vector_1<CLROf<double>>;
1485
- static convertToInt32(value: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
1486
- static convertToInt32Native(value: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
1487
- static convertToInt64(value: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
1488
- static convertToInt64Native(value: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
1489
- static convertToSingle(value: Vector_1<CLROf<int>>): Vector_1<CLROf<float>>;
1490
- static convertToSingle(value: Vector_1<CLROf<uint>>): Vector_1<CLROf<float>>;
1491
- static convertToUInt32(value: Vector_1<CLROf<float>>): Vector_1<CLROf<uint>>;
1492
- static convertToUInt32Native(value: Vector_1<CLROf<float>>): Vector_1<CLROf<uint>>;
1493
- static convertToUInt64(value: Vector_1<CLROf<double>>): Vector_1<CLROf<ulong>>;
1494
- static convertToUInt64Native(value: Vector_1<CLROf<double>>): Vector_1<CLROf<ulong>>;
1458
+ static convertToDouble(value: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Double>;
1459
+ static convertToDouble(value: Vector_1<System_Internal.UInt64>): Vector_1<System_Internal.Double>;
1460
+ static convertToInt32(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
1461
+ static convertToInt32Native(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
1462
+ static convertToInt64(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
1463
+ static convertToInt64Native(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
1464
+ static convertToSingle(value: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Single>;
1465
+ static convertToSingle(value: Vector_1<System_Internal.UInt32>): Vector_1<System_Internal.Single>;
1466
+ static convertToUInt32(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.UInt32>;
1467
+ static convertToUInt32Native(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.UInt32>;
1468
+ static convertToUInt64(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.UInt64>;
1469
+ static convertToUInt64Native(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.UInt64>;
1495
1470
  static copySign<T>(value: Vector_1<T>, sign: Vector_1<T>): Vector_1<T>;
1496
- static cos(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1497
- static cos(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1471
+ static cos(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1472
+ static cos(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1498
1473
  static count<T>(vector: Vector_1<T>, value: T): int;
1499
1474
  static countWhereAllBitsSet<T>(vector: Vector_1<T>): int;
1500
1475
  static create<T>(values: ReadOnlySpan_1<T>): Vector_1<T>;
@@ -1502,47 +1477,47 @@ export abstract class Vector$instance {
1502
1477
  static createScalar<T>(value: T): Vector_1<T>;
1503
1478
  static createScalarUnsafe<T>(value: T): Vector_1<T>;
1504
1479
  static createSequence<T>(start: T, step: T): Vector_1<T>;
1505
- static degreesToRadians(degrees: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1506
- static degreesToRadians(degrees: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1480
+ static degreesToRadians(degrees: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1481
+ static degreesToRadians(degrees: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1507
1482
  static divide<T>(left: Vector_1<T>, right: T): Vector_1<T>;
1508
1483
  static divide<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1509
1484
  static dot<T>(left: Vector_1<T>, right: Vector_1<T>): T;
1510
- static equals(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
1511
- static equals(left: Vector_1<CLROf<int>>, right: Vector_1<CLROf<int>>): Vector_1<CLROf<int>>;
1512
- static equals(left: Vector_1<CLROf<long>>, right: Vector_1<CLROf<long>>): Vector_1<CLROf<long>>;
1513
- static equals(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
1485
+ static equals(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
1486
+ static equals(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
1487
+ static equals(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
1488
+ static equals(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
1514
1489
  static equals<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1515
1490
  static equalsAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1516
1491
  static equalsAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1517
- static exp(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1518
- static exp(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1492
+ static exp(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1493
+ static exp(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1519
1494
  static extractMostSignificantBits(vector: Vector2): uint;
1520
1495
  static extractMostSignificantBits(vector: Vector3): uint;
1521
1496
  static extractMostSignificantBits(vector: Vector4): uint;
1522
- static floor(value: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1523
- static floor(value: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1524
- static fusedMultiplyAdd(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>, addend: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1525
- static fusedMultiplyAdd(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>, addend: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1497
+ static floor(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1498
+ static floor(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1499
+ static fusedMultiplyAdd(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>, addend: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1500
+ static fusedMultiplyAdd(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>, addend: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1526
1501
  static getElement(vector: Vector2, index: int): float;
1527
1502
  static getElement(vector: Vector3, index: int): float;
1528
1503
  static getElement(vector: Vector4, index: int): float;
1529
1504
  static getElement<T>(vector: Vector_1<T>, index: int): T;
1530
- static greaterThan(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
1531
- static greaterThan(left: Vector_1<CLROf<int>>, right: Vector_1<CLROf<int>>): Vector_1<CLROf<int>>;
1532
- static greaterThan(left: Vector_1<CLROf<long>>, right: Vector_1<CLROf<long>>): Vector_1<CLROf<long>>;
1533
- static greaterThan(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
1505
+ static greaterThan(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
1506
+ static greaterThan(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
1507
+ static greaterThan(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
1508
+ static greaterThan(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
1534
1509
  static greaterThan<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1535
1510
  static greaterThanAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1536
1511
  static greaterThanAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1537
- static greaterThanOrEqual(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
1538
- static greaterThanOrEqual(left: Vector_1<CLROf<int>>, right: Vector_1<CLROf<int>>): Vector_1<CLROf<int>>;
1539
- static greaterThanOrEqual(left: Vector_1<CLROf<long>>, right: Vector_1<CLROf<long>>): Vector_1<CLROf<long>>;
1540
- static greaterThanOrEqual(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
1512
+ static greaterThanOrEqual(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
1513
+ static greaterThanOrEqual(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
1514
+ static greaterThanOrEqual(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
1515
+ static greaterThanOrEqual(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
1541
1516
  static greaterThanOrEqual<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1542
1517
  static greaterThanOrEqualAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1543
1518
  static greaterThanOrEqualAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1544
- static hypot(x: Vector_1<CLROf<double>>, y: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1545
- static hypot(x: Vector_1<CLROf<float>>, y: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1519
+ static hypot(x: Vector_1<System_Internal.Double>, y: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1520
+ static hypot(x: Vector_1<System_Internal.Single>, y: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1546
1521
  static indexOf<T>(vector: Vector_1<T>, value: T): int;
1547
1522
  static indexOfWhereAllBitsSet<T>(vector: Vector_1<T>): int;
1548
1523
  static isEvenInteger<T>(vector: Vector_1<T>): Vector_1<T>;
@@ -1560,31 +1535,31 @@ export abstract class Vector$instance {
1560
1535
  static isZero<T>(vector: Vector_1<T>): Vector_1<T>;
1561
1536
  static lastIndexOf<T>(vector: Vector_1<T>, value: T): int;
1562
1537
  static lastIndexOfWhereAllBitsSet<T>(vector: Vector_1<T>): int;
1563
- static lerp(x: Vector_1<CLROf<double>>, y: Vector_1<CLROf<double>>, amount: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1564
- static lerp(x: Vector_1<CLROf<float>>, y: Vector_1<CLROf<float>>, amount: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1565
- static lessThan(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
1566
- static lessThan(left: Vector_1<CLROf<int>>, right: Vector_1<CLROf<int>>): Vector_1<CLROf<int>>;
1567
- static lessThan(left: Vector_1<CLROf<long>>, right: Vector_1<CLROf<long>>): Vector_1<CLROf<long>>;
1568
- static lessThan(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
1538
+ static lerp(x: Vector_1<System_Internal.Double>, y: Vector_1<System_Internal.Double>, amount: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1539
+ static lerp(x: Vector_1<System_Internal.Single>, y: Vector_1<System_Internal.Single>, amount: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1540
+ static lessThan(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
1541
+ static lessThan(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
1542
+ static lessThan(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
1543
+ static lessThan(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
1569
1544
  static lessThan<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1570
1545
  static lessThanAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1571
1546
  static lessThanAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1572
- static lessThanOrEqual(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
1573
- static lessThanOrEqual(left: Vector_1<CLROf<int>>, right: Vector_1<CLROf<int>>): Vector_1<CLROf<int>>;
1574
- static lessThanOrEqual(left: Vector_1<CLROf<long>>, right: Vector_1<CLROf<long>>): Vector_1<CLROf<long>>;
1575
- static lessThanOrEqual(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
1547
+ static lessThanOrEqual(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
1548
+ static lessThanOrEqual(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
1549
+ static lessThanOrEqual(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
1550
+ static lessThanOrEqual(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
1576
1551
  static lessThanOrEqual<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1577
1552
  static lessThanOrEqualAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1578
1553
  static lessThanOrEqualAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1579
1554
  static load<T>(source: ptr<T>): Vector_1<T>;
1580
1555
  static loadAligned<T>(source: ptr<T>): Vector_1<T>;
1581
1556
  static loadAlignedNonTemporal<T>(source: ptr<T>): Vector_1<T>;
1582
- static loadUnsafe<T>(source: { value: ref<T> }, elementOffset: nuint): Vector_1<T>;
1583
- static loadUnsafe<T>(source: { value: ref<T> }): Vector_1<T>;
1584
- static log(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1585
- static log(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1586
- static log2(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1587
- static log2(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1557
+ static loadUnsafe<T>(source: T, elementOffset: nuint): Vector_1<T>;
1558
+ static loadUnsafe<T>(source: T): Vector_1<T>;
1559
+ static log(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1560
+ static log(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1561
+ static log2(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1562
+ static log2(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1588
1563
  static max<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1589
1564
  static maxMagnitude<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1590
1565
  static maxMagnitudeNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
@@ -1598,61 +1573,61 @@ export abstract class Vector$instance {
1598
1573
  static multiply<T>(left: T, right: Vector_1<T>): Vector_1<T>;
1599
1574
  static multiply<T>(left: Vector_1<T>, right: T): Vector_1<T>;
1600
1575
  static multiply<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1601
- static multiplyAddEstimate(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>, addend: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1602
- static multiplyAddEstimate(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>, addend: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1603
- static narrow(low: Vector_1<CLROf<double>>, high: Vector_1<CLROf<double>>): Vector_1<CLROf<float>>;
1604
- static narrow(low: Vector_1<CLROf<short>>, high: Vector_1<CLROf<short>>): Vector_1<CLROf<sbyte>>;
1605
- static narrow(low: Vector_1<CLROf<int>>, high: Vector_1<CLROf<int>>): Vector_1<CLROf<short>>;
1606
- static narrow(low: Vector_1<CLROf<long>>, high: Vector_1<CLROf<long>>): Vector_1<CLROf<int>>;
1607
- static narrow(low: Vector_1<CLROf<ushort>>, high: Vector_1<CLROf<ushort>>): Vector_1<CLROf<byte>>;
1608
- static narrow(low: Vector_1<CLROf<uint>>, high: Vector_1<CLROf<uint>>): Vector_1<CLROf<ushort>>;
1609
- static narrow(low: Vector_1<CLROf<ulong>>, high: Vector_1<CLROf<ulong>>): Vector_1<CLROf<uint>>;
1610
- static narrowWithSaturation(low: Vector_1<CLROf<double>>, high: Vector_1<CLROf<double>>): Vector_1<CLROf<float>>;
1611
- static narrowWithSaturation(low: Vector_1<CLROf<short>>, high: Vector_1<CLROf<short>>): Vector_1<CLROf<sbyte>>;
1612
- static narrowWithSaturation(low: Vector_1<CLROf<int>>, high: Vector_1<CLROf<int>>): Vector_1<CLROf<short>>;
1613
- static narrowWithSaturation(low: Vector_1<CLROf<long>>, high: Vector_1<CLROf<long>>): Vector_1<CLROf<int>>;
1614
- static narrowWithSaturation(low: Vector_1<CLROf<ushort>>, high: Vector_1<CLROf<ushort>>): Vector_1<CLROf<byte>>;
1615
- static narrowWithSaturation(low: Vector_1<CLROf<uint>>, high: Vector_1<CLROf<uint>>): Vector_1<CLROf<ushort>>;
1616
- static narrowWithSaturation(low: Vector_1<CLROf<ulong>>, high: Vector_1<CLROf<ulong>>): Vector_1<CLROf<uint>>;
1576
+ static multiplyAddEstimate(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>, addend: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1577
+ static multiplyAddEstimate(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>, addend: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1578
+ static narrow(low: Vector_1<System_Internal.Double>, high: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Single>;
1579
+ static narrow(low: Vector_1<System_Internal.Int16>, high: Vector_1<System_Internal.Int16>): Vector_1<System_Internal.SByte>;
1580
+ static narrow(low: Vector_1<System_Internal.Int32>, high: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int16>;
1581
+ static narrow(low: Vector_1<System_Internal.Int64>, high: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int32>;
1582
+ static narrow(low: Vector_1<System_Internal.UInt16>, high: Vector_1<System_Internal.UInt16>): Vector_1<System_Internal.Byte>;
1583
+ static narrow(low: Vector_1<System_Internal.UInt32>, high: Vector_1<System_Internal.UInt32>): Vector_1<System_Internal.UInt16>;
1584
+ static narrow(low: Vector_1<System_Internal.UInt64>, high: Vector_1<System_Internal.UInt64>): Vector_1<System_Internal.UInt32>;
1585
+ static narrowWithSaturation(low: Vector_1<System_Internal.Double>, high: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Single>;
1586
+ static narrowWithSaturation(low: Vector_1<System_Internal.Int16>, high: Vector_1<System_Internal.Int16>): Vector_1<System_Internal.SByte>;
1587
+ static narrowWithSaturation(low: Vector_1<System_Internal.Int32>, high: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int16>;
1588
+ static narrowWithSaturation(low: Vector_1<System_Internal.Int64>, high: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int32>;
1589
+ static narrowWithSaturation(low: Vector_1<System_Internal.UInt16>, high: Vector_1<System_Internal.UInt16>): Vector_1<System_Internal.Byte>;
1590
+ static narrowWithSaturation(low: Vector_1<System_Internal.UInt32>, high: Vector_1<System_Internal.UInt32>): Vector_1<System_Internal.UInt16>;
1591
+ static narrowWithSaturation(low: Vector_1<System_Internal.UInt64>, high: Vector_1<System_Internal.UInt64>): Vector_1<System_Internal.UInt32>;
1617
1592
  static negate<T>(value: Vector_1<T>): Vector_1<T>;
1618
1593
  static none<T>(vector: Vector_1<T>, value: T): boolean;
1619
1594
  static noneWhereAllBitsSet<T>(vector: Vector_1<T>): boolean;
1620
1595
  static onesComplement<T>(value: Vector_1<T>): Vector_1<T>;
1621
- static radiansToDegrees(radians: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1622
- static radiansToDegrees(radians: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1623
- static round(vector: Vector_1<CLROf<double>>, mode: MidpointRounding): Vector_1<CLROf<double>>;
1624
- static round(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1625
- static round(vector: Vector_1<CLROf<float>>, mode: MidpointRounding): Vector_1<CLROf<float>>;
1626
- static round(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1627
- static shiftLeft(value: Vector_1<CLROf<byte>>, shiftCount: int): Vector_1<CLROf<byte>>;
1628
- static shiftLeft(value: Vector_1<CLROf<short>>, shiftCount: int): Vector_1<CLROf<short>>;
1629
- static shiftLeft(value: Vector_1<CLROf<int>>, shiftCount: int): Vector_1<CLROf<int>>;
1630
- static shiftLeft(value: Vector_1<CLROf<long>>, shiftCount: int): Vector_1<CLROf<long>>;
1631
- static shiftLeft(value: Vector_1<CLROf<nint>>, shiftCount: int): Vector_1<CLROf<nint>>;
1632
- static shiftLeft(value: Vector_1<CLROf<sbyte>>, shiftCount: int): Vector_1<CLROf<sbyte>>;
1633
- static shiftLeft(value: Vector_1<CLROf<ushort>>, shiftCount: int): Vector_1<CLROf<ushort>>;
1634
- static shiftLeft(value: Vector_1<CLROf<uint>>, shiftCount: int): Vector_1<CLROf<uint>>;
1635
- static shiftLeft(value: Vector_1<CLROf<ulong>>, shiftCount: int): Vector_1<CLROf<ulong>>;
1636
- static shiftLeft(value: Vector_1<CLROf<nuint>>, shiftCount: int): Vector_1<CLROf<nuint>>;
1637
- static shiftRightArithmetic(value: Vector_1<CLROf<short>>, shiftCount: int): Vector_1<CLROf<short>>;
1638
- static shiftRightArithmetic(value: Vector_1<CLROf<int>>, shiftCount: int): Vector_1<CLROf<int>>;
1639
- static shiftRightArithmetic(value: Vector_1<CLROf<long>>, shiftCount: int): Vector_1<CLROf<long>>;
1640
- static shiftRightArithmetic(value: Vector_1<CLROf<nint>>, shiftCount: int): Vector_1<CLROf<nint>>;
1641
- static shiftRightArithmetic(value: Vector_1<CLROf<sbyte>>, shiftCount: int): Vector_1<CLROf<sbyte>>;
1642
- static shiftRightLogical(value: Vector_1<CLROf<byte>>, shiftCount: int): Vector_1<CLROf<byte>>;
1643
- static shiftRightLogical(value: Vector_1<CLROf<short>>, shiftCount: int): Vector_1<CLROf<short>>;
1644
- static shiftRightLogical(value: Vector_1<CLROf<int>>, shiftCount: int): Vector_1<CLROf<int>>;
1645
- static shiftRightLogical(value: Vector_1<CLROf<long>>, shiftCount: int): Vector_1<CLROf<long>>;
1646
- static shiftRightLogical(value: Vector_1<CLROf<nint>>, shiftCount: int): Vector_1<CLROf<nint>>;
1647
- static shiftRightLogical(value: Vector_1<CLROf<sbyte>>, shiftCount: int): Vector_1<CLROf<sbyte>>;
1648
- static shiftRightLogical(value: Vector_1<CLROf<ushort>>, shiftCount: int): Vector_1<CLROf<ushort>>;
1649
- static shiftRightLogical(value: Vector_1<CLROf<uint>>, shiftCount: int): Vector_1<CLROf<uint>>;
1650
- static shiftRightLogical(value: Vector_1<CLROf<ulong>>, shiftCount: int): Vector_1<CLROf<ulong>>;
1651
- static shiftRightLogical(value: Vector_1<CLROf<nuint>>, shiftCount: int): Vector_1<CLROf<nuint>>;
1652
- static sin(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1653
- static sin(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1654
- static sinCos(vector: Vector_1<CLROf<double>>): ValueTuple_2<Vector_1<CLROf<double>>, Vector_1<CLROf<double>>>;
1655
- static sinCos(vector: Vector_1<CLROf<float>>): ValueTuple_2<Vector_1<CLROf<float>>, Vector_1<CLROf<float>>>;
1596
+ static radiansToDegrees(radians: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1597
+ static radiansToDegrees(radians: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1598
+ static round(vector: Vector_1<System_Internal.Double>, mode: MidpointRounding): Vector_1<System_Internal.Double>;
1599
+ static round(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1600
+ static round(vector: Vector_1<System_Internal.Single>, mode: MidpointRounding): Vector_1<System_Internal.Single>;
1601
+ static round(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1602
+ static shiftLeft(value: Vector_1<System_Internal.Byte>, shiftCount: int): Vector_1<System_Internal.Byte>;
1603
+ static shiftLeft(value: Vector_1<System_Internal.Int16>, shiftCount: int): Vector_1<System_Internal.Int16>;
1604
+ static shiftLeft(value: Vector_1<System_Internal.Int32>, shiftCount: int): Vector_1<System_Internal.Int32>;
1605
+ static shiftLeft(value: Vector_1<System_Internal.Int64>, shiftCount: int): Vector_1<System_Internal.Int64>;
1606
+ static shiftLeft(value: Vector_1<System_Internal.IntPtr>, shiftCount: int): Vector_1<System_Internal.IntPtr>;
1607
+ static shiftLeft(value: Vector_1<System_Internal.SByte>, shiftCount: int): Vector_1<System_Internal.SByte>;
1608
+ static shiftLeft(value: Vector_1<System_Internal.UInt16>, shiftCount: int): Vector_1<System_Internal.UInt16>;
1609
+ static shiftLeft(value: Vector_1<System_Internal.UInt32>, shiftCount: int): Vector_1<System_Internal.UInt32>;
1610
+ static shiftLeft(value: Vector_1<System_Internal.UInt64>, shiftCount: int): Vector_1<System_Internal.UInt64>;
1611
+ static shiftLeft(value: Vector_1<System_Internal.UIntPtr>, shiftCount: int): Vector_1<System_Internal.UIntPtr>;
1612
+ static shiftRightArithmetic(value: Vector_1<System_Internal.Int16>, shiftCount: int): Vector_1<System_Internal.Int16>;
1613
+ static shiftRightArithmetic(value: Vector_1<System_Internal.Int32>, shiftCount: int): Vector_1<System_Internal.Int32>;
1614
+ static shiftRightArithmetic(value: Vector_1<System_Internal.Int64>, shiftCount: int): Vector_1<System_Internal.Int64>;
1615
+ static shiftRightArithmetic(value: Vector_1<System_Internal.IntPtr>, shiftCount: int): Vector_1<System_Internal.IntPtr>;
1616
+ static shiftRightArithmetic(value: Vector_1<System_Internal.SByte>, shiftCount: int): Vector_1<System_Internal.SByte>;
1617
+ static shiftRightLogical(value: Vector_1<System_Internal.Byte>, shiftCount: int): Vector_1<System_Internal.Byte>;
1618
+ static shiftRightLogical(value: Vector_1<System_Internal.Int16>, shiftCount: int): Vector_1<System_Internal.Int16>;
1619
+ static shiftRightLogical(value: Vector_1<System_Internal.Int32>, shiftCount: int): Vector_1<System_Internal.Int32>;
1620
+ static shiftRightLogical(value: Vector_1<System_Internal.Int64>, shiftCount: int): Vector_1<System_Internal.Int64>;
1621
+ static shiftRightLogical(value: Vector_1<System_Internal.IntPtr>, shiftCount: int): Vector_1<System_Internal.IntPtr>;
1622
+ static shiftRightLogical(value: Vector_1<System_Internal.SByte>, shiftCount: int): Vector_1<System_Internal.SByte>;
1623
+ static shiftRightLogical(value: Vector_1<System_Internal.UInt16>, shiftCount: int): Vector_1<System_Internal.UInt16>;
1624
+ static shiftRightLogical(value: Vector_1<System_Internal.UInt32>, shiftCount: int): Vector_1<System_Internal.UInt32>;
1625
+ static shiftRightLogical(value: Vector_1<System_Internal.UInt64>, shiftCount: int): Vector_1<System_Internal.UInt64>;
1626
+ static shiftRightLogical(value: Vector_1<System_Internal.UIntPtr>, shiftCount: int): Vector_1<System_Internal.UIntPtr>;
1627
+ static sin(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1628
+ static sin(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1629
+ static sinCos(vector: Vector_1<System_Internal.Double>): ValueTuple_2<Vector_1<System_Internal.Double>, Vector_1<System_Internal.Double>>;
1630
+ static sinCos(vector: Vector_1<System_Internal.Single>): ValueTuple_2<Vector_1<System_Internal.Single>, Vector_1<System_Internal.Single>>;
1656
1631
  static squareRoot<T>(value: Vector_1<T>): Vector_1<T>;
1657
1632
  static store(source: Vector2, destination: ptr<float>): void;
1658
1633
  static store(source: Vector3, destination: ptr<float>): void;
@@ -1666,14 +1641,14 @@ export abstract class Vector$instance {
1666
1641
  static storeAlignedNonTemporal(source: Vector3, destination: ptr<float>): void;
1667
1642
  static storeAlignedNonTemporal(source: Vector4, destination: ptr<float>): void;
1668
1643
  static storeAlignedNonTemporal<T>(source: Vector_1<T>, destination: ptr<T>): void;
1669
- static storeUnsafe(source: Vector2, destination: { value: ref<float> }, elementOffset: nuint): void;
1670
- static storeUnsafe(source: Vector2, destination: { value: ref<float> }): void;
1671
- static storeUnsafe(source: Vector3, destination: { value: ref<float> }, elementOffset: nuint): void;
1672
- static storeUnsafe(source: Vector3, destination: { value: ref<float> }): void;
1673
- static storeUnsafe(source: Vector4, destination: { value: ref<float> }, elementOffset: nuint): void;
1674
- static storeUnsafe(source: Vector4, destination: { value: ref<float> }): void;
1675
- static storeUnsafe<T>(source: Vector_1<T>, destination: { value: ref<T> }, elementOffset: nuint): void;
1676
- static storeUnsafe<T>(source: Vector_1<T>, destination: { value: ref<T> }): void;
1644
+ static storeUnsafe(source: Vector2, destination: float, elementOffset: nuint): void;
1645
+ static storeUnsafe(source: Vector2, destination: float): void;
1646
+ static storeUnsafe(source: Vector3, destination: float, elementOffset: nuint): void;
1647
+ static storeUnsafe(source: Vector3, destination: float): void;
1648
+ static storeUnsafe(source: Vector4, destination: float, elementOffset: nuint): void;
1649
+ static storeUnsafe(source: Vector4, destination: float): void;
1650
+ static storeUnsafe<T>(source: Vector_1<T>, destination: T, elementOffset: nuint): void;
1651
+ static storeUnsafe<T>(source: Vector_1<T>, destination: T): void;
1677
1652
  static subtract<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1678
1653
  static subtractSaturate<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1679
1654
  static sum<T>(value: Vector_1<T>): T;
@@ -1681,29 +1656,29 @@ export abstract class Vector$instance {
1681
1656
  static toScalar(vector: Vector3): float;
1682
1657
  static toScalar(vector: Vector4): float;
1683
1658
  static toScalar<T>(vector: Vector_1<T>): T;
1684
- static truncate(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
1685
- static truncate(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
1686
- static widen(source: Vector_1<CLROf<byte>>, low: { value: ref<Vector_1<CLROf<ushort>>> }, high: { value: ref<Vector_1<CLROf<ushort>>> }): void;
1687
- static widen(source: Vector_1<CLROf<short>>, low: { value: ref<Vector_1<CLROf<int>>> }, high: { value: ref<Vector_1<CLROf<int>>> }): void;
1688
- static widen(source: Vector_1<CLROf<int>>, low: { value: ref<Vector_1<CLROf<long>>> }, high: { value: ref<Vector_1<CLROf<long>>> }): void;
1689
- static widen(source: Vector_1<CLROf<sbyte>>, low: { value: ref<Vector_1<CLROf<short>>> }, high: { value: ref<Vector_1<CLROf<short>>> }): void;
1690
- static widen(source: Vector_1<CLROf<float>>, low: { value: ref<Vector_1<CLROf<double>>> }, high: { value: ref<Vector_1<CLROf<double>>> }): void;
1691
- static widen(source: Vector_1<CLROf<ushort>>, low: { value: ref<Vector_1<CLROf<uint>>> }, high: { value: ref<Vector_1<CLROf<uint>>> }): void;
1692
- static widen(source: Vector_1<CLROf<uint>>, low: { value: ref<Vector_1<CLROf<ulong>>> }, high: { value: ref<Vector_1<CLROf<ulong>>> }): void;
1693
- static widenLower(source: Vector_1<CLROf<byte>>): Vector_1<CLROf<ushort>>;
1694
- static widenLower(source: Vector_1<CLROf<short>>): Vector_1<CLROf<int>>;
1695
- static widenLower(source: Vector_1<CLROf<int>>): Vector_1<CLROf<long>>;
1696
- static widenLower(source: Vector_1<CLROf<sbyte>>): Vector_1<CLROf<short>>;
1697
- static widenLower(source: Vector_1<CLROf<float>>): Vector_1<CLROf<double>>;
1698
- static widenLower(source: Vector_1<CLROf<ushort>>): Vector_1<CLROf<uint>>;
1699
- static widenLower(source: Vector_1<CLROf<uint>>): Vector_1<CLROf<ulong>>;
1700
- static widenUpper(source: Vector_1<CLROf<byte>>): Vector_1<CLROf<ushort>>;
1701
- static widenUpper(source: Vector_1<CLROf<short>>): Vector_1<CLROf<int>>;
1702
- static widenUpper(source: Vector_1<CLROf<int>>): Vector_1<CLROf<long>>;
1703
- static widenUpper(source: Vector_1<CLROf<sbyte>>): Vector_1<CLROf<short>>;
1704
- static widenUpper(source: Vector_1<CLROf<float>>): Vector_1<CLROf<double>>;
1705
- static widenUpper(source: Vector_1<CLROf<ushort>>): Vector_1<CLROf<uint>>;
1706
- static widenUpper(source: Vector_1<CLROf<uint>>): Vector_1<CLROf<ulong>>;
1659
+ static truncate(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1660
+ static truncate(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1661
+ static widen(source: Vector_1<System_Internal.Byte>, low: Vector_1<System_Internal.UInt16>, high: Vector_1<System_Internal.UInt16>): void;
1662
+ static widen(source: Vector_1<System_Internal.Int16>, low: Vector_1<System_Internal.Int32>, high: Vector_1<System_Internal.Int32>): void;
1663
+ static widen(source: Vector_1<System_Internal.Int32>, low: Vector_1<System_Internal.Int64>, high: Vector_1<System_Internal.Int64>): void;
1664
+ static widen(source: Vector_1<System_Internal.SByte>, low: Vector_1<System_Internal.Int16>, high: Vector_1<System_Internal.Int16>): void;
1665
+ static widen(source: Vector_1<System_Internal.Single>, low: Vector_1<System_Internal.Double>, high: Vector_1<System_Internal.Double>): void;
1666
+ static widen(source: Vector_1<System_Internal.UInt16>, low: Vector_1<System_Internal.UInt32>, high: Vector_1<System_Internal.UInt32>): void;
1667
+ static widen(source: Vector_1<System_Internal.UInt32>, low: Vector_1<System_Internal.UInt64>, high: Vector_1<System_Internal.UInt64>): void;
1668
+ static widenLower(source: Vector_1<System_Internal.Byte>): Vector_1<System_Internal.UInt16>;
1669
+ static widenLower(source: Vector_1<System_Internal.Int16>): Vector_1<System_Internal.Int32>;
1670
+ static widenLower(source: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int64>;
1671
+ static widenLower(source: Vector_1<System_Internal.SByte>): Vector_1<System_Internal.Int16>;
1672
+ static widenLower(source: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Double>;
1673
+ static widenLower(source: Vector_1<System_Internal.UInt16>): Vector_1<System_Internal.UInt32>;
1674
+ static widenLower(source: Vector_1<System_Internal.UInt32>): Vector_1<System_Internal.UInt64>;
1675
+ static widenUpper(source: Vector_1<System_Internal.Byte>): Vector_1<System_Internal.UInt16>;
1676
+ static widenUpper(source: Vector_1<System_Internal.Int16>): Vector_1<System_Internal.Int32>;
1677
+ static widenUpper(source: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int64>;
1678
+ static widenUpper(source: Vector_1<System_Internal.SByte>): Vector_1<System_Internal.Int16>;
1679
+ static widenUpper(source: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Double>;
1680
+ static widenUpper(source: Vector_1<System_Internal.UInt16>): Vector_1<System_Internal.UInt32>;
1681
+ static widenUpper(source: Vector_1<System_Internal.UInt32>): Vector_1<System_Internal.UInt64>;
1707
1682
  static withElement(vector: Vector2, index: int, value: float): Vector2;
1708
1683
  static withElement(vector: Vector3, index: int, value: float): Vector3;
1709
1684
  static withElement(vector: Vector4, index: int, value: float): Vector4;