@tsonic/dotnet 10.0.41 → 10.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (332) hide show
  1. package/Internal/bindings.json +5 -5
  2. package/Internal/internal/index.d.ts +1 -1
  3. package/Internal.d.ts +4 -0
  4. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
  5. package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
  6. package/Microsoft.VisualBasic/bindings.json +13 -13
  7. package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
  8. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
  9. package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
  10. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
  11. package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
  12. package/Microsoft.VisualBasic.d.ts +4 -0
  13. package/Microsoft.Win32/internal/index.d.ts +9 -9
  14. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
  15. package/Microsoft.Win32.SafeHandles.d.ts +4 -0
  16. package/Microsoft.Win32.d.ts +4 -0
  17. package/README.md +8 -1
  18. package/System/bindings.json +204 -124
  19. package/System/internal/index.d.ts +1041 -1026
  20. package/System.Buffers/internal/index.d.ts +51 -51
  21. package/System.Buffers.Binary/internal/index.d.ts +1 -1
  22. package/System.Buffers.Binary.d.ts +4 -0
  23. package/System.Buffers.Text/internal/index.d.ts +1 -1
  24. package/System.Buffers.Text.d.ts +4 -0
  25. package/System.Buffers.d.ts +10 -6
  26. package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
  27. package/System.CodeDom.Compiler.d.ts +4 -0
  28. package/System.Collections/bindings.json +300 -300
  29. package/System.Collections/internal/index.d.ts +113 -113
  30. package/System.Collections.Concurrent/bindings.json +93 -93
  31. package/System.Collections.Concurrent/internal/index.d.ts +65 -65
  32. package/System.Collections.Concurrent.d.ts +7 -3
  33. package/System.Collections.Frozen/bindings.json +90 -50
  34. package/System.Collections.Frozen/internal/index.d.ts +35 -33
  35. package/System.Collections.Frozen.d.ts +6 -2
  36. package/System.Collections.Generic/bindings.json +932 -612
  37. package/System.Collections.Generic/internal/index.d.ts +303 -287
  38. package/System.Collections.Generic.d.ts +19 -15
  39. package/System.Collections.Immutable/bindings.json +189 -189
  40. package/System.Collections.Immutable/internal/index.d.ts +235 -234
  41. package/System.Collections.Immutable.d.ts +21 -17
  42. package/System.Collections.ObjectModel/bindings.json +229 -229
  43. package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
  44. package/System.Collections.ObjectModel.d.ts +6 -2
  45. package/System.Collections.Specialized/bindings.json +79 -79
  46. package/System.Collections.Specialized/internal/index.d.ts +46 -46
  47. package/System.Collections.Specialized.d.ts +4 -0
  48. package/System.Collections.d.ts +4 -0
  49. package/System.ComponentModel/bindings.json +108 -108
  50. package/System.ComponentModel/internal/index.d.ts +368 -363
  51. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
  52. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  53. package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
  54. package/System.ComponentModel.DataAnnotations.d.ts +4 -0
  55. package/System.ComponentModel.Design/bindings.json +18 -18
  56. package/System.ComponentModel.Design/internal/index.d.ts +47 -47
  57. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
  58. package/System.ComponentModel.Design.Serialization.d.ts +4 -0
  59. package/System.ComponentModel.Design.d.ts +4 -0
  60. package/System.ComponentModel.d.ts +4 -0
  61. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  62. package/System.Configuration.Assemblies.d.ts +4 -0
  63. package/System.Data/bindings.json +124 -124
  64. package/System.Data/internal/index.d.ts +156 -156
  65. package/System.Data.Common/bindings.json +68 -68
  66. package/System.Data.Common/internal/index.d.ts +42 -42
  67. package/System.Data.Common.d.ts +4 -0
  68. package/System.Data.SqlTypes/internal/index.d.ts +40 -40
  69. package/System.Data.SqlTypes.d.ts +4 -0
  70. package/System.Data.d.ts +8 -4
  71. package/System.Diagnostics/bindings.json +251 -231
  72. package/System.Diagnostics/internal/index.d.ts +167 -154
  73. package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
  74. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
  75. package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
  76. package/System.Diagnostics.Contracts/bindings.json +62 -62
  77. package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
  78. package/System.Diagnostics.Contracts.d.ts +4 -0
  79. package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
  80. package/System.Diagnostics.Metrics.d.ts +7 -3
  81. package/System.Diagnostics.SymbolStore/bindings.json +2 -2
  82. package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
  83. package/System.Diagnostics.SymbolStore.d.ts +4 -0
  84. package/System.Diagnostics.Tracing/bindings.json +212 -212
  85. package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
  86. package/System.Diagnostics.Tracing.d.ts +4 -0
  87. package/System.Diagnostics.d.ts +5 -1
  88. package/System.Drawing/internal/index.d.ts +48 -48
  89. package/System.Drawing.d.ts +4 -0
  90. package/System.Dynamic/bindings.json +13 -13
  91. package/System.Dynamic/internal/index.d.ts +36 -35
  92. package/System.Dynamic.d.ts +4 -0
  93. package/System.Formats.Asn1/internal/index.d.ts +11 -11
  94. package/System.Formats.Asn1.d.ts +4 -0
  95. package/System.Formats.Tar/internal/index.d.ts +1 -1
  96. package/System.Formats.Tar.d.ts +4 -0
  97. package/System.Globalization/bindings.json +3 -3
  98. package/System.Globalization/internal/index.d.ts +19 -19
  99. package/System.Globalization.d.ts +4 -0
  100. package/System.IO/bindings.json +957 -957
  101. package/System.IO/internal/index.d.ts +55 -55
  102. package/System.IO.Compression/internal/index.d.ts +13 -13
  103. package/System.IO.Compression.d.ts +4 -0
  104. package/System.IO.Enumeration/bindings.json +47 -47
  105. package/System.IO.Enumeration/internal/index.d.ts +11 -11
  106. package/System.IO.Enumeration.d.ts +4 -0
  107. package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
  108. package/System.IO.IsolatedStorage.d.ts +4 -0
  109. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
  110. package/System.IO.MemoryMappedFiles.d.ts +4 -0
  111. package/System.IO.Pipelines/internal/index.d.ts +4 -4
  112. package/System.IO.Pipelines.d.ts +4 -0
  113. package/System.IO.Pipes/internal/index.d.ts +4 -4
  114. package/System.IO.Pipes.d.ts +4 -0
  115. package/System.IO.d.ts +4 -0
  116. package/System.Linq/bindings.json +22 -22
  117. package/System.Linq/internal/index.d.ts +703 -701
  118. package/System.Linq.Expressions/internal/index.d.ts +67 -41
  119. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  120. package/System.Linq.Expressions.Interpreter.d.ts +4 -0
  121. package/System.Linq.Expressions.d.ts +6 -2
  122. package/System.Linq.d.ts +18 -14
  123. package/System.Net/bindings.json +27 -27
  124. package/System.Net/internal/index.d.ts +53 -53
  125. package/System.Net.Cache/internal/index.d.ts +1 -1
  126. package/System.Net.Cache.d.ts +4 -0
  127. package/System.Net.Http/bindings.json +22 -22
  128. package/System.Net.Http/internal/index.d.ts +16 -16
  129. package/System.Net.Http.Headers/bindings.json +66 -26
  130. package/System.Net.Http.Headers/internal/index.d.ts +26 -24
  131. package/System.Net.Http.Headers.d.ts +4 -0
  132. package/System.Net.Http.Json/internal/index.d.ts +63 -63
  133. package/System.Net.Http.Json.d.ts +4 -0
  134. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  135. package/System.Net.Http.Metrics.d.ts +4 -0
  136. package/System.Net.Http.d.ts +5 -1
  137. package/System.Net.Mail/bindings.json +96 -96
  138. package/System.Net.Mail/internal/index.d.ts +8 -8
  139. package/System.Net.Mail.d.ts +4 -0
  140. package/System.Net.Mime/internal/index.d.ts +3 -3
  141. package/System.Net.Mime.d.ts +4 -0
  142. package/System.Net.NetworkInformation/bindings.json +40 -40
  143. package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
  144. package/System.Net.NetworkInformation.d.ts +4 -0
  145. package/System.Net.Quic/internal/index.d.ts +4 -4
  146. package/System.Net.Quic.d.ts +4 -0
  147. package/System.Net.Security/internal/index.d.ts +29 -29
  148. package/System.Net.Security.d.ts +4 -0
  149. package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
  150. package/System.Net.ServerSentEvents.d.ts +7 -3
  151. package/System.Net.Sockets/internal/index.d.ts +42 -42
  152. package/System.Net.Sockets.d.ts +4 -0
  153. package/System.Net.WebSockets/bindings.json +101 -101
  154. package/System.Net.WebSockets/internal/index.d.ts +5 -5
  155. package/System.Net.WebSockets.d.ts +4 -0
  156. package/System.Net.d.ts +4 -0
  157. package/System.Numerics/bindings.json +3 -3
  158. package/System.Numerics/internal/index.d.ts +218 -218
  159. package/System.Numerics.d.ts +38 -34
  160. package/System.Reflection/bindings.json +870 -870
  161. package/System.Reflection/internal/index.d.ts +107 -107
  162. package/System.Reflection.Emit/bindings.json +754 -754
  163. package/System.Reflection.Emit/internal/index.d.ts +27 -25
  164. package/System.Reflection.Emit.d.ts +4 -0
  165. package/System.Reflection.Metadata/bindings.json +607 -87
  166. package/System.Reflection.Metadata/internal/index.d.ts +144 -118
  167. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
  168. package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
  169. package/System.Reflection.Metadata.d.ts +9 -5
  170. package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
  171. package/System.Reflection.PortableExecutable.d.ts +4 -0
  172. package/System.Reflection.d.ts +4 -0
  173. package/System.Resources/bindings.json +3 -3
  174. package/System.Resources/internal/index.d.ts +7 -7
  175. package/System.Resources.d.ts +4 -0
  176. package/System.Runtime/bindings.json +9 -9
  177. package/System.Runtime/internal/index.d.ts +7 -7
  178. package/System.Runtime.CompilerServices/bindings.json +383 -383
  179. package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
  180. package/System.Runtime.CompilerServices.d.ts +20 -16
  181. package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
  182. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
  183. package/System.Runtime.ConstrainedExecution.d.ts +4 -0
  184. package/System.Runtime.ExceptionServices/bindings.json +9 -9
  185. package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
  186. package/System.Runtime.ExceptionServices.d.ts +4 -0
  187. package/System.Runtime.InteropServices/bindings.json +559 -559
  188. package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
  189. package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
  190. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
  191. package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
  192. package/System.Runtime.InteropServices.Java/bindings.json +12 -12
  193. package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
  194. package/System.Runtime.InteropServices.Java.d.ts +4 -0
  195. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
  196. package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
  197. package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
  198. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
  199. package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
  200. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
  201. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
  202. package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
  203. package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
  204. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  205. package/System.Runtime.InteropServices.Swift.d.ts +6 -2
  206. package/System.Runtime.InteropServices.d.ts +6 -2
  207. package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
  208. package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
  209. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
  210. package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
  211. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
  212. package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
  213. package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
  214. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
  215. package/System.Runtime.Intrinsics.X86.d.ts +4 -0
  216. package/System.Runtime.Intrinsics.d.ts +12 -8
  217. package/System.Runtime.Loader/internal/index.d.ts +1 -1
  218. package/System.Runtime.Loader.d.ts +4 -0
  219. package/System.Runtime.Remoting/internal/index.d.ts +3 -3
  220. package/System.Runtime.Remoting.d.ts +4 -0
  221. package/System.Runtime.Serialization/bindings.json +13 -13
  222. package/System.Runtime.Serialization/internal/index.d.ts +102 -102
  223. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  224. package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
  225. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  226. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
  227. package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
  228. package/System.Runtime.Serialization.Formatters.d.ts +4 -0
  229. package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
  230. package/System.Runtime.Serialization.Json.d.ts +4 -0
  231. package/System.Runtime.Serialization.d.ts +4 -0
  232. package/System.Runtime.Versioning/bindings.json +13 -13
  233. package/System.Runtime.Versioning/internal/index.d.ts +2 -2
  234. package/System.Runtime.Versioning.d.ts +4 -0
  235. package/System.Runtime.d.ts +4 -0
  236. package/System.Security/bindings.json +5 -5
  237. package/System.Security/internal/index.d.ts +10 -10
  238. package/System.Security.AccessControl/bindings.json +33 -33
  239. package/System.Security.AccessControl/internal/index.d.ts +21 -21
  240. package/System.Security.AccessControl.d.ts +10 -6
  241. package/System.Security.Authentication/internal/index.d.ts +1 -1
  242. package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
  243. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
  244. package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
  245. package/System.Security.Authentication.d.ts +4 -0
  246. package/System.Security.Claims/internal/index.d.ts +3 -3
  247. package/System.Security.Claims.d.ts +4 -0
  248. package/System.Security.Cryptography/bindings.json +40 -40
  249. package/System.Security.Cryptography/internal/index.d.ts +28 -27
  250. package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
  251. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
  252. package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
  253. package/System.Security.Cryptography.d.ts +4 -0
  254. package/System.Security.Permissions/internal/index.d.ts +1 -1
  255. package/System.Security.Permissions.d.ts +4 -0
  256. package/System.Security.Policy/bindings.json +5 -5
  257. package/System.Security.Policy/internal/index.d.ts +9 -9
  258. package/System.Security.Policy.d.ts +4 -0
  259. package/System.Security.Principal/bindings.json +8 -8
  260. package/System.Security.Principal/internal/index.d.ts +8 -8
  261. package/System.Security.Principal.d.ts +4 -0
  262. package/System.Security.d.ts +4 -0
  263. package/System.Text/bindings.json +20 -20
  264. package/System.Text/internal/index.d.ts +48 -48
  265. package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
  266. package/System.Text.Encodings.Web.d.ts +4 -0
  267. package/System.Text.Json/internal/index.d.ts +109 -109
  268. package/System.Text.Json.Nodes/bindings.json +27 -27
  269. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  270. package/System.Text.Json.Nodes.d.ts +4 -0
  271. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  272. package/System.Text.Json.Schema.d.ts +4 -0
  273. package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
  274. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
  275. package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
  276. package/System.Text.Json.Serialization.d.ts +10 -6
  277. package/System.Text.Json.d.ts +4 -0
  278. package/System.Text.RegularExpressions/bindings.json +158 -118
  279. package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
  280. package/System.Text.RegularExpressions.d.ts +4 -0
  281. package/System.Text.Unicode/internal/index.d.ts +6 -6
  282. package/System.Text.Unicode.d.ts +4 -0
  283. package/System.Text.d.ts +4 -0
  284. package/System.Threading/bindings.json +19 -19
  285. package/System.Threading/internal/index.d.ts +97 -97
  286. package/System.Threading.Channels/internal/index.d.ts +23 -23
  287. package/System.Threading.Channels.d.ts +8 -4
  288. package/System.Threading.Tasks/bindings.json +138 -38
  289. package/System.Threading.Tasks/internal/index.d.ts +229 -227
  290. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
  291. package/System.Threading.Tasks.Dataflow.d.ts +18 -14
  292. package/System.Threading.Tasks.Sources/bindings.json +9 -9
  293. package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
  294. package/System.Threading.Tasks.Sources.d.ts +6 -2
  295. package/System.Threading.Tasks.d.ts +12 -8
  296. package/System.Threading.d.ts +4 -0
  297. package/System.Timers/internal/index.d.ts +2 -2
  298. package/System.Timers.d.ts +4 -0
  299. package/System.Transactions/internal/index.d.ts +6 -6
  300. package/System.Transactions.d.ts +4 -0
  301. package/System.Web/internal/index.d.ts +2 -2
  302. package/System.Web.d.ts +4 -0
  303. package/System.Windows.Input/internal/index.d.ts +3 -3
  304. package/System.Windows.Input.d.ts +4 -0
  305. package/System.Windows.Markup/internal/index.d.ts +1 -1
  306. package/System.Windows.Markup.d.ts +4 -0
  307. package/System.Xml/bindings.json +27 -27
  308. package/System.Xml/internal/index.d.ts +29 -29
  309. package/System.Xml.Linq/bindings.json +6 -6
  310. package/System.Xml.Linq/internal/index.d.ts +49 -49
  311. package/System.Xml.Linq.d.ts +4 -0
  312. package/System.Xml.Resolvers/internal/index.d.ts +3 -3
  313. package/System.Xml.Resolvers.d.ts +4 -0
  314. package/System.Xml.Schema/bindings.json +24 -24
  315. package/System.Xml.Schema/internal/index.d.ts +24 -24
  316. package/System.Xml.Schema.d.ts +4 -0
  317. package/System.Xml.Serialization/bindings.json +57 -57
  318. package/System.Xml.Serialization/internal/index.d.ts +49 -49
  319. package/System.Xml.Serialization.d.ts +4 -0
  320. package/System.Xml.XPath/bindings.json +1 -1
  321. package/System.Xml.XPath/internal/index.d.ts +18 -18
  322. package/System.Xml.XPath.d.ts +4 -0
  323. package/System.Xml.Xsl/bindings.json +1 -1
  324. package/System.Xml.Xsl/internal/index.d.ts +12 -12
  325. package/System.Xml.Xsl.Runtime/bindings.json +70 -70
  326. package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
  327. package/System.Xml.Xsl.Runtime.d.ts +4 -0
  328. package/System.Xml.Xsl.d.ts +4 -0
  329. package/System.Xml.d.ts +4 -0
  330. package/System.d.ts +126 -122
  331. package/__internal/extensions/index.d.ts +1288 -1293
  332. package/package.json +2 -2
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.Private.CoreLib, System.Runtime.Numerics
4
4
 
5
5
  // Core type aliases from @tsonic/core
6
- import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
6
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
 
9
9
  // Import types from other namespaces
@@ -13,26 +13,26 @@ import type { NumberStyles } from "../../System.Globalization/internal/index.js"
13
13
  import * as System_Internal from "../../System/internal/index.js";
14
14
  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";
15
15
 
16
- export interface IAdditionOperators_3$instance<TSelf extends IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
16
+ export interface IAdditionOperators_3$instance<TSelf extends unknown & IAdditionOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
17
17
  readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
18
18
 
19
19
  }
20
20
 
21
21
 
22
- export type IAdditionOperators_3<TSelf extends IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IAdditionOperators_3$instance<TSelf, TOther, TResult>;
22
+ export type IAdditionOperators_3<TSelf extends unknown & IAdditionOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IAdditionOperators_3$instance<TSelf, TOther, TResult>;
23
23
 
24
- export interface IAdditiveIdentity_2$instance<TSelf extends IAdditiveIdentity_2<TSelf, TResult>, TResult> {
24
+ export interface IAdditiveIdentity_2$instance<TSelf extends unknown & IAdditiveIdentity_2<TSelf, TResult>, TResult extends unknown> {
25
25
  readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
26
26
 
27
27
  }
28
28
 
29
29
 
30
- export type IAdditiveIdentity_2<TSelf extends IAdditiveIdentity_2<TSelf, TResult>, TResult> = IAdditiveIdentity_2$instance<TSelf, TResult>;
30
+ export type IAdditiveIdentity_2<TSelf extends unknown & IAdditiveIdentity_2<TSelf, TResult>, TResult extends unknown> = IAdditiveIdentity_2$instance<TSelf, TResult>;
31
31
 
32
- 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> {
32
+ export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends unknown & 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> {
33
33
  readonly __tsonic_iface_System_Numerics_IBinaryFloatingPointIeee754_1: never;
34
34
 
35
- CompareTo(obj: JsValue | null): int;
35
+ CompareTo(obj: unknown | null): int;
36
36
  CompareTo(other: TSelf): int;
37
37
  GetExponentByteCount(): int;
38
38
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
@@ -46,12 +46,12 @@ export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFlo
46
46
  }
47
47
 
48
48
 
49
- export type IBinaryFloatingPointIeee754_1<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> = IBinaryFloatingPointIeee754_1$instance<TSelf>;
49
+ export type IBinaryFloatingPointIeee754_1<TSelf extends unknown & IBinaryFloatingPointIeee754_1<TSelf>> = IBinaryFloatingPointIeee754_1$instance<TSelf>;
50
50
 
51
- 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> {
51
+ export interface IBinaryInteger_1$instance<TSelf extends unknown & 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> {
52
52
  readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
53
53
 
54
- CompareTo(obj: JsValue | null): int;
54
+ CompareTo(obj: unknown | null): int;
55
55
  CompareTo(other: TSelf): int;
56
56
  GetByteCount(): int;
57
57
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
@@ -65,14 +65,14 @@ export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>
65
65
  }
66
66
 
67
67
 
68
- export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IShiftOperators_3$instance<TSelf, System_Internal.Int32, TSelf> {}
68
+ export interface IBinaryInteger_1$instance<TSelf extends unknown & IBinaryInteger_1<TSelf>> extends IShiftOperators_3$instance<TSelf, System_Internal.Int32, TSelf> {}
69
69
 
70
- export type IBinaryInteger_1<TSelf extends IBinaryInteger_1<TSelf>> = IBinaryInteger_1$instance<TSelf>;
70
+ export type IBinaryInteger_1<TSelf extends unknown & IBinaryInteger_1<TSelf>> = IBinaryInteger_1$instance<TSelf>;
71
71
 
72
- 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> {
72
+ export interface IBinaryNumber_1$instance<TSelf extends unknown & 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> {
73
73
  readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
74
74
 
75
- CompareTo(obj: JsValue | null): int;
75
+ CompareTo(obj: unknown | null): int;
76
76
  CompareTo(other: TSelf): int;
77
77
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
78
78
  TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
@@ -81,53 +81,53 @@ export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>>
81
81
  }
82
82
 
83
83
 
84
- export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>> extends IBitwiseOperators_3$instance<TSelf, TSelf, TSelf> {}
84
+ export interface IBinaryNumber_1$instance<TSelf extends unknown & IBinaryNumber_1<TSelf>> extends IBitwiseOperators_3$instance<TSelf, TSelf, TSelf> {}
85
85
 
86
- export type IBinaryNumber_1<TSelf extends IBinaryNumber_1<TSelf>> = IBinaryNumber_1$instance<TSelf>;
86
+ export type IBinaryNumber_1<TSelf extends unknown & IBinaryNumber_1<TSelf>> = IBinaryNumber_1$instance<TSelf>;
87
87
 
88
- export interface IBitwiseOperators_3$instance<TSelf extends IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
88
+ export interface IBitwiseOperators_3$instance<TSelf extends unknown & IBitwiseOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
89
89
  readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
90
90
 
91
91
  }
92
92
 
93
93
 
94
- export type IBitwiseOperators_3<TSelf extends IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IBitwiseOperators_3$instance<TSelf, TOther, TResult>;
94
+ export type IBitwiseOperators_3<TSelf extends unknown & IBitwiseOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IBitwiseOperators_3$instance<TSelf, TOther, TResult>;
95
95
 
96
- export interface IComparisonOperators_3$instance<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> extends IEqualityOperators_3<TSelf, TOther, TResult> {
96
+ export interface IComparisonOperators_3$instance<TSelf extends unknown & IComparisonOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> extends IEqualityOperators_3<TSelf, TOther, TResult> {
97
97
  readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
98
98
 
99
99
  }
100
100
 
101
101
 
102
- export interface IComparisonOperators_3$instance<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> extends IEqualityOperators_3$instance<TSelf, TOther, TResult> {}
102
+ export interface IComparisonOperators_3$instance<TSelf extends unknown & IComparisonOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> extends IEqualityOperators_3$instance<TSelf, TOther, TResult> {}
103
103
 
104
- export type IComparisonOperators_3<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IComparisonOperators_3$instance<TSelf, TOther, TResult>;
104
+ export type IComparisonOperators_3<TSelf extends unknown & IComparisonOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IComparisonOperators_3$instance<TSelf, TOther, TResult>;
105
105
 
106
- export interface IDecrementOperators_1$instance<TSelf extends IDecrementOperators_1<TSelf>> {
106
+ export interface IDecrementOperators_1$instance<TSelf extends unknown & IDecrementOperators_1<TSelf>> {
107
107
  readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
108
108
 
109
109
  }
110
110
 
111
111
 
112
- export type IDecrementOperators_1<TSelf extends IDecrementOperators_1<TSelf>> = IDecrementOperators_1$instance<TSelf>;
112
+ export type IDecrementOperators_1<TSelf extends unknown & IDecrementOperators_1<TSelf>> = IDecrementOperators_1$instance<TSelf>;
113
113
 
114
- export interface IDivisionOperators_3$instance<TSelf extends IDivisionOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
114
+ export interface IDivisionOperators_3$instance<TSelf extends unknown & IDivisionOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
115
115
  readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
116
116
 
117
117
  }
118
118
 
119
119
 
120
- export type IDivisionOperators_3<TSelf extends IDivisionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IDivisionOperators_3$instance<TSelf, TOther, TResult>;
120
+ export type IDivisionOperators_3<TSelf extends unknown & IDivisionOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IDivisionOperators_3$instance<TSelf, TOther, TResult>;
121
121
 
122
- export interface IEqualityOperators_3$instance<TSelf extends IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
122
+ export interface IEqualityOperators_3$instance<TSelf extends unknown & IEqualityOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
123
123
  readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
124
124
 
125
125
  }
126
126
 
127
127
 
128
- export type IEqualityOperators_3<TSelf extends IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IEqualityOperators_3$instance<TSelf, TOther, TResult>;
128
+ export type IEqualityOperators_3<TSelf extends unknown & IEqualityOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IEqualityOperators_3$instance<TSelf, TOther, TResult>;
129
129
 
130
- 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> {
130
+ export interface IExponentialFunctions_1$instance<TSelf extends unknown & 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> {
131
131
  readonly __tsonic_iface_System_Numerics_IExponentialFunctions_1: never;
132
132
 
133
133
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
@@ -137,12 +137,12 @@ export interface IExponentialFunctions_1$instance<TSelf extends IExponentialFunc
137
137
  }
138
138
 
139
139
 
140
- export type IExponentialFunctions_1<TSelf extends IExponentialFunctions_1<TSelf>> = IExponentialFunctions_1$instance<TSelf>;
140
+ export type IExponentialFunctions_1<TSelf extends unknown & IExponentialFunctions_1<TSelf>> = IExponentialFunctions_1$instance<TSelf>;
141
141
 
142
- 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> {
142
+ export interface IFloatingPoint_1$instance<TSelf extends unknown & 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> {
143
143
  readonly __tsonic_iface_System_Numerics_IFloatingPoint_1: never;
144
144
 
145
- CompareTo(obj: JsValue | null): int;
145
+ CompareTo(obj: unknown | null): int;
146
146
  CompareTo(other: TSelf): int;
147
147
  GetExponentByteCount(): int;
148
148
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
@@ -156,9 +156,9 @@ export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>
156
156
  }
157
157
 
158
158
 
159
- export type IFloatingPoint_1<TSelf extends IFloatingPoint_1<TSelf>> = IFloatingPoint_1$instance<TSelf>;
159
+ export type IFloatingPoint_1<TSelf extends unknown & IFloatingPoint_1<TSelf>> = IFloatingPoint_1$instance<TSelf>;
160
160
 
161
- 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> {
161
+ export interface IFloatingPointConstants_1$instance<TSelf extends unknown & 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> {
162
162
  readonly __tsonic_iface_System_Numerics_IFloatingPointConstants_1: never;
163
163
 
164
164
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
@@ -168,12 +168,12 @@ export interface IFloatingPointConstants_1$instance<TSelf extends IFloatingPoint
168
168
  }
169
169
 
170
170
 
171
- export type IFloatingPointConstants_1<TSelf extends IFloatingPointConstants_1<TSelf>> = IFloatingPointConstants_1$instance<TSelf>;
171
+ export type IFloatingPointConstants_1<TSelf extends unknown & IFloatingPointConstants_1<TSelf>> = IFloatingPointConstants_1$instance<TSelf>;
172
172
 
173
- 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> {
173
+ export interface IFloatingPointIeee754_1$instance<TSelf extends unknown & 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> {
174
174
  readonly __tsonic_iface_System_Numerics_IFloatingPointIeee754_1: never;
175
175
 
176
- CompareTo(obj: JsValue | null): int;
176
+ CompareTo(obj: unknown | null): int;
177
177
  CompareTo(other: TSelf): int;
178
178
  GetExponentByteCount(): int;
179
179
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
@@ -187,9 +187,9 @@ export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIe
187
187
  }
188
188
 
189
189
 
190
- export type IFloatingPointIeee754_1<TSelf extends IFloatingPointIeee754_1<TSelf>> = IFloatingPointIeee754_1$instance<TSelf>;
190
+ export type IFloatingPointIeee754_1<TSelf extends unknown & IFloatingPointIeee754_1<TSelf>> = IFloatingPointIeee754_1$instance<TSelf>;
191
191
 
192
- 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
+ export interface IHyperbolicFunctions_1$instance<TSelf extends unknown & 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> {
193
193
  readonly __tsonic_iface_System_Numerics_IHyperbolicFunctions_1: never;
194
194
 
195
195
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
@@ -199,17 +199,17 @@ export interface IHyperbolicFunctions_1$instance<TSelf extends IHyperbolicFuncti
199
199
  }
200
200
 
201
201
 
202
- export type IHyperbolicFunctions_1<TSelf extends IHyperbolicFunctions_1<TSelf>> = IHyperbolicFunctions_1$instance<TSelf>;
202
+ export type IHyperbolicFunctions_1<TSelf extends unknown & IHyperbolicFunctions_1<TSelf>> = IHyperbolicFunctions_1$instance<TSelf>;
203
203
 
204
- export interface IIncrementOperators_1$instance<TSelf extends IIncrementOperators_1<TSelf>> {
204
+ export interface IIncrementOperators_1$instance<TSelf extends unknown & IIncrementOperators_1<TSelf>> {
205
205
  readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
206
206
 
207
207
  }
208
208
 
209
209
 
210
- export type IIncrementOperators_1<TSelf extends IIncrementOperators_1<TSelf>> = IIncrementOperators_1$instance<TSelf>;
210
+ export type IIncrementOperators_1<TSelf extends unknown & IIncrementOperators_1<TSelf>> = IIncrementOperators_1$instance<TSelf>;
211
211
 
212
- 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> {
212
+ export interface ILogarithmicFunctions_1$instance<TSelf extends unknown & 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> {
213
213
  readonly __tsonic_iface_System_Numerics_ILogarithmicFunctions_1: never;
214
214
 
215
215
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
@@ -219,44 +219,44 @@ export interface ILogarithmicFunctions_1$instance<TSelf extends ILogarithmicFunc
219
219
  }
220
220
 
221
221
 
222
- export type ILogarithmicFunctions_1<TSelf extends ILogarithmicFunctions_1<TSelf>> = ILogarithmicFunctions_1$instance<TSelf>;
222
+ export type ILogarithmicFunctions_1<TSelf extends unknown & ILogarithmicFunctions_1<TSelf>> = ILogarithmicFunctions_1$instance<TSelf>;
223
223
 
224
- export interface IMinMaxValue_1$instance<TSelf extends IMinMaxValue_1<TSelf>> {
224
+ export interface IMinMaxValue_1$instance<TSelf extends unknown & IMinMaxValue_1<TSelf>> {
225
225
  readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
226
226
 
227
227
  }
228
228
 
229
229
 
230
- export type IMinMaxValue_1<TSelf extends IMinMaxValue_1<TSelf>> = IMinMaxValue_1$instance<TSelf>;
230
+ export type IMinMaxValue_1<TSelf extends unknown & IMinMaxValue_1<TSelf>> = IMinMaxValue_1$instance<TSelf>;
231
231
 
232
- export interface IModulusOperators_3$instance<TSelf extends IModulusOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
232
+ export interface IModulusOperators_3$instance<TSelf extends unknown & IModulusOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
233
233
  readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
234
234
 
235
235
  }
236
236
 
237
237
 
238
- export type IModulusOperators_3<TSelf extends IModulusOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IModulusOperators_3$instance<TSelf, TOther, TResult>;
238
+ export type IModulusOperators_3<TSelf extends unknown & IModulusOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IModulusOperators_3$instance<TSelf, TOther, TResult>;
239
239
 
240
- export interface IMultiplicativeIdentity_2$instance<TSelf extends IMultiplicativeIdentity_2<TSelf, TResult>, TResult> {
240
+ export interface IMultiplicativeIdentity_2$instance<TSelf extends unknown & IMultiplicativeIdentity_2<TSelf, TResult>, TResult extends unknown> {
241
241
  readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
242
242
 
243
243
  }
244
244
 
245
245
 
246
- export type IMultiplicativeIdentity_2<TSelf extends IMultiplicativeIdentity_2<TSelf, TResult>, TResult> = IMultiplicativeIdentity_2$instance<TSelf, TResult>;
246
+ export type IMultiplicativeIdentity_2<TSelf extends unknown & IMultiplicativeIdentity_2<TSelf, TResult>, TResult extends unknown> = IMultiplicativeIdentity_2$instance<TSelf, TResult>;
247
247
 
248
- export interface IMultiplyOperators_3$instance<TSelf extends IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
248
+ export interface IMultiplyOperators_3$instance<TSelf extends unknown & IMultiplyOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
249
249
  readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
250
250
 
251
251
  }
252
252
 
253
253
 
254
- export type IMultiplyOperators_3<TSelf extends IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IMultiplyOperators_3$instance<TSelf, TOther, TResult>;
254
+ export type IMultiplyOperators_3<TSelf extends unknown & IMultiplyOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IMultiplyOperators_3$instance<TSelf, TOther, TResult>;
255
255
 
256
- 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> {
256
+ export interface INumber_1$instance<TSelf extends unknown & 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> {
257
257
  readonly __tsonic_iface_System_Numerics_INumber_1: never;
258
258
 
259
- CompareTo(obj: JsValue | null): int;
259
+ CompareTo(obj: unknown | null): int;
260
260
  CompareTo(other: TSelf): int;
261
261
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
262
262
  TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
@@ -265,11 +265,11 @@ export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends ICom
265
265
  }
266
266
 
267
267
 
268
- export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparisonOperators_3$instance<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3$instance<TSelf, TSelf, TSelf> {}
268
+ export interface INumber_1$instance<TSelf extends unknown & INumber_1<TSelf>> extends IComparisonOperators_3$instance<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3$instance<TSelf, TSelf, TSelf> {}
269
269
 
270
- export type INumber_1<TSelf extends INumber_1<TSelf>> = INumber_1$instance<TSelf>;
270
+ export type INumber_1<TSelf extends unknown & INumber_1<TSelf>> = INumber_1$instance<TSelf>;
271
271
 
272
- 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> {
272
+ export interface INumberBase_1$instance<TSelf extends unknown & 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> {
273
273
  readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
274
274
 
275
275
  Equals(other: TSelf): boolean;
@@ -279,11 +279,11 @@ export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> exte
279
279
  }
280
280
 
281
281
 
282
- 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> {}
282
+ export interface INumberBase_1$instance<TSelf extends unknown & INumberBase_1<TSelf>> extends System_Internal.IEquatable_1$instance<TSelf>, System_Internal.ISpanFormattable$instance, 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> {}
283
283
 
284
- export type INumberBase_1<TSelf extends INumberBase_1<TSelf>> = INumberBase_1$instance<TSelf>;
284
+ export type INumberBase_1<TSelf extends unknown & INumberBase_1<TSelf>> = INumberBase_1$instance<TSelf>;
285
285
 
286
- 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> {
286
+ export interface IPowerFunctions_1$instance<TSelf extends unknown & 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> {
287
287
  readonly __tsonic_iface_System_Numerics_IPowerFunctions_1: never;
288
288
 
289
289
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
@@ -293,9 +293,9 @@ export interface IPowerFunctions_1$instance<TSelf extends IPowerFunctions_1<TSel
293
293
  }
294
294
 
295
295
 
296
- export type IPowerFunctions_1<TSelf extends IPowerFunctions_1<TSelf>> = IPowerFunctions_1$instance<TSelf>;
296
+ export type IPowerFunctions_1<TSelf extends unknown & IPowerFunctions_1<TSelf>> = IPowerFunctions_1$instance<TSelf>;
297
297
 
298
- 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> {
298
+ export interface IRootFunctions_1$instance<TSelf extends unknown & 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> {
299
299
  readonly __tsonic_iface_System_Numerics_IRootFunctions_1: never;
300
300
 
301
301
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
@@ -305,17 +305,17 @@ export interface IRootFunctions_1$instance<TSelf extends IRootFunctions_1<TSelf>
305
305
  }
306
306
 
307
307
 
308
- export type IRootFunctions_1<TSelf extends IRootFunctions_1<TSelf>> = IRootFunctions_1$instance<TSelf>;
308
+ export type IRootFunctions_1<TSelf extends unknown & IRootFunctions_1<TSelf>> = IRootFunctions_1$instance<TSelf>;
309
309
 
310
- export interface IShiftOperators_3$instance<TSelf extends IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
310
+ export interface IShiftOperators_3$instance<TSelf extends unknown & IShiftOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
311
311
  readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
312
312
 
313
313
  }
314
314
 
315
315
 
316
- export type IShiftOperators_3<TSelf extends IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IShiftOperators_3$instance<TSelf, TOther, TResult>;
316
+ export type IShiftOperators_3<TSelf extends unknown & IShiftOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IShiftOperators_3$instance<TSelf, TOther, TResult>;
317
317
 
318
- 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> {
318
+ export interface ISignedNumber_1$instance<TSelf extends unknown & 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> {
319
319
  readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
320
320
 
321
321
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
@@ -325,17 +325,17 @@ export interface ISignedNumber_1$instance<TSelf extends ISignedNumber_1<TSelf>>
325
325
  }
326
326
 
327
327
 
328
- export type ISignedNumber_1<TSelf extends ISignedNumber_1<TSelf>> = ISignedNumber_1$instance<TSelf>;
328
+ export type ISignedNumber_1<TSelf extends unknown & ISignedNumber_1<TSelf>> = ISignedNumber_1$instance<TSelf>;
329
329
 
330
- export interface ISubtractionOperators_3$instance<TSelf extends ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
330
+ export interface ISubtractionOperators_3$instance<TSelf extends unknown & ISubtractionOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
331
331
  readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
332
332
 
333
333
  }
334
334
 
335
335
 
336
- export type ISubtractionOperators_3<TSelf extends ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = ISubtractionOperators_3$instance<TSelf, TOther, TResult>;
336
+ export type ISubtractionOperators_3<TSelf extends unknown & ISubtractionOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = ISubtractionOperators_3$instance<TSelf, TOther, TResult>;
337
337
 
338
- 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> {
338
+ export interface ITrigonometricFunctions_1$instance<TSelf extends unknown & 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> {
339
339
  readonly __tsonic_iface_System_Numerics_ITrigonometricFunctions_1: never;
340
340
 
341
341
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
@@ -345,25 +345,25 @@ export interface ITrigonometricFunctions_1$instance<TSelf extends ITrigonometric
345
345
  }
346
346
 
347
347
 
348
- export type ITrigonometricFunctions_1<TSelf extends ITrigonometricFunctions_1<TSelf>> = ITrigonometricFunctions_1$instance<TSelf>;
348
+ export type ITrigonometricFunctions_1<TSelf extends unknown & ITrigonometricFunctions_1<TSelf>> = ITrigonometricFunctions_1$instance<TSelf>;
349
349
 
350
- export interface IUnaryNegationOperators_2$instance<TSelf extends IUnaryNegationOperators_2<TSelf, TResult>, TResult> {
350
+ export interface IUnaryNegationOperators_2$instance<TSelf extends unknown & IUnaryNegationOperators_2<TSelf, TResult>, TResult extends unknown> {
351
351
  readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
352
352
 
353
353
  }
354
354
 
355
355
 
356
- export type IUnaryNegationOperators_2<TSelf extends IUnaryNegationOperators_2<TSelf, TResult>, TResult> = IUnaryNegationOperators_2$instance<TSelf, TResult>;
356
+ export type IUnaryNegationOperators_2<TSelf extends unknown & IUnaryNegationOperators_2<TSelf, TResult>, TResult extends unknown> = IUnaryNegationOperators_2$instance<TSelf, TResult>;
357
357
 
358
- export interface IUnaryPlusOperators_2$instance<TSelf extends IUnaryPlusOperators_2<TSelf, TResult>, TResult> {
358
+ export interface IUnaryPlusOperators_2$instance<TSelf extends unknown & IUnaryPlusOperators_2<TSelf, TResult>, TResult extends unknown> {
359
359
  readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
360
360
 
361
361
  }
362
362
 
363
363
 
364
- export type IUnaryPlusOperators_2<TSelf extends IUnaryPlusOperators_2<TSelf, TResult>, TResult> = IUnaryPlusOperators_2$instance<TSelf, TResult>;
364
+ export type IUnaryPlusOperators_2<TSelf extends unknown & IUnaryPlusOperators_2<TSelf, TResult>, TResult extends unknown> = IUnaryPlusOperators_2$instance<TSelf, TResult>;
365
365
 
366
- 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> {
366
+ export interface IUnsignedNumber_1$instance<TSelf extends unknown & 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> {
367
367
  readonly __tsonic_iface_System_Numerics_IUnsignedNumber_1: never;
368
368
 
369
369
  ToString(format: string | null, formatProvider: IFormatProvider | null): string;
@@ -373,9 +373,9 @@ export interface IUnsignedNumber_1$instance<TSelf extends IUnsignedNumber_1<TSel
373
373
  }
374
374
 
375
375
 
376
- export type IUnsignedNumber_1<TSelf extends IUnsignedNumber_1<TSelf>> = IUnsignedNumber_1$instance<TSelf>;
376
+ export type IUnsignedNumber_1<TSelf extends unknown & IUnsignedNumber_1<TSelf>> = IUnsignedNumber_1$instance<TSelf>;
377
377
 
378
- 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> {
378
+ export interface BigInteger$instance {
379
379
  readonly __tsonic_type_System_Numerics_BigInteger: never;
380
380
 
381
381
  readonly __tsonic_iface_System_IComparable: never;
@@ -416,8 +416,8 @@ export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, Bi
416
416
  CompareTo(other: long): int;
417
417
  CompareTo(other: ulong): int;
418
418
  CompareTo(other: BigInteger): int;
419
- CompareTo(obj: JsValue | null): int;
420
- Equals(obj: JsValue | null): boolean;
419
+ CompareTo(obj: unknown | null): int;
420
+ Equals(obj: unknown | null): boolean;
421
421
  Equals(other: long): boolean;
422
422
  Equals(other: ulong): boolean;
423
423
  Equals(other: BigInteger): boolean;
@@ -453,9 +453,9 @@ export const BigInteger: {
453
453
  Clamp(value: BigInteger, min: BigInteger, max: BigInteger): BigInteger;
454
454
  Compare(left: BigInteger, right: BigInteger): int;
455
455
  CopySign(value: BigInteger, sign: BigInteger): BigInteger;
456
- CreateChecked<TOther extends INumberBase_1<TOther>>(value: TOther): BigInteger;
457
- CreateSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): BigInteger;
458
- CreateTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): BigInteger;
456
+ CreateChecked<TOther extends unknown & INumberBase_1<TOther>>(value: TOther): BigInteger;
457
+ CreateSaturating<TOther extends unknown & INumberBase_1<TOther>>(value: TOther): BigInteger;
458
+ CreateTruncating<TOther extends unknown & INumberBase_1<TOther>>(value: TOther): BigInteger;
459
459
  Divide(dividend: BigInteger, divisor: BigInteger): BigInteger;
460
460
  DivRem(dividend: BigInteger, divisor: BigInteger, remainder: BigInteger): BigInteger;
461
461
  DivRem(left: BigInteger, right: BigInteger): ValueTuple_2<BigInteger, BigInteger>;
@@ -516,7 +516,7 @@ export interface __BigInteger$views {
516
516
 
517
517
  // Structural method bridges for numeric interface constraints
518
518
  Equals(other: BigInteger): boolean;
519
- CompareTo(obj: JsValue): int;
519
+ CompareTo(obj: unknown): int;
520
520
  ToString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
521
521
  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;
522
522
  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;
@@ -530,7 +530,7 @@ export interface __BigInteger$views {
530
530
  export type BigInteger = BigInteger$instance & __BigInteger$views;
531
531
 
532
532
 
533
- 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> {
533
+ export interface Complex$instance {
534
534
  readonly __tsonic_type_System_Numerics_Complex: never;
535
535
 
536
536
  readonly __tsonic_iface_System_IEquatable_1: never;
@@ -558,7 +558,7 @@ export interface Complex$instance extends IAdditionOperators_3<Complex, Complex,
558
558
  readonly Magnitude: double;
559
559
  readonly Phase: double;
560
560
  readonly Real: double;
561
- Equals(obj: JsValue | null): boolean;
561
+ Equals(obj: unknown | null): boolean;
562
562
  Equals(value: Complex): boolean;
563
563
  GetHashCode(): int;
564
564
  ToString(): string;
@@ -587,9 +587,9 @@ export const Complex: {
587
587
  Conjugate(value: Complex): Complex;
588
588
  Cos(value: Complex): Complex;
589
589
  Cosh(value: Complex): Complex;
590
- CreateChecked<TOther extends INumberBase_1<TOther>>(value: TOther): Complex;
591
- CreateSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): Complex;
592
- CreateTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): Complex;
590
+ CreateChecked<TOther extends unknown & INumberBase_1<TOther>>(value: TOther): Complex;
591
+ CreateSaturating<TOther extends unknown & INumberBase_1<TOther>>(value: TOther): Complex;
592
+ CreateTruncating<TOther extends unknown & INumberBase_1<TOther>>(value: TOther): Complex;
593
593
  Divide(dividend: double, divisor: Complex): Complex;
594
594
  Divide(dividend: Complex, divisor: double): Complex;
595
595
  Divide(dividend: Complex, divisor: Complex): Complex;
@@ -677,7 +677,7 @@ export interface Matrix3x2$instance {
677
677
  X: Vector2;
678
678
  Y: Vector2;
679
679
  Z: Vector2;
680
- Equals(obj: JsValue | null): boolean;
680
+ Equals(obj: unknown | null): boolean;
681
681
  Equals(other: Matrix3x2): boolean;
682
682
  get_Item(row: int): Vector2;
683
683
  get_Item(row: int, column: int): float;
@@ -759,7 +759,7 @@ export interface Matrix4x4$instance {
759
759
  X: Vector4;
760
760
  Y: Vector4;
761
761
  Z: Vector4;
762
- Equals(obj: JsValue | null): boolean;
762
+ Equals(obj: unknown | null): boolean;
763
763
  Equals(other: Matrix4x4): boolean;
764
764
  get_Item(row: int): Vector4;
765
765
  get_Item(row: int, column: int): float;
@@ -854,7 +854,7 @@ export interface Plane$instance {
854
854
 
855
855
  Normal: Vector3;
856
856
  D: float;
857
- Equals(obj: JsValue | null): boolean;
857
+ Equals(obj: unknown | null): boolean;
858
858
  Equals(other: Plane): boolean;
859
859
  GetHashCode(): int;
860
860
  ToString(): string;
@@ -898,7 +898,7 @@ export interface Quaternion$instance {
898
898
  Z: float;
899
899
  W: float;
900
900
  readonly IsIdentity: boolean;
901
- Equals(obj: JsValue | null): boolean;
901
+ Equals(obj: unknown | null): boolean;
902
902
  Equals(other: Quaternion): boolean;
903
903
  GetHashCode(): int;
904
904
  Length(): float;
@@ -943,7 +943,7 @@ export interface __Quaternion$views {
943
943
  export type Quaternion = Quaternion$instance & __Quaternion$views & { [index: number]: float; };
944
944
 
945
945
 
946
- export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee754_1<T>> {
946
+ export interface TotalOrderIeee754Comparer_1$instance<T extends unknown & IFloatingPointIeee754_1<T>> {
947
947
  readonly __tsonic_type_System_Numerics_TotalOrderIeee754Comparer_1: never;
948
948
 
949
949
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
@@ -953,18 +953,18 @@ export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIe
953
953
  Compare(x: T | null, y: T | null): int;
954
954
  Equals(x: T | null, y: T | null): boolean;
955
955
  Equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
956
- Equals(obj: JsValue | null): boolean;
956
+ Equals(obj: unknown | null): boolean;
957
957
  GetHashCode(obj: T): int;
958
958
  GetHashCode(): int;
959
959
  }
960
960
 
961
961
 
962
962
  export const TotalOrderIeee754Comparer_1: {
963
- new<T extends IFloatingPointIeee754_1<T>>(): TotalOrderIeee754Comparer_1<T>;
963
+ new<T extends unknown & IFloatingPointIeee754_1<T>>(): TotalOrderIeee754Comparer_1<T>;
964
964
  };
965
965
 
966
966
 
967
- export interface __TotalOrderIeee754Comparer_1$views<T extends IFloatingPointIeee754_1<T>> {
967
+ export interface __TotalOrderIeee754Comparer_1$views<T extends unknown & IFloatingPointIeee754_1<T>> {
968
968
  As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<T>;
969
969
  As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<T>;
970
970
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<TotalOrderIeee754Comparer_1<T>>;
@@ -973,10 +973,10 @@ export interface __TotalOrderIeee754Comparer_1$views<T extends IFloatingPointIee
973
973
  Equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
974
974
  }
975
975
 
976
- export type TotalOrderIeee754Comparer_1<T extends IFloatingPointIeee754_1<T>> = TotalOrderIeee754Comparer_1$instance<T> & __TotalOrderIeee754Comparer_1$views<T>;
976
+ export type TotalOrderIeee754Comparer_1<T extends unknown & IFloatingPointIeee754_1<T>> = TotalOrderIeee754Comparer_1$instance<T> & __TotalOrderIeee754Comparer_1$views<T>;
977
977
 
978
978
 
979
- 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>>, 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>> {
979
+ export interface Vector_1$instance<T extends unknown> 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>>, 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>> {
980
980
  readonly __tsonic_type_System_Numerics_Vector_1: never;
981
981
 
982
982
  readonly __tsonic_iface_System_IEquatable_1: never;
@@ -995,7 +995,7 @@ export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>,
995
995
  CopyTo(destination: T[], startIndex: int): void;
996
996
  CopyTo(destination: Span_1<System_Internal.Byte>): void;
997
997
  CopyTo(destination: Span_1<T>): void;
998
- Equals(obj: JsValue | null): boolean;
998
+ Equals(obj: unknown | null): boolean;
999
999
  Equals(other: Vector_1<T>): boolean;
1000
1000
  GetHashCode(): int;
1001
1001
  ToString(): string;
@@ -1007,22 +1007,22 @@ export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>,
1007
1007
 
1008
1008
 
1009
1009
  export const Vector_1: {
1010
- new<T>(value: T): Vector_1<T>;
1011
- new<T>(values: T[]): Vector_1<T>;
1012
- new<T>(values: T[], index: int): Vector_1<T>;
1013
- new<T>(values: ReadOnlySpan_1<T>): Vector_1<T>;
1014
- new<T>(values: ReadOnlySpan_1<System_Internal.Byte>): Vector_1<T>;
1015
- new<T>(values: Span_1<T>): Vector_1<T>;
1016
- readonly AllBitsSet: <T>() => Vector_1<T>;
1010
+ new<T extends unknown>(value: T): Vector_1<T>;
1011
+ new<T extends unknown>(values: T[]): Vector_1<T>;
1012
+ new<T extends unknown>(values: T[], index: int): Vector_1<T>;
1013
+ new<T extends unknown>(values: ReadOnlySpan_1<T>): Vector_1<T>;
1014
+ new<T extends unknown>(values: ReadOnlySpan_1<System_Internal.Byte>): Vector_1<T>;
1015
+ new<T extends unknown>(values: Span_1<T>): Vector_1<T>;
1016
+ readonly AllBitsSet: <T extends unknown>() => Vector_1<T>;
1017
1017
  readonly Count: int;
1018
- readonly Indices: <T>() => Vector_1<T>;
1018
+ readonly Indices: <T extends unknown>() => Vector_1<T>;
1019
1019
  readonly IsSupported: boolean;
1020
- readonly One: <T>() => Vector_1<T>;
1021
- readonly Zero: <T>() => Vector_1<T>;
1020
+ readonly One: <T extends unknown>() => Vector_1<T>;
1021
+ readonly Zero: <T extends unknown>() => Vector_1<T>;
1022
1022
  };
1023
1023
 
1024
1024
 
1025
- export interface __Vector_1$views<T> {
1025
+ export interface __Vector_1$views<T extends unknown> {
1026
1026
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector_1<T>>;
1027
1027
  As_IFormattable(): System_Internal.IFormattable$instance;
1028
1028
 
@@ -1030,7 +1030,7 @@ export interface __Vector_1$views<T> {
1030
1030
  Equals(other: Vector_1<T>): boolean;
1031
1031
  }
1032
1032
 
1033
- export type Vector_1<T> = Vector_1$instance<T> & __Vector_1$views<T> & { readonly [index: number]: T; };
1033
+ export type Vector_1<T extends unknown> = Vector_1$instance<T> & __Vector_1$views<T> & { readonly [index: number]: T; };
1034
1034
 
1035
1035
 
1036
1036
  export interface Vector2$instance {
@@ -1044,7 +1044,7 @@ export interface Vector2$instance {
1044
1044
  CopyTo(array: float[]): void;
1045
1045
  CopyTo(array: float[], index: int): void;
1046
1046
  CopyTo(destination: Span_1<System_Internal.Single>): void;
1047
- Equals(obj: JsValue | null): boolean;
1047
+ Equals(obj: unknown | null): boolean;
1048
1048
  Equals(other: Vector2): boolean;
1049
1049
  GetHashCode(): int;
1050
1050
  Length(): float;
@@ -1207,7 +1207,7 @@ export interface Vector3$instance {
1207
1207
  CopyTo(array: float[]): void;
1208
1208
  CopyTo(array: float[], index: int): void;
1209
1209
  CopyTo(destination: Span_1<System_Internal.Single>): void;
1210
- Equals(obj: JsValue | null): boolean;
1210
+ Equals(obj: unknown | null): boolean;
1211
1211
  Equals(other: Vector3): boolean;
1212
1212
  GetHashCode(): int;
1213
1213
  Length(): float;
@@ -1373,7 +1373,7 @@ export interface Vector4$instance {
1373
1373
  CopyTo(array: float[], index: int): void;
1374
1374
  CopyTo(destination: Span_1<System_Internal.Single>): void;
1375
1375
  Equals(other: Vector4): boolean;
1376
- Equals(obj: JsValue | null): boolean;
1376
+ Equals(obj: unknown | null): boolean;
1377
1377
  GetHashCode(): int;
1378
1378
  Length(): float;
1379
1379
  LengthSquared(): float;
@@ -1571,15 +1571,15 @@ export type BitOperations = BitOperations$instance;
1571
1571
 
1572
1572
  export abstract class Vector$instance {
1573
1573
  static readonly IsHardwareAccelerated: boolean;
1574
- static Abs<T>(value: Vector_1<T>): Vector_1<T>;
1575
- static Add<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1576
- static AddSaturate<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1577
- static All<T>(vector: Vector_1<T>, value: T): boolean;
1578
- static AllWhereAllBitsSet<T>(vector: Vector_1<T>): boolean;
1579
- static AndNot<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1580
- static Any<T>(vector: Vector_1<T>, value: T): boolean;
1581
- static AnyWhereAllBitsSet<T>(vector: Vector_1<T>): boolean;
1582
- static As<TFrom, TTo>(vector: Vector_1<TFrom>): Vector_1<TTo>;
1574
+ static Abs<T extends unknown>(value: Vector_1<T>): Vector_1<T>;
1575
+ static Add<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1576
+ static AddSaturate<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1577
+ static All<T extends unknown>(vector: Vector_1<T>, value: T): boolean;
1578
+ static AllWhereAllBitsSet<T extends unknown>(vector: Vector_1<T>): boolean;
1579
+ static AndNot<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1580
+ static Any<T extends unknown>(vector: Vector_1<T>, value: T): boolean;
1581
+ static AnyWhereAllBitsSet<T extends unknown>(vector: Vector_1<T>): boolean;
1582
+ static As<TFrom extends unknown, TTo extends unknown>(vector: Vector_1<TFrom>): Vector_1<TTo>;
1583
1583
  static AsPlane(value: Vector4): Plane;
1584
1584
  static AsQuaternion(value: Vector4): Quaternion;
1585
1585
  static AsVector2(value: Vector3): Vector2;
@@ -1593,27 +1593,27 @@ export abstract class Vector$instance {
1593
1593
  static AsVector4(value: Vector3): Vector4;
1594
1594
  static AsVector4Unsafe(value: Vector2): Vector4;
1595
1595
  static AsVector4Unsafe(value: Vector3): Vector4;
1596
- static AsVectorByte<T>(value: Vector_1<T>): Vector_1<System_Internal.Byte>;
1597
- static AsVectorDouble<T>(value: Vector_1<T>): Vector_1<System_Internal.Double>;
1598
- static AsVectorInt16<T>(value: Vector_1<T>): Vector_1<System_Internal.Int16>;
1599
- static AsVectorInt32<T>(value: Vector_1<T>): Vector_1<System_Internal.Int32>;
1600
- static AsVectorInt64<T>(value: Vector_1<T>): Vector_1<System_Internal.Int64>;
1601
- static AsVectorNInt<T>(value: Vector_1<T>): Vector_1<System_Internal.IntPtr>;
1602
- static AsVectorNUInt<T>(value: Vector_1<T>): Vector_1<System_Internal.UIntPtr>;
1603
- static AsVectorSByte<T>(value: Vector_1<T>): Vector_1<System_Internal.SByte>;
1604
- static AsVectorSingle<T>(value: Vector_1<T>): Vector_1<System_Internal.Single>;
1605
- static AsVectorUInt16<T>(value: Vector_1<T>): Vector_1<System_Internal.UInt16>;
1606
- static AsVectorUInt32<T>(value: Vector_1<T>): Vector_1<System_Internal.UInt32>;
1607
- static AsVectorUInt64<T>(value: Vector_1<T>): Vector_1<System_Internal.UInt64>;
1608
- static BitwiseAnd<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1609
- static BitwiseOr<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1596
+ static AsVectorByte<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.Byte>;
1597
+ static AsVectorDouble<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.Double>;
1598
+ static AsVectorInt16<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.Int16>;
1599
+ static AsVectorInt32<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.Int32>;
1600
+ static AsVectorInt64<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.Int64>;
1601
+ static AsVectorNInt<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.IntPtr>;
1602
+ static AsVectorNUInt<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.UIntPtr>;
1603
+ static AsVectorSByte<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.SByte>;
1604
+ static AsVectorSingle<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.Single>;
1605
+ static AsVectorUInt16<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.UInt16>;
1606
+ static AsVectorUInt32<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.UInt32>;
1607
+ static AsVectorUInt64<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.UInt64>;
1608
+ static BitwiseAnd<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1609
+ static BitwiseOr<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1610
1610
  static Ceiling(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1611
1611
  static Ceiling(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1612
- static Clamp<T>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
1613
- static ClampNative<T>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
1612
+ static Clamp<T extends unknown>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
1613
+ static ClampNative<T extends unknown>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
1614
1614
  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>;
1615
1615
  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>;
1616
- static ConditionalSelect<T>(condition: Vector_1<T>, left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1616
+ static ConditionalSelect<T extends unknown>(condition: Vector_1<T>, left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1617
1617
  static ConvertToDouble(value: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Double>;
1618
1618
  static ConvertToDouble(value: Vector_1<System_Internal.UInt64>): Vector_1<System_Internal.Double>;
1619
1619
  static ConvertToInt32(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
@@ -1626,28 +1626,28 @@ export abstract class Vector$instance {
1626
1626
  static ConvertToUInt32Native(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.UInt32>;
1627
1627
  static ConvertToUInt64(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.UInt64>;
1628
1628
  static ConvertToUInt64Native(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.UInt64>;
1629
- static CopySign<T>(value: Vector_1<T>, sign: Vector_1<T>): Vector_1<T>;
1629
+ static CopySign<T extends unknown>(value: Vector_1<T>, sign: Vector_1<T>): Vector_1<T>;
1630
1630
  static Cos(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1631
1631
  static Cos(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1632
- static Count<T>(vector: Vector_1<T>, value: T): int;
1633
- static CountWhereAllBitsSet<T>(vector: Vector_1<T>): int;
1634
- static Create<T>(values: ReadOnlySpan_1<T>): Vector_1<T>;
1635
- static Create<T>(value: T): Vector_1<T>;
1636
- static CreateScalar<T>(value: T): Vector_1<T>;
1637
- static CreateScalarUnsafe<T>(value: T): Vector_1<T>;
1638
- static CreateSequence<T>(start: T, step: T): Vector_1<T>;
1632
+ static Count<T extends unknown>(vector: Vector_1<T>, value: T): int;
1633
+ static CountWhereAllBitsSet<T extends unknown>(vector: Vector_1<T>): int;
1634
+ static Create<T extends unknown>(values: ReadOnlySpan_1<T>): Vector_1<T>;
1635
+ static Create<T extends unknown>(value: T): Vector_1<T>;
1636
+ static CreateScalar<T extends unknown>(value: T): Vector_1<T>;
1637
+ static CreateScalarUnsafe<T extends unknown>(value: T): Vector_1<T>;
1638
+ static CreateSequence<T extends unknown>(start: T, step: T): Vector_1<T>;
1639
1639
  static DegreesToRadians(degrees: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1640
1640
  static DegreesToRadians(degrees: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1641
- static Divide<T>(left: Vector_1<T>, right: T): Vector_1<T>;
1642
- static Divide<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1643
- static Dot<T>(left: Vector_1<T>, right: Vector_1<T>): T;
1641
+ static Divide<T extends unknown>(left: Vector_1<T>, right: T): Vector_1<T>;
1642
+ static Divide<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1643
+ static Dot<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): T;
1644
1644
  static Equals(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
1645
1645
  static Equals(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
1646
1646
  static Equals(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
1647
1647
  static Equals(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
1648
- static Equals<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1649
- static EqualsAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1650
- static EqualsAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1648
+ static Equals<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1649
+ static EqualsAll<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1650
+ static EqualsAny<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1651
1651
  static Exp(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1652
1652
  static Exp(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1653
1653
  static ExtractMostSignificantBits(vector: Vector2): uint;
@@ -1660,78 +1660,78 @@ export abstract class Vector$instance {
1660
1660
  static GetElement(vector: Vector2, index: int): float;
1661
1661
  static GetElement(vector: Vector3, index: int): float;
1662
1662
  static GetElement(vector: Vector4, index: int): float;
1663
- static GetElement<T>(vector: Vector_1<T>, index: int): T;
1663
+ static GetElement<T extends unknown>(vector: Vector_1<T>, index: int): T;
1664
1664
  static GreaterThan(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
1665
1665
  static GreaterThan(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
1666
1666
  static GreaterThan(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
1667
1667
  static GreaterThan(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
1668
- static GreaterThan<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1669
- static GreaterThanAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1670
- static GreaterThanAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1668
+ static GreaterThan<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1669
+ static GreaterThanAll<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1670
+ static GreaterThanAny<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1671
1671
  static GreaterThanOrEqual(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
1672
1672
  static GreaterThanOrEqual(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
1673
1673
  static GreaterThanOrEqual(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
1674
1674
  static GreaterThanOrEqual(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
1675
- static GreaterThanOrEqual<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1676
- static GreaterThanOrEqualAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1677
- static GreaterThanOrEqualAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1675
+ static GreaterThanOrEqual<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1676
+ static GreaterThanOrEqualAll<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1677
+ static GreaterThanOrEqualAny<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1678
1678
  static Hypot(x: Vector_1<System_Internal.Double>, y: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1679
1679
  static Hypot(x: Vector_1<System_Internal.Single>, y: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1680
- static IndexOf<T>(vector: Vector_1<T>, value: T): int;
1681
- static IndexOfWhereAllBitsSet<T>(vector: Vector_1<T>): int;
1682
- static IsEvenInteger<T>(vector: Vector_1<T>): Vector_1<T>;
1683
- static IsFinite<T>(vector: Vector_1<T>): Vector_1<T>;
1684
- static IsInfinity<T>(vector: Vector_1<T>): Vector_1<T>;
1685
- static IsInteger<T>(vector: Vector_1<T>): Vector_1<T>;
1686
- static IsNaN<T>(vector: Vector_1<T>): Vector_1<T>;
1687
- static IsNegative<T>(vector: Vector_1<T>): Vector_1<T>;
1688
- static IsNegativeInfinity<T>(vector: Vector_1<T>): Vector_1<T>;
1689
- static IsNormal<T>(vector: Vector_1<T>): Vector_1<T>;
1690
- static IsOddInteger<T>(vector: Vector_1<T>): Vector_1<T>;
1691
- static IsPositive<T>(vector: Vector_1<T>): Vector_1<T>;
1692
- static IsPositiveInfinity<T>(vector: Vector_1<T>): Vector_1<T>;
1693
- static IsSubnormal<T>(vector: Vector_1<T>): Vector_1<T>;
1694
- static IsZero<T>(vector: Vector_1<T>): Vector_1<T>;
1695
- static LastIndexOf<T>(vector: Vector_1<T>, value: T): int;
1696
- static LastIndexOfWhereAllBitsSet<T>(vector: Vector_1<T>): int;
1680
+ static IndexOf<T extends unknown>(vector: Vector_1<T>, value: T): int;
1681
+ static IndexOfWhereAllBitsSet<T extends unknown>(vector: Vector_1<T>): int;
1682
+ static IsEvenInteger<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
1683
+ static IsFinite<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
1684
+ static IsInfinity<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
1685
+ static IsInteger<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
1686
+ static IsNaN<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
1687
+ static IsNegative<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
1688
+ static IsNegativeInfinity<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
1689
+ static IsNormal<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
1690
+ static IsOddInteger<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
1691
+ static IsPositive<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
1692
+ static IsPositiveInfinity<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
1693
+ static IsSubnormal<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
1694
+ static IsZero<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
1695
+ static LastIndexOf<T extends unknown>(vector: Vector_1<T>, value: T): int;
1696
+ static LastIndexOfWhereAllBitsSet<T extends unknown>(vector: Vector_1<T>): int;
1697
1697
  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>;
1698
1698
  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>;
1699
1699
  static LessThan(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
1700
1700
  static LessThan(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
1701
1701
  static LessThan(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
1702
1702
  static LessThan(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
1703
- static LessThan<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1704
- static LessThanAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1705
- static LessThanAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1703
+ static LessThan<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1704
+ static LessThanAll<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1705
+ static LessThanAny<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1706
1706
  static LessThanOrEqual(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
1707
1707
  static LessThanOrEqual(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
1708
1708
  static LessThanOrEqual(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
1709
1709
  static LessThanOrEqual(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
1710
- static LessThanOrEqual<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1711
- static LessThanOrEqualAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1712
- static LessThanOrEqualAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1713
- static Load<T>(source: ptr<T>): Vector_1<T>;
1714
- static LoadAligned<T>(source: ptr<T>): Vector_1<T>;
1715
- static LoadAlignedNonTemporal<T>(source: ptr<T>): Vector_1<T>;
1716
- static LoadUnsafe<T>(source: T, elementOffset: nuint): Vector_1<T>;
1717
- static LoadUnsafe<T>(source: T): Vector_1<T>;
1710
+ static LessThanOrEqual<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1711
+ static LessThanOrEqualAll<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1712
+ static LessThanOrEqualAny<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
1713
+ static Load<T extends unknown>(source: ptr<T>): Vector_1<T>;
1714
+ static LoadAligned<T extends unknown>(source: ptr<T>): Vector_1<T>;
1715
+ static LoadAlignedNonTemporal<T extends unknown>(source: ptr<T>): Vector_1<T>;
1716
+ static LoadUnsafe<T extends unknown>(source: T, elementOffset: nuint): Vector_1<T>;
1717
+ static LoadUnsafe<T extends unknown>(source: T): Vector_1<T>;
1718
1718
  static Log(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1719
1719
  static Log(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1720
1720
  static Log2(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1721
1721
  static Log2(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1722
- static Max<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1723
- static MaxMagnitude<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1724
- static MaxMagnitudeNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1725
- static MaxNative<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1726
- static MaxNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1727
- static Min<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1728
- static MinMagnitude<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1729
- static MinMagnitudeNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1730
- static MinNative<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1731
- static MinNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1732
- static Multiply<T>(left: T, right: Vector_1<T>): Vector_1<T>;
1733
- static Multiply<T>(left: Vector_1<T>, right: T): Vector_1<T>;
1734
- static Multiply<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1722
+ static Max<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1723
+ static MaxMagnitude<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1724
+ static MaxMagnitudeNumber<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1725
+ static MaxNative<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1726
+ static MaxNumber<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1727
+ static Min<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1728
+ static MinMagnitude<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1729
+ static MinMagnitudeNumber<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1730
+ static MinNative<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1731
+ static MinNumber<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1732
+ static Multiply<T extends unknown>(left: T, right: Vector_1<T>): Vector_1<T>;
1733
+ static Multiply<T extends unknown>(left: Vector_1<T>, right: T): Vector_1<T>;
1734
+ static Multiply<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1735
1735
  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>;
1736
1736
  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>;
1737
1737
  static Narrow(low: Vector_1<System_Internal.Double>, high: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Single>;
@@ -1748,10 +1748,10 @@ export abstract class Vector$instance {
1748
1748
  static NarrowWithSaturation(low: Vector_1<System_Internal.UInt16>, high: Vector_1<System_Internal.UInt16>): Vector_1<System_Internal.Byte>;
1749
1749
  static NarrowWithSaturation(low: Vector_1<System_Internal.UInt32>, high: Vector_1<System_Internal.UInt32>): Vector_1<System_Internal.UInt16>;
1750
1750
  static NarrowWithSaturation(low: Vector_1<System_Internal.UInt64>, high: Vector_1<System_Internal.UInt64>): Vector_1<System_Internal.UInt32>;
1751
- static Negate<T>(value: Vector_1<T>): Vector_1<T>;
1752
- static None<T>(vector: Vector_1<T>, value: T): boolean;
1753
- static NoneWhereAllBitsSet<T>(vector: Vector_1<T>): boolean;
1754
- static OnesComplement<T>(value: Vector_1<T>): Vector_1<T>;
1751
+ static Negate<T extends unknown>(value: Vector_1<T>): Vector_1<T>;
1752
+ static None<T extends unknown>(vector: Vector_1<T>, value: T): boolean;
1753
+ static NoneWhereAllBitsSet<T extends unknown>(vector: Vector_1<T>): boolean;
1754
+ static OnesComplement<T extends unknown>(value: Vector_1<T>): Vector_1<T>;
1755
1755
  static RadiansToDegrees(radians: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1756
1756
  static RadiansToDegrees(radians: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1757
1757
  static Round(vector: Vector_1<System_Internal.Double>, mode: MidpointRounding): Vector_1<System_Internal.Double>;
@@ -1787,34 +1787,34 @@ export abstract class Vector$instance {
1787
1787
  static Sin(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1788
1788
  static SinCos(vector: Vector_1<System_Internal.Double>): ValueTuple_2<Vector_1<System_Internal.Double>, Vector_1<System_Internal.Double>>;
1789
1789
  static SinCos(vector: Vector_1<System_Internal.Single>): ValueTuple_2<Vector_1<System_Internal.Single>, Vector_1<System_Internal.Single>>;
1790
- static SquareRoot<T>(value: Vector_1<T>): Vector_1<T>;
1790
+ static SquareRoot<T extends unknown>(value: Vector_1<T>): Vector_1<T>;
1791
1791
  static Store(source: Vector2, destination: ptr<float>): void;
1792
1792
  static Store(source: Vector3, destination: ptr<float>): void;
1793
1793
  static Store(source: Vector4, destination: ptr<float>): void;
1794
- static Store<T>(source: Vector_1<T>, destination: ptr<T>): void;
1794
+ static Store<T extends unknown>(source: Vector_1<T>, destination: ptr<T>): void;
1795
1795
  static StoreAligned(source: Vector2, destination: ptr<float>): void;
1796
1796
  static StoreAligned(source: Vector3, destination: ptr<float>): void;
1797
1797
  static StoreAligned(source: Vector4, destination: ptr<float>): void;
1798
- static StoreAligned<T>(source: Vector_1<T>, destination: ptr<T>): void;
1798
+ static StoreAligned<T extends unknown>(source: Vector_1<T>, destination: ptr<T>): void;
1799
1799
  static StoreAlignedNonTemporal(source: Vector2, destination: ptr<float>): void;
1800
1800
  static StoreAlignedNonTemporal(source: Vector3, destination: ptr<float>): void;
1801
1801
  static StoreAlignedNonTemporal(source: Vector4, destination: ptr<float>): void;
1802
- static StoreAlignedNonTemporal<T>(source: Vector_1<T>, destination: ptr<T>): void;
1802
+ static StoreAlignedNonTemporal<T extends unknown>(source: Vector_1<T>, destination: ptr<T>): void;
1803
1803
  static StoreUnsafe(source: Vector2, destination: float, elementOffset: nuint): void;
1804
1804
  static StoreUnsafe(source: Vector2, destination: float): void;
1805
1805
  static StoreUnsafe(source: Vector3, destination: float, elementOffset: nuint): void;
1806
1806
  static StoreUnsafe(source: Vector3, destination: float): void;
1807
1807
  static StoreUnsafe(source: Vector4, destination: float, elementOffset: nuint): void;
1808
1808
  static StoreUnsafe(source: Vector4, destination: float): void;
1809
- static StoreUnsafe<T>(source: Vector_1<T>, destination: T, elementOffset: nuint): void;
1810
- static StoreUnsafe<T>(source: Vector_1<T>, destination: T): void;
1811
- static Subtract<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1812
- static SubtractSaturate<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1813
- static Sum<T>(value: Vector_1<T>): T;
1809
+ static StoreUnsafe<T extends unknown>(source: Vector_1<T>, destination: T, elementOffset: nuint): void;
1810
+ static StoreUnsafe<T extends unknown>(source: Vector_1<T>, destination: T): void;
1811
+ static Subtract<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1812
+ static SubtractSaturate<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1813
+ static Sum<T extends unknown>(value: Vector_1<T>): T;
1814
1814
  static ToScalar(vector: Vector2): float;
1815
1815
  static ToScalar(vector: Vector3): float;
1816
1816
  static ToScalar(vector: Vector4): float;
1817
- static ToScalar<T>(vector: Vector_1<T>): T;
1817
+ static ToScalar<T extends unknown>(vector: Vector_1<T>): T;
1818
1818
  static Truncate(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
1819
1819
  static Truncate(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
1820
1820
  static Widen(source: Vector_1<System_Internal.Byte>, low: Vector_1<System_Internal.UInt16>, high: Vector_1<System_Internal.UInt16>): void;
@@ -1841,8 +1841,8 @@ export abstract class Vector$instance {
1841
1841
  static WithElement(vector: Vector2, index: int, value: float): Vector2;
1842
1842
  static WithElement(vector: Vector3, index: int, value: float): Vector3;
1843
1843
  static WithElement(vector: Vector4, index: int, value: float): Vector4;
1844
- static WithElement<T>(vector: Vector_1<T>, index: int, value: T): Vector_1<T>;
1845
- static Xor<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1844
+ static WithElement<T extends unknown>(vector: Vector_1<T>, index: int, value: T): Vector_1<T>;
1845
+ static Xor<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
1846
1846
  }
1847
1847
 
1848
1848