@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
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
@@ -12,7 +12,7 @@ import type { IAdditionOperators_3, IBitwiseOperators_3, IDivisionOperators_3, I
12
12
  import * as System_Internal from "../../System/internal/index.js";
13
13
  import type { Boolean as ClrBoolean, Byte, Double, IEquatable_1, Int16, Int32, Int64, IntPtr, 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";
14
14
 
15
- export interface Vector128_1$instance<T> extends IAdditionOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IBitwiseOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IDivisionOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IEqualityOperators_3<Vector128_1<T>, Vector128_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IShiftOperators_3<Vector128_1<T>, System_Internal.Int32, Vector128_1<T>>, ISubtractionOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IUnaryNegationOperators_2<Vector128_1<T>, Vector128_1<T>>, IUnaryPlusOperators_2<Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IAdditionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector128_1<T>, Vector128_1<T>, System_Internal.Boolean>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector128_1<T>, System_Internal.Int32, Vector128_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector128_1<T>, Vector128_1<T>> {
15
+ export interface Vector128_1$instance<T extends unknown> extends IAdditionOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IBitwiseOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IDivisionOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IEqualityOperators_3<Vector128_1<T>, Vector128_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IShiftOperators_3<Vector128_1<T>, System_Internal.Int32, Vector128_1<T>>, ISubtractionOperators_3<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, IUnaryNegationOperators_2<Vector128_1<T>, Vector128_1<T>>, IUnaryPlusOperators_2<Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IAdditionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector128_1<T>, Vector128_1<T>, System_Internal.Boolean>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector128_1<T>, System_Internal.Int32, Vector128_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector128_1<T>, Vector128_1<T>> {
16
16
  readonly __tsonic_type_System_Runtime_Intrinsics_Vector128_1: never;
17
17
 
18
18
  readonly __tsonic_iface_System_IEquatable_1: never;
@@ -26,7 +26,7 @@ export interface Vector128_1$instance<T> extends IAdditionOperators_3<Vector128_
26
26
  readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
27
27
  readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
28
28
 
29
- Equals(obj: JsValue | null): boolean;
29
+ Equals(obj: unknown | null): boolean;
30
30
  Equals(other: Vector128_1<T>): boolean;
31
31
  GetHashCode(): int;
32
32
  ToString(): string;
@@ -34,27 +34,27 @@ export interface Vector128_1$instance<T> extends IAdditionOperators_3<Vector128_
34
34
 
35
35
 
36
36
  export const Vector128_1: {
37
- new<T>(): Vector128_1<T>;
38
- readonly AllBitsSet: <T>() => Vector128_1<T>;
37
+ new<T extends unknown>(): Vector128_1<T>;
38
+ readonly AllBitsSet: <T extends unknown>() => Vector128_1<T>;
39
39
  readonly Count: int;
40
- readonly Indices: <T>() => Vector128_1<T>;
40
+ readonly Indices: <T extends unknown>() => Vector128_1<T>;
41
41
  readonly IsSupported: boolean;
42
- readonly One: <T>() => Vector128_1<T>;
43
- readonly Zero: <T>() => Vector128_1<T>;
42
+ readonly One: <T extends unknown>() => Vector128_1<T>;
43
+ readonly Zero: <T extends unknown>() => Vector128_1<T>;
44
44
  };
45
45
 
46
46
 
47
- export interface __Vector128_1$views<T> {
47
+ export interface __Vector128_1$views<T extends unknown> {
48
48
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector128_1<T>>;
49
49
 
50
50
  // Structural method bridges for numeric interface constraints
51
51
  Equals(other: Vector128_1<T>): boolean;
52
52
  }
53
53
 
54
- export type Vector128_1<T> = Vector128_1$instance<T> & __Vector128_1$views<T> & { readonly [index: number]: T; };
54
+ export type Vector128_1<T extends unknown> = Vector128_1$instance<T> & __Vector128_1$views<T> & { readonly [index: number]: T; };
55
55
 
56
56
 
57
- export interface Vector256_1$instance<T> extends IAdditionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IBitwiseOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IDivisionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IEqualityOperators_3<Vector256_1<T>, Vector256_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IShiftOperators_3<Vector256_1<T>, System_Internal.Int32, Vector256_1<T>>, ISubtractionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IUnaryNegationOperators_2<Vector256_1<T>, Vector256_1<T>>, IUnaryPlusOperators_2<Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IAdditionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector256_1<T>, Vector256_1<T>, System_Internal.Boolean>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector256_1<T>, System_Internal.Int32, Vector256_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector256_1<T>, Vector256_1<T>> {
57
+ export interface Vector256_1$instance<T extends unknown> extends IAdditionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IBitwiseOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IDivisionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IEqualityOperators_3<Vector256_1<T>, Vector256_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IShiftOperators_3<Vector256_1<T>, System_Internal.Int32, Vector256_1<T>>, ISubtractionOperators_3<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, IUnaryNegationOperators_2<Vector256_1<T>, Vector256_1<T>>, IUnaryPlusOperators_2<Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IAdditionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector256_1<T>, Vector256_1<T>, System_Internal.Boolean>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector256_1<T>, System_Internal.Int32, Vector256_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector256_1<T>, Vector256_1<T>> {
58
58
  readonly __tsonic_type_System_Runtime_Intrinsics_Vector256_1: never;
59
59
 
60
60
  readonly __tsonic_iface_System_IEquatable_1: never;
@@ -68,7 +68,7 @@ export interface Vector256_1$instance<T> extends IAdditionOperators_3<Vector256_
68
68
  readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
69
69
  readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
70
70
 
71
- Equals(obj: JsValue | null): boolean;
71
+ Equals(obj: unknown | null): boolean;
72
72
  Equals(other: Vector256_1<T>): boolean;
73
73
  GetHashCode(): int;
74
74
  ToString(): string;
@@ -76,27 +76,27 @@ export interface Vector256_1$instance<T> extends IAdditionOperators_3<Vector256_
76
76
 
77
77
 
78
78
  export const Vector256_1: {
79
- new<T>(): Vector256_1<T>;
80
- readonly AllBitsSet: <T>() => Vector256_1<T>;
79
+ new<T extends unknown>(): Vector256_1<T>;
80
+ readonly AllBitsSet: <T extends unknown>() => Vector256_1<T>;
81
81
  readonly Count: int;
82
- readonly Indices: <T>() => Vector256_1<T>;
82
+ readonly Indices: <T extends unknown>() => Vector256_1<T>;
83
83
  readonly IsSupported: boolean;
84
- readonly One: <T>() => Vector256_1<T>;
85
- readonly Zero: <T>() => Vector256_1<T>;
84
+ readonly One: <T extends unknown>() => Vector256_1<T>;
85
+ readonly Zero: <T extends unknown>() => Vector256_1<T>;
86
86
  };
87
87
 
88
88
 
89
- export interface __Vector256_1$views<T> {
89
+ export interface __Vector256_1$views<T extends unknown> {
90
90
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector256_1<T>>;
91
91
 
92
92
  // Structural method bridges for numeric interface constraints
93
93
  Equals(other: Vector256_1<T>): boolean;
94
94
  }
95
95
 
96
- export type Vector256_1<T> = Vector256_1$instance<T> & __Vector256_1$views<T> & { readonly [index: number]: T; };
96
+ export type Vector256_1<T extends unknown> = Vector256_1$instance<T> & __Vector256_1$views<T> & { readonly [index: number]: T; };
97
97
 
98
98
 
99
- export interface Vector512_1$instance<T> extends IAdditionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IBitwiseOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IDivisionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IEqualityOperators_3<Vector512_1<T>, Vector512_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IShiftOperators_3<Vector512_1<T>, System_Internal.Int32, Vector512_1<T>>, ISubtractionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IUnaryNegationOperators_2<Vector512_1<T>, Vector512_1<T>>, IUnaryPlusOperators_2<Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IAdditionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector512_1<T>, Vector512_1<T>, System_Internal.Boolean>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector512_1<T>, System_Internal.Int32, Vector512_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector512_1<T>, Vector512_1<T>> {
99
+ export interface Vector512_1$instance<T extends unknown> extends IAdditionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IBitwiseOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IDivisionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IEqualityOperators_3<Vector512_1<T>, Vector512_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IShiftOperators_3<Vector512_1<T>, System_Internal.Int32, Vector512_1<T>>, ISubtractionOperators_3<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, IUnaryNegationOperators_2<Vector512_1<T>, Vector512_1<T>>, IUnaryPlusOperators_2<Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IAdditionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector512_1<T>, Vector512_1<T>, System_Internal.Boolean>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector512_1<T>, System_Internal.Int32, Vector512_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector512_1<T>, Vector512_1<T>> {
100
100
  readonly __tsonic_type_System_Runtime_Intrinsics_Vector512_1: never;
101
101
 
102
102
  readonly __tsonic_iface_System_IEquatable_1: never;
@@ -110,7 +110,7 @@ export interface Vector512_1$instance<T> extends IAdditionOperators_3<Vector512_
110
110
  readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
111
111
  readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
112
112
 
113
- Equals(obj: JsValue | null): boolean;
113
+ Equals(obj: unknown | null): boolean;
114
114
  Equals(other: Vector512_1<T>): boolean;
115
115
  GetHashCode(): int;
116
116
  ToString(): string;
@@ -118,27 +118,27 @@ export interface Vector512_1$instance<T> extends IAdditionOperators_3<Vector512_
118
118
 
119
119
 
120
120
  export const Vector512_1: {
121
- new<T>(): Vector512_1<T>;
122
- readonly AllBitsSet: <T>() => Vector512_1<T>;
121
+ new<T extends unknown>(): Vector512_1<T>;
122
+ readonly AllBitsSet: <T extends unknown>() => Vector512_1<T>;
123
123
  readonly Count: int;
124
- readonly Indices: <T>() => Vector512_1<T>;
124
+ readonly Indices: <T extends unknown>() => Vector512_1<T>;
125
125
  readonly IsSupported: boolean;
126
- readonly One: <T>() => Vector512_1<T>;
127
- readonly Zero: <T>() => Vector512_1<T>;
126
+ readonly One: <T extends unknown>() => Vector512_1<T>;
127
+ readonly Zero: <T extends unknown>() => Vector512_1<T>;
128
128
  };
129
129
 
130
130
 
131
- export interface __Vector512_1$views<T> {
131
+ export interface __Vector512_1$views<T extends unknown> {
132
132
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector512_1<T>>;
133
133
 
134
134
  // Structural method bridges for numeric interface constraints
135
135
  Equals(other: Vector512_1<T>): boolean;
136
136
  }
137
137
 
138
- export type Vector512_1<T> = Vector512_1$instance<T> & __Vector512_1$views<T> & { readonly [index: number]: T; };
138
+ export type Vector512_1<T extends unknown> = Vector512_1$instance<T> & __Vector512_1$views<T> & { readonly [index: number]: T; };
139
139
 
140
140
 
141
- export interface Vector64_1$instance<T> extends IAdditionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IBitwiseOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IDivisionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IEqualityOperators_3<Vector64_1<T>, Vector64_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IShiftOperators_3<Vector64_1<T>, System_Internal.Int32, Vector64_1<T>>, ISubtractionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IUnaryNegationOperators_2<Vector64_1<T>, Vector64_1<T>>, IUnaryPlusOperators_2<Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IAdditionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector64_1<T>, Vector64_1<T>, System_Internal.Boolean>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector64_1<T>, System_Internal.Int32, Vector64_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector64_1<T>, Vector64_1<T>> {
141
+ export interface Vector64_1$instance<T extends unknown> extends IAdditionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IBitwiseOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IDivisionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IEqualityOperators_3<Vector64_1<T>, Vector64_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IShiftOperators_3<Vector64_1<T>, System_Internal.Int32, Vector64_1<T>>, ISubtractionOperators_3<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, IUnaryNegationOperators_2<Vector64_1<T>, Vector64_1<T>>, IUnaryPlusOperators_2<Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IAdditionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector64_1<T>, Vector64_1<T>, System_Internal.Boolean>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector64_1<T>, System_Internal.Int32, Vector64_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector64_1<T>, Vector64_1<T>> {
142
142
  readonly __tsonic_type_System_Runtime_Intrinsics_Vector64_1: never;
143
143
 
144
144
  readonly __tsonic_iface_System_IEquatable_1: never;
@@ -152,7 +152,7 @@ export interface Vector64_1$instance<T> extends IAdditionOperators_3<Vector64_1<
152
152
  readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
153
153
  readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
154
154
 
155
- Equals(obj: JsValue | null): boolean;
155
+ Equals(obj: unknown | null): boolean;
156
156
  Equals(other: Vector64_1<T>): boolean;
157
157
  GetHashCode(): int;
158
158
  ToString(): string;
@@ -160,70 +160,70 @@ export interface Vector64_1$instance<T> extends IAdditionOperators_3<Vector64_1<
160
160
 
161
161
 
162
162
  export const Vector64_1: {
163
- new<T>(): Vector64_1<T>;
164
- readonly AllBitsSet: <T>() => Vector64_1<T>;
163
+ new<T extends unknown>(): Vector64_1<T>;
164
+ readonly AllBitsSet: <T extends unknown>() => Vector64_1<T>;
165
165
  readonly Count: int;
166
- readonly Indices: <T>() => Vector64_1<T>;
166
+ readonly Indices: <T extends unknown>() => Vector64_1<T>;
167
167
  readonly IsSupported: boolean;
168
- readonly One: <T>() => Vector64_1<T>;
169
- readonly Zero: <T>() => Vector64_1<T>;
168
+ readonly One: <T extends unknown>() => Vector64_1<T>;
169
+ readonly Zero: <T extends unknown>() => Vector64_1<T>;
170
170
  };
171
171
 
172
172
 
173
- export interface __Vector64_1$views<T> {
173
+ export interface __Vector64_1$views<T extends unknown> {
174
174
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector64_1<T>>;
175
175
 
176
176
  // Structural method bridges for numeric interface constraints
177
177
  Equals(other: Vector64_1<T>): boolean;
178
178
  }
179
179
 
180
- export type Vector64_1<T> = Vector64_1$instance<T> & __Vector64_1$views<T> & { readonly [index: number]: T; };
180
+ export type Vector64_1<T extends unknown> = Vector64_1$instance<T> & __Vector64_1$views<T> & { readonly [index: number]: T; };
181
181
 
182
182
 
183
183
  export abstract class Vector128$instance {
184
184
  static readonly IsHardwareAccelerated: boolean;
185
- static Abs<T>(vector: Vector128_1<T>): Vector128_1<T>;
186
- static Add<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
187
- static AddSaturate<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
188
- static All<T>(vector: Vector128_1<T>, value: T): boolean;
189
- static AllWhereAllBitsSet<T>(vector: Vector128_1<T>): boolean;
190
- static AndNot<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
191
- static Any<T>(vector: Vector128_1<T>, value: T): boolean;
192
- static AnyWhereAllBitsSet<T>(vector: Vector128_1<T>): boolean;
193
- static As<TFrom, TTo>(vector: Vector128_1<TFrom>): Vector128_1<TTo>;
194
- static AsByte<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Byte>;
195
- static AsDouble<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Double>;
196
- static AsInt16<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int16>;
197
- static AsInt32<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int32>;
198
- static AsInt64<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int64>;
199
- static AsNInt<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.IntPtr>;
200
- static AsNUInt<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.UIntPtr>;
185
+ static Abs<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
186
+ static Add<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
187
+ static AddSaturate<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
188
+ static All<T extends unknown>(vector: Vector128_1<T>, value: T): boolean;
189
+ static AllWhereAllBitsSet<T extends unknown>(vector: Vector128_1<T>): boolean;
190
+ static AndNot<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
191
+ static Any<T extends unknown>(vector: Vector128_1<T>, value: T): boolean;
192
+ static AnyWhereAllBitsSet<T extends unknown>(vector: Vector128_1<T>): boolean;
193
+ static As<TFrom extends unknown, TTo extends unknown>(vector: Vector128_1<TFrom>): Vector128_1<TTo>;
194
+ static AsByte<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.Byte>;
195
+ static AsDouble<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.Double>;
196
+ static AsInt16<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int16>;
197
+ static AsInt32<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int32>;
198
+ static AsInt64<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.Int64>;
199
+ static AsNInt<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.IntPtr>;
200
+ static AsNUInt<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.UIntPtr>;
201
201
  static AsPlane(value: Vector128_1<System_Internal.Single>): Plane;
202
202
  static AsQuaternion(value: Vector128_1<System_Internal.Single>): Quaternion;
203
- static AsSByte<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.SByte>;
204
- static AsSingle<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.Single>;
205
- static AsUInt16<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt16>;
206
- static AsUInt32<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt32>;
207
- static AsUInt64<T>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt64>;
208
- static AsVector<T>(value: Vector128_1<T>): Vector_1<T>;
203
+ static AsSByte<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.SByte>;
204
+ static AsSingle<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.Single>;
205
+ static AsUInt16<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt16>;
206
+ static AsUInt32<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt32>;
207
+ static AsUInt64<T extends unknown>(vector: Vector128_1<T>): Vector128_1<System_Internal.UInt64>;
208
+ static AsVector<T extends unknown>(value: Vector128_1<T>): Vector_1<T>;
209
209
  static AsVector128(value: Plane): Vector128_1<System_Internal.Single>;
210
210
  static AsVector128(value: Quaternion): Vector128_1<System_Internal.Single>;
211
211
  static AsVector128(value: Vector2): Vector128_1<System_Internal.Single>;
212
212
  static AsVector128(value: Vector3): Vector128_1<System_Internal.Single>;
213
213
  static AsVector128(value: Vector4): Vector128_1<System_Internal.Single>;
214
- static AsVector128<T>(value: Vector_1<T>): Vector128_1<T>;
214
+ static AsVector128<T extends unknown>(value: Vector_1<T>): Vector128_1<T>;
215
215
  static AsVector128Unsafe(value: Vector2): Vector128_1<System_Internal.Single>;
216
216
  static AsVector128Unsafe(value: Vector3): Vector128_1<System_Internal.Single>;
217
217
  static AsVector2(value: Vector128_1<System_Internal.Single>): Vector2;
218
218
  static AsVector3(value: Vector128_1<System_Internal.Single>): Vector3;
219
219
  static AsVector4(value: Vector128_1<System_Internal.Single>): Vector4;
220
- static BitwiseAnd<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
221
- static BitwiseOr<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
220
+ static BitwiseAnd<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
221
+ static BitwiseOr<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
222
222
  static Ceiling(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
223
223
  static Ceiling(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
224
- static Clamp<T>(value: Vector128_1<T>, min: Vector128_1<T>, max: Vector128_1<T>): Vector128_1<T>;
225
- static ClampNative<T>(value: Vector128_1<T>, min: Vector128_1<T>, max: Vector128_1<T>): Vector128_1<T>;
226
- static ConditionalSelect<T>(condition: Vector128_1<T>, left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
224
+ static Clamp<T extends unknown>(value: Vector128_1<T>, min: Vector128_1<T>, max: Vector128_1<T>): Vector128_1<T>;
225
+ static ClampNative<T extends unknown>(value: Vector128_1<T>, min: Vector128_1<T>, max: Vector128_1<T>): Vector128_1<T>;
226
+ static ConditionalSelect<T extends unknown>(condition: Vector128_1<T>, left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
227
227
  static ConvertToDouble(vector: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Double>;
228
228
  static ConvertToDouble(vector: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.Double>;
229
229
  static ConvertToInt32(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Int32>;
@@ -236,15 +236,15 @@ export abstract class Vector128$instance {
236
236
  static ConvertToUInt32Native(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.UInt32>;
237
237
  static ConvertToUInt64(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.UInt64>;
238
238
  static ConvertToUInt64Native(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.UInt64>;
239
- static CopySign<T>(value: Vector128_1<T>, sign: Vector128_1<T>): Vector128_1<T>;
240
- static CopyTo<T>(vector: Vector128_1<T>, destination: Span_1<T>): void;
241
- static CopyTo<T>(vector: Vector128_1<T>, destination: T[], startIndex: int): void;
242
- static CopyTo<T>(vector: Vector128_1<T>, destination: T[]): void;
239
+ static CopySign<T extends unknown>(value: Vector128_1<T>, sign: Vector128_1<T>): Vector128_1<T>;
240
+ static CopyTo<T extends unknown>(vector: Vector128_1<T>, destination: Span_1<T>): void;
241
+ static CopyTo<T extends unknown>(vector: Vector128_1<T>, destination: T[], startIndex: int): void;
242
+ static CopyTo<T extends unknown>(vector: Vector128_1<T>, destination: T[]): void;
243
243
  static Cos(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
244
244
  static Cos(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
245
- static Count<T>(vector: Vector128_1<T>, value: T): int;
246
- static CountWhereAllBitsSet<T>(vector: Vector128_1<T>): int;
247
- static Create<T>(values: ReadOnlySpan_1<T>): Vector128_1<T>;
245
+ static Count<T extends unknown>(vector: Vector128_1<T>, value: T): int;
246
+ static CountWhereAllBitsSet<T extends unknown>(vector: Vector128_1<T>): int;
247
+ static Create<T extends unknown>(values: ReadOnlySpan_1<T>): Vector128_1<T>;
248
248
  static Create(e0: byte, e1: byte, e2: byte, e3: byte, e4: byte, e5: byte, e6: byte, e7: byte, e8: byte, e9: byte, e10: byte, e11: byte, e12: byte, e13: byte, e14: byte, e15: byte): Vector128_1<System_Internal.Byte>;
249
249
  static Create(value: byte): Vector128_1<System_Internal.Byte>;
250
250
  static Create(e0: double, e1: double): Vector128_1<System_Internal.Double>;
@@ -279,11 +279,11 @@ export abstract class Vector128$instance {
279
279
  static Create(e0: ulong, e1: ulong): Vector128_1<System_Internal.UInt64>;
280
280
  static Create(value: ulong): Vector128_1<System_Internal.UInt64>;
281
281
  static Create(value: nuint): Vector128_1<System_Internal.UIntPtr>;
282
- static Create<T>(value: T): Vector128_1<T>;
283
- static Create<T>(values: T[], index: int): Vector128_1<T>;
284
- static Create<T>(values: T[]): Vector128_1<T>;
285
- static Create<T>(lower: Vector64_1<T>, upper: Vector64_1<T>): Vector128_1<T>;
286
- static Create<T>(value: Vector64_1<T>): Vector128_1<T>;
282
+ static Create<T extends unknown>(value: T): Vector128_1<T>;
283
+ static Create<T extends unknown>(values: T[], index: int): Vector128_1<T>;
284
+ static Create<T extends unknown>(values: T[]): Vector128_1<T>;
285
+ static Create<T extends unknown>(lower: Vector64_1<T>, upper: Vector64_1<T>): Vector128_1<T>;
286
+ static Create<T extends unknown>(value: Vector64_1<T>): Vector128_1<T>;
287
287
  static CreateScalar(value: byte): Vector128_1<System_Internal.Byte>;
288
288
  static CreateScalar(value: double): Vector128_1<System_Internal.Double>;
289
289
  static CreateScalar(value: short): Vector128_1<System_Internal.Int16>;
@@ -296,7 +296,7 @@ export abstract class Vector128$instance {
296
296
  static CreateScalar(value: uint): Vector128_1<System_Internal.UInt32>;
297
297
  static CreateScalar(value: ulong): Vector128_1<System_Internal.UInt64>;
298
298
  static CreateScalar(value: nuint): Vector128_1<System_Internal.UIntPtr>;
299
- static CreateScalar<T>(value: T): Vector128_1<T>;
299
+ static CreateScalar<T extends unknown>(value: T): Vector128_1<T>;
300
300
  static CreateScalarUnsafe(value: byte): Vector128_1<System_Internal.Byte>;
301
301
  static CreateScalarUnsafe(value: double): Vector128_1<System_Internal.Double>;
302
302
  static CreateScalarUnsafe(value: short): Vector128_1<System_Internal.Int16>;
@@ -309,81 +309,81 @@ export abstract class Vector128$instance {
309
309
  static CreateScalarUnsafe(value: uint): Vector128_1<System_Internal.UInt32>;
310
310
  static CreateScalarUnsafe(value: ulong): Vector128_1<System_Internal.UInt64>;
311
311
  static CreateScalarUnsafe(value: nuint): Vector128_1<System_Internal.UIntPtr>;
312
- static CreateScalarUnsafe<T>(value: T): Vector128_1<T>;
313
- static CreateSequence<T>(start: T, step: T): Vector128_1<T>;
312
+ static CreateScalarUnsafe<T extends unknown>(value: T): Vector128_1<T>;
313
+ static CreateSequence<T extends unknown>(start: T, step: T): Vector128_1<T>;
314
314
  static DegreesToRadians(degrees: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
315
315
  static DegreesToRadians(degrees: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
316
- static Divide<T>(left: Vector128_1<T>, right: T): Vector128_1<T>;
317
- static Divide<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
318
- static Dot<T>(left: Vector128_1<T>, right: Vector128_1<T>): T;
319
- static Equals<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
320
- static EqualsAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
321
- static EqualsAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
316
+ static Divide<T extends unknown>(left: Vector128_1<T>, right: T): Vector128_1<T>;
317
+ static Divide<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
318
+ static Dot<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): T;
319
+ static Equals<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
320
+ static EqualsAll<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
321
+ static EqualsAny<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
322
322
  static Exp(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
323
323
  static Exp(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
324
- static ExtractMostSignificantBits<T>(vector: Vector128_1<T>): uint;
324
+ static ExtractMostSignificantBits<T extends unknown>(vector: Vector128_1<T>): uint;
325
325
  static Floor(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
326
326
  static Floor(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
327
327
  static FusedMultiplyAdd(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>, addend: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
328
328
  static FusedMultiplyAdd(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>, addend: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
329
- static GetElement<T>(vector: Vector128_1<T>, index: int): T;
330
- static GetLower<T>(vector: Vector128_1<T>): Vector64_1<T>;
331
- static GetUpper<T>(vector: Vector128_1<T>): Vector64_1<T>;
332
- static GreaterThan<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
333
- static GreaterThanAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
334
- static GreaterThanAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
335
- static GreaterThanOrEqual<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
336
- static GreaterThanOrEqualAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
337
- static GreaterThanOrEqualAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
329
+ static GetElement<T extends unknown>(vector: Vector128_1<T>, index: int): T;
330
+ static GetLower<T extends unknown>(vector: Vector128_1<T>): Vector64_1<T>;
331
+ static GetUpper<T extends unknown>(vector: Vector128_1<T>): Vector64_1<T>;
332
+ static GreaterThan<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
333
+ static GreaterThanAll<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
334
+ static GreaterThanAny<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
335
+ static GreaterThanOrEqual<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
336
+ static GreaterThanOrEqualAll<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
337
+ static GreaterThanOrEqualAny<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
338
338
  static Hypot(x: Vector128_1<System_Internal.Double>, y: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
339
339
  static Hypot(x: Vector128_1<System_Internal.Single>, y: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
340
- static IndexOf<T>(vector: Vector128_1<T>, value: T): int;
341
- static IndexOfWhereAllBitsSet<T>(vector: Vector128_1<T>): int;
342
- static IsEvenInteger<T>(vector: Vector128_1<T>): Vector128_1<T>;
343
- static IsFinite<T>(vector: Vector128_1<T>): Vector128_1<T>;
344
- static IsInfinity<T>(vector: Vector128_1<T>): Vector128_1<T>;
345
- static IsInteger<T>(vector: Vector128_1<T>): Vector128_1<T>;
346
- static IsNaN<T>(vector: Vector128_1<T>): Vector128_1<T>;
347
- static IsNegative<T>(vector: Vector128_1<T>): Vector128_1<T>;
348
- static IsNegativeInfinity<T>(vector: Vector128_1<T>): Vector128_1<T>;
349
- static IsNormal<T>(vector: Vector128_1<T>): Vector128_1<T>;
350
- static IsOddInteger<T>(vector: Vector128_1<T>): Vector128_1<T>;
351
- static IsPositive<T>(vector: Vector128_1<T>): Vector128_1<T>;
352
- static IsPositiveInfinity<T>(vector: Vector128_1<T>): Vector128_1<T>;
353
- static IsSubnormal<T>(vector: Vector128_1<T>): Vector128_1<T>;
354
- static IsZero<T>(vector: Vector128_1<T>): Vector128_1<T>;
355
- static LastIndexOf<T>(vector: Vector128_1<T>, value: T): int;
356
- static LastIndexOfWhereAllBitsSet<T>(vector: Vector128_1<T>): int;
340
+ static IndexOf<T extends unknown>(vector: Vector128_1<T>, value: T): int;
341
+ static IndexOfWhereAllBitsSet<T extends unknown>(vector: Vector128_1<T>): int;
342
+ static IsEvenInteger<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
343
+ static IsFinite<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
344
+ static IsInfinity<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
345
+ static IsInteger<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
346
+ static IsNaN<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
347
+ static IsNegative<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
348
+ static IsNegativeInfinity<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
349
+ static IsNormal<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
350
+ static IsOddInteger<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
351
+ static IsPositive<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
352
+ static IsPositiveInfinity<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
353
+ static IsSubnormal<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
354
+ static IsZero<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
355
+ static LastIndexOf<T extends unknown>(vector: Vector128_1<T>, value: T): int;
356
+ static LastIndexOfWhereAllBitsSet<T extends unknown>(vector: Vector128_1<T>): int;
357
357
  static Lerp(x: Vector128_1<System_Internal.Double>, y: Vector128_1<System_Internal.Double>, amount: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
358
358
  static Lerp(x: Vector128_1<System_Internal.Single>, y: Vector128_1<System_Internal.Single>, amount: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
359
- static LessThan<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
360
- static LessThanAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
361
- static LessThanAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
362
- static LessThanOrEqual<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
363
- static LessThanOrEqualAll<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
364
- static LessThanOrEqualAny<T>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
365
- static Load<T>(source: ptr<T>): Vector128_1<T>;
366
- static LoadAligned<T>(source: ptr<T>): Vector128_1<T>;
367
- static LoadAlignedNonTemporal<T>(source: ptr<T>): Vector128_1<T>;
368
- static LoadUnsafe<T>(source: T, elementOffset: nuint): Vector128_1<T>;
369
- static LoadUnsafe<T>(source: T): Vector128_1<T>;
359
+ static LessThan<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
360
+ static LessThanAll<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
361
+ static LessThanAny<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
362
+ static LessThanOrEqual<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
363
+ static LessThanOrEqualAll<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
364
+ static LessThanOrEqualAny<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): boolean;
365
+ static Load<T extends unknown>(source: ptr<T>): Vector128_1<T>;
366
+ static LoadAligned<T extends unknown>(source: ptr<T>): Vector128_1<T>;
367
+ static LoadAlignedNonTemporal<T extends unknown>(source: ptr<T>): Vector128_1<T>;
368
+ static LoadUnsafe<T extends unknown>(source: T, elementOffset: nuint): Vector128_1<T>;
369
+ static LoadUnsafe<T extends unknown>(source: T): Vector128_1<T>;
370
370
  static Log(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
371
371
  static Log(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
372
372
  static Log2(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
373
373
  static Log2(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
374
- static Max<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
375
- static MaxMagnitude<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
376
- static MaxMagnitudeNumber<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
377
- static MaxNative<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
378
- static MaxNumber<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
379
- static Min<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
380
- static MinMagnitude<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
381
- static MinMagnitudeNumber<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
382
- static MinNative<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
383
- static MinNumber<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
384
- static Multiply<T>(left: T, right: Vector128_1<T>): Vector128_1<T>;
385
- static Multiply<T>(left: Vector128_1<T>, right: T): Vector128_1<T>;
386
- static Multiply<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
374
+ static Max<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
375
+ static MaxMagnitude<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
376
+ static MaxMagnitudeNumber<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
377
+ static MaxNative<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
378
+ static MaxNumber<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
379
+ static Min<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
380
+ static MinMagnitude<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
381
+ static MinMagnitudeNumber<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
382
+ static MinNative<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
383
+ static MinNumber<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
384
+ static Multiply<T extends unknown>(left: T, right: Vector128_1<T>): Vector128_1<T>;
385
+ static Multiply<T extends unknown>(left: Vector128_1<T>, right: T): Vector128_1<T>;
386
+ static Multiply<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
387
387
  static MultiplyAddEstimate(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>, addend: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
388
388
  static MultiplyAddEstimate(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>, addend: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
389
389
  static Narrow(lower: Vector128_1<System_Internal.Double>, upper: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Single>;
@@ -400,10 +400,10 @@ export abstract class Vector128$instance {
400
400
  static NarrowWithSaturation(lower: Vector128_1<System_Internal.UInt16>, upper: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.Byte>;
401
401
  static NarrowWithSaturation(lower: Vector128_1<System_Internal.UInt32>, upper: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt16>;
402
402
  static NarrowWithSaturation(lower: Vector128_1<System_Internal.UInt64>, upper: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt32>;
403
- static Negate<T>(vector: Vector128_1<T>): Vector128_1<T>;
404
- static None<T>(vector: Vector128_1<T>, value: T): boolean;
405
- static NoneWhereAllBitsSet<T>(vector: Vector128_1<T>): boolean;
406
- static OnesComplement<T>(vector: Vector128_1<T>): Vector128_1<T>;
403
+ static Negate<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
404
+ static None<T extends unknown>(vector: Vector128_1<T>, value: T): boolean;
405
+ static NoneWhereAllBitsSet<T extends unknown>(vector: Vector128_1<T>): boolean;
406
+ static OnesComplement<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
407
407
  static RadiansToDegrees(radians: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
408
408
  static RadiansToDegrees(radians: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
409
409
  static Round(vector: Vector128_1<System_Internal.Double>, mode: MidpointRounding): Vector128_1<System_Internal.Double>;
@@ -459,21 +459,21 @@ export abstract class Vector128$instance {
459
459
  static Sin(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
460
460
  static SinCos(vector: Vector128_1<System_Internal.Double>): ValueTuple_2<Vector128_1<System_Internal.Double>, Vector128_1<System_Internal.Double>>;
461
461
  static SinCos(vector: Vector128_1<System_Internal.Single>): ValueTuple_2<Vector128_1<System_Internal.Single>, Vector128_1<System_Internal.Single>>;
462
- static Sqrt<T>(vector: Vector128_1<T>): Vector128_1<T>;
463
- static Store<T>(source: Vector128_1<T>, destination: ptr<T>): void;
464
- static StoreAligned<T>(source: Vector128_1<T>, destination: ptr<T>): void;
465
- static StoreAlignedNonTemporal<T>(source: Vector128_1<T>, destination: ptr<T>): void;
466
- static StoreUnsafe<T>(source: Vector128_1<T>, destination: T, elementOffset: nuint): void;
467
- static StoreUnsafe<T>(source: Vector128_1<T>, destination: T): void;
468
- static Subtract<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
469
- static SubtractSaturate<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
470
- static Sum<T>(vector: Vector128_1<T>): T;
471
- static ToScalar<T>(vector: Vector128_1<T>): T;
472
- static ToVector256<T>(vector: Vector128_1<T>): Vector256_1<T>;
473
- static ToVector256Unsafe<T>(vector: Vector128_1<T>): Vector256_1<T>;
462
+ static Sqrt<T extends unknown>(vector: Vector128_1<T>): Vector128_1<T>;
463
+ static Store<T extends unknown>(source: Vector128_1<T>, destination: ptr<T>): void;
464
+ static StoreAligned<T extends unknown>(source: Vector128_1<T>, destination: ptr<T>): void;
465
+ static StoreAlignedNonTemporal<T extends unknown>(source: Vector128_1<T>, destination: ptr<T>): void;
466
+ static StoreUnsafe<T extends unknown>(source: Vector128_1<T>, destination: T, elementOffset: nuint): void;
467
+ static StoreUnsafe<T extends unknown>(source: Vector128_1<T>, destination: T): void;
468
+ static Subtract<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
469
+ static SubtractSaturate<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
470
+ static Sum<T extends unknown>(vector: Vector128_1<T>): T;
471
+ static ToScalar<T extends unknown>(vector: Vector128_1<T>): T;
472
+ static ToVector256<T extends unknown>(vector: Vector128_1<T>): Vector256_1<T>;
473
+ static ToVector256Unsafe<T extends unknown>(vector: Vector128_1<T>): Vector256_1<T>;
474
474
  static Truncate(vector: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
475
475
  static Truncate(vector: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
476
- static TryCopyTo<T>(vector: Vector128_1<T>, destination: Span_1<T>): boolean;
476
+ static TryCopyTo<T extends unknown>(vector: Vector128_1<T>, destination: Span_1<T>): boolean;
477
477
  static Widen(source: Vector128_1<System_Internal.Byte>): ValueTuple_2<Vector128_1<System_Internal.UInt16>, Vector128_1<System_Internal.UInt16>>;
478
478
  static Widen(source: Vector128_1<System_Internal.Int16>): ValueTuple_2<Vector128_1<System_Internal.Int32>, Vector128_1<System_Internal.Int32>>;
479
479
  static Widen(source: Vector128_1<System_Internal.Int32>): ValueTuple_2<Vector128_1<System_Internal.Int64>, Vector128_1<System_Internal.Int64>>;
@@ -495,10 +495,10 @@ export abstract class Vector128$instance {
495
495
  static WidenUpper(source: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Double>;
496
496
  static WidenUpper(source: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt32>;
497
497
  static WidenUpper(source: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt64>;
498
- static WithElement<T>(vector: Vector128_1<T>, index: int, value: T): Vector128_1<T>;
499
- static WithLower<T>(vector: Vector128_1<T>, value: Vector64_1<T>): Vector128_1<T>;
500
- static WithUpper<T>(vector: Vector128_1<T>, value: Vector64_1<T>): Vector128_1<T>;
501
- static Xor<T>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
498
+ static WithElement<T extends unknown>(vector: Vector128_1<T>, index: int, value: T): Vector128_1<T>;
499
+ static WithLower<T extends unknown>(vector: Vector128_1<T>, value: Vector64_1<T>): Vector128_1<T>;
500
+ static WithUpper<T extends unknown>(vector: Vector128_1<T>, value: Vector64_1<T>): Vector128_1<T>;
501
+ static Xor<T extends unknown>(left: Vector128_1<T>, right: Vector128_1<T>): Vector128_1<T>;
502
502
  }
503
503
 
504
504
 
@@ -506,36 +506,36 @@ export type Vector128 = Vector128$instance;
506
506
 
507
507
  export abstract class Vector256$instance {
508
508
  static readonly IsHardwareAccelerated: boolean;
509
- static Abs<T>(vector: Vector256_1<T>): Vector256_1<T>;
510
- static Add<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
511
- static AddSaturate<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
512
- static All<T>(vector: Vector256_1<T>, value: T): boolean;
513
- static AllWhereAllBitsSet<T>(vector: Vector256_1<T>): boolean;
514
- static AndNot<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
515
- static Any<T>(vector: Vector256_1<T>, value: T): boolean;
516
- static AnyWhereAllBitsSet<T>(vector: Vector256_1<T>): boolean;
517
- static As<TFrom, TTo>(vector: Vector256_1<TFrom>): Vector256_1<TTo>;
518
- static AsByte<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Byte>;
519
- static AsDouble<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Double>;
520
- static AsInt16<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int16>;
521
- static AsInt32<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int32>;
522
- static AsInt64<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int64>;
523
- static AsNInt<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.IntPtr>;
524
- static AsNUInt<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.UIntPtr>;
525
- static AsSByte<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.SByte>;
526
- static AsSingle<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.Single>;
527
- static AsUInt16<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt16>;
528
- static AsUInt32<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt32>;
529
- static AsUInt64<T>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt64>;
530
- static AsVector<T>(value: Vector256_1<T>): Vector_1<T>;
531
- static AsVector256<T>(value: Vector_1<T>): Vector256_1<T>;
532
- static BitwiseAnd<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
533
- static BitwiseOr<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
509
+ static Abs<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
510
+ static Add<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
511
+ static AddSaturate<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
512
+ static All<T extends unknown>(vector: Vector256_1<T>, value: T): boolean;
513
+ static AllWhereAllBitsSet<T extends unknown>(vector: Vector256_1<T>): boolean;
514
+ static AndNot<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
515
+ static Any<T extends unknown>(vector: Vector256_1<T>, value: T): boolean;
516
+ static AnyWhereAllBitsSet<T extends unknown>(vector: Vector256_1<T>): boolean;
517
+ static As<TFrom extends unknown, TTo extends unknown>(vector: Vector256_1<TFrom>): Vector256_1<TTo>;
518
+ static AsByte<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.Byte>;
519
+ static AsDouble<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.Double>;
520
+ static AsInt16<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int16>;
521
+ static AsInt32<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int32>;
522
+ static AsInt64<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.Int64>;
523
+ static AsNInt<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.IntPtr>;
524
+ static AsNUInt<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.UIntPtr>;
525
+ static AsSByte<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.SByte>;
526
+ static AsSingle<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.Single>;
527
+ static AsUInt16<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt16>;
528
+ static AsUInt32<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt32>;
529
+ static AsUInt64<T extends unknown>(vector: Vector256_1<T>): Vector256_1<System_Internal.UInt64>;
530
+ static AsVector<T extends unknown>(value: Vector256_1<T>): Vector_1<T>;
531
+ static AsVector256<T extends unknown>(value: Vector_1<T>): Vector256_1<T>;
532
+ static BitwiseAnd<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
533
+ static BitwiseOr<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
534
534
  static Ceiling(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
535
535
  static Ceiling(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
536
- static Clamp<T>(value: Vector256_1<T>, min: Vector256_1<T>, max: Vector256_1<T>): Vector256_1<T>;
537
- static ClampNative<T>(value: Vector256_1<T>, min: Vector256_1<T>, max: Vector256_1<T>): Vector256_1<T>;
538
- static ConditionalSelect<T>(condition: Vector256_1<T>, left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
536
+ static Clamp<T extends unknown>(value: Vector256_1<T>, min: Vector256_1<T>, max: Vector256_1<T>): Vector256_1<T>;
537
+ static ClampNative<T extends unknown>(value: Vector256_1<T>, min: Vector256_1<T>, max: Vector256_1<T>): Vector256_1<T>;
538
+ static ConditionalSelect<T extends unknown>(condition: Vector256_1<T>, left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
539
539
  static ConvertToDouble(vector: Vector256_1<System_Internal.Int64>): Vector256_1<System_Internal.Double>;
540
540
  static ConvertToDouble(vector: Vector256_1<System_Internal.UInt64>): Vector256_1<System_Internal.Double>;
541
541
  static ConvertToInt32(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Int32>;
@@ -548,15 +548,15 @@ export abstract class Vector256$instance {
548
548
  static ConvertToUInt32Native(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.UInt32>;
549
549
  static ConvertToUInt64(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.UInt64>;
550
550
  static ConvertToUInt64Native(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.UInt64>;
551
- static CopySign<T>(value: Vector256_1<T>, sign: Vector256_1<T>): Vector256_1<T>;
552
- static CopyTo<T>(vector: Vector256_1<T>, destination: Span_1<T>): void;
553
- static CopyTo<T>(vector: Vector256_1<T>, destination: T[], startIndex: int): void;
554
- static CopyTo<T>(vector: Vector256_1<T>, destination: T[]): void;
551
+ static CopySign<T extends unknown>(value: Vector256_1<T>, sign: Vector256_1<T>): Vector256_1<T>;
552
+ static CopyTo<T extends unknown>(vector: Vector256_1<T>, destination: Span_1<T>): void;
553
+ static CopyTo<T extends unknown>(vector: Vector256_1<T>, destination: T[], startIndex: int): void;
554
+ static CopyTo<T extends unknown>(vector: Vector256_1<T>, destination: T[]): void;
555
555
  static Cos(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
556
556
  static Cos(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
557
- static Count<T>(vector: Vector256_1<T>, value: T): int;
558
- static CountWhereAllBitsSet<T>(vector: Vector256_1<T>): int;
559
- static Create<T>(values: ReadOnlySpan_1<T>): Vector256_1<T>;
557
+ static Count<T extends unknown>(vector: Vector256_1<T>, value: T): int;
558
+ static CountWhereAllBitsSet<T extends unknown>(vector: Vector256_1<T>): int;
559
+ static Create<T extends unknown>(values: ReadOnlySpan_1<T>): Vector256_1<T>;
560
560
  static Create(e0: byte, e1: byte, e2: byte, e3: byte, e4: byte, e5: byte, e6: byte, e7: byte, e8: byte, e9: byte, e10: byte, e11: byte, e12: byte, e13: byte, e14: byte, e15: byte, e16: byte, e17: byte, e18: byte, e19: byte, e20: byte, e21: byte, e22: byte, e23: byte, e24: byte, e25: byte, e26: byte, e27: byte, e28: byte, e29: byte, e30: byte, e31: byte): Vector256_1<System_Internal.Byte>;
561
561
  static Create(value: byte): Vector256_1<System_Internal.Byte>;
562
562
  static Create(e0: double, e1: double, e2: double, e3: double): Vector256_1<System_Internal.Double>;
@@ -591,12 +591,12 @@ export abstract class Vector256$instance {
591
591
  static Create(e0: ulong, e1: ulong, e2: ulong, e3: ulong): Vector256_1<System_Internal.UInt64>;
592
592
  static Create(value: ulong): Vector256_1<System_Internal.UInt64>;
593
593
  static Create(value: nuint): Vector256_1<System_Internal.UIntPtr>;
594
- static Create<T>(value: T): Vector256_1<T>;
595
- static Create<T>(values: T[], index: int): Vector256_1<T>;
596
- static Create<T>(values: T[]): Vector256_1<T>;
597
- static Create<T>(lower: Vector128_1<T>, upper: Vector128_1<T>): Vector256_1<T>;
598
- static Create<T>(value: Vector128_1<T>): Vector256_1<T>;
599
- static Create<T>(value: Vector64_1<T>): Vector256_1<T>;
594
+ static Create<T extends unknown>(value: T): Vector256_1<T>;
595
+ static Create<T extends unknown>(values: T[], index: int): Vector256_1<T>;
596
+ static Create<T extends unknown>(values: T[]): Vector256_1<T>;
597
+ static Create<T extends unknown>(lower: Vector128_1<T>, upper: Vector128_1<T>): Vector256_1<T>;
598
+ static Create<T extends unknown>(value: Vector128_1<T>): Vector256_1<T>;
599
+ static Create<T extends unknown>(value: Vector64_1<T>): Vector256_1<T>;
600
600
  static CreateScalar(value: byte): Vector256_1<System_Internal.Byte>;
601
601
  static CreateScalar(value: double): Vector256_1<System_Internal.Double>;
602
602
  static CreateScalar(value: short): Vector256_1<System_Internal.Int16>;
@@ -609,7 +609,7 @@ export abstract class Vector256$instance {
609
609
  static CreateScalar(value: uint): Vector256_1<System_Internal.UInt32>;
610
610
  static CreateScalar(value: ulong): Vector256_1<System_Internal.UInt64>;
611
611
  static CreateScalar(value: nuint): Vector256_1<System_Internal.UIntPtr>;
612
- static CreateScalar<T>(value: T): Vector256_1<T>;
612
+ static CreateScalar<T extends unknown>(value: T): Vector256_1<T>;
613
613
  static CreateScalarUnsafe(value: byte): Vector256_1<System_Internal.Byte>;
614
614
  static CreateScalarUnsafe(value: double): Vector256_1<System_Internal.Double>;
615
615
  static CreateScalarUnsafe(value: short): Vector256_1<System_Internal.Int16>;
@@ -622,81 +622,81 @@ export abstract class Vector256$instance {
622
622
  static CreateScalarUnsafe(value: uint): Vector256_1<System_Internal.UInt32>;
623
623
  static CreateScalarUnsafe(value: ulong): Vector256_1<System_Internal.UInt64>;
624
624
  static CreateScalarUnsafe(value: nuint): Vector256_1<System_Internal.UIntPtr>;
625
- static CreateScalarUnsafe<T>(value: T): Vector256_1<T>;
626
- static CreateSequence<T>(start: T, step: T): Vector256_1<T>;
625
+ static CreateScalarUnsafe<T extends unknown>(value: T): Vector256_1<T>;
626
+ static CreateSequence<T extends unknown>(start: T, step: T): Vector256_1<T>;
627
627
  static DegreesToRadians(degrees: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
628
628
  static DegreesToRadians(degrees: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
629
- static Divide<T>(left: Vector256_1<T>, right: T): Vector256_1<T>;
630
- static Divide<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
631
- static Dot<T>(left: Vector256_1<T>, right: Vector256_1<T>): T;
632
- static Equals<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
633
- static EqualsAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
634
- static EqualsAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
629
+ static Divide<T extends unknown>(left: Vector256_1<T>, right: T): Vector256_1<T>;
630
+ static Divide<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
631
+ static Dot<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): T;
632
+ static Equals<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
633
+ static EqualsAll<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
634
+ static EqualsAny<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
635
635
  static Exp(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
636
636
  static Exp(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
637
- static ExtractMostSignificantBits<T>(vector: Vector256_1<T>): uint;
637
+ static ExtractMostSignificantBits<T extends unknown>(vector: Vector256_1<T>): uint;
638
638
  static Floor(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
639
639
  static Floor(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
640
640
  static FusedMultiplyAdd(left: Vector256_1<System_Internal.Double>, right: Vector256_1<System_Internal.Double>, addend: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
641
641
  static FusedMultiplyAdd(left: Vector256_1<System_Internal.Single>, right: Vector256_1<System_Internal.Single>, addend: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
642
- static GetElement<T>(vector: Vector256_1<T>, index: int): T;
643
- static GetLower<T>(vector: Vector256_1<T>): Vector128_1<T>;
644
- static GetUpper<T>(vector: Vector256_1<T>): Vector128_1<T>;
645
- static GreaterThan<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
646
- static GreaterThanAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
647
- static GreaterThanAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
648
- static GreaterThanOrEqual<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
649
- static GreaterThanOrEqualAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
650
- static GreaterThanOrEqualAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
642
+ static GetElement<T extends unknown>(vector: Vector256_1<T>, index: int): T;
643
+ static GetLower<T extends unknown>(vector: Vector256_1<T>): Vector128_1<T>;
644
+ static GetUpper<T extends unknown>(vector: Vector256_1<T>): Vector128_1<T>;
645
+ static GreaterThan<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
646
+ static GreaterThanAll<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
647
+ static GreaterThanAny<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
648
+ static GreaterThanOrEqual<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
649
+ static GreaterThanOrEqualAll<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
650
+ static GreaterThanOrEqualAny<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
651
651
  static Hypot(x: Vector256_1<System_Internal.Double>, y: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
652
652
  static Hypot(x: Vector256_1<System_Internal.Single>, y: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
653
- static IndexOf<T>(vector: Vector256_1<T>, value: T): int;
654
- static IndexOfWhereAllBitsSet<T>(vector: Vector256_1<T>): int;
655
- static IsEvenInteger<T>(vector: Vector256_1<T>): Vector256_1<T>;
656
- static IsFinite<T>(vector: Vector256_1<T>): Vector256_1<T>;
657
- static IsInfinity<T>(vector: Vector256_1<T>): Vector256_1<T>;
658
- static IsInteger<T>(vector: Vector256_1<T>): Vector256_1<T>;
659
- static IsNaN<T>(vector: Vector256_1<T>): Vector256_1<T>;
660
- static IsNegative<T>(vector: Vector256_1<T>): Vector256_1<T>;
661
- static IsNegativeInfinity<T>(vector: Vector256_1<T>): Vector256_1<T>;
662
- static IsNormal<T>(vector: Vector256_1<T>): Vector256_1<T>;
663
- static IsOddInteger<T>(vector: Vector256_1<T>): Vector256_1<T>;
664
- static IsPositive<T>(vector: Vector256_1<T>): Vector256_1<T>;
665
- static IsPositiveInfinity<T>(vector: Vector256_1<T>): Vector256_1<T>;
666
- static IsSubnormal<T>(vector: Vector256_1<T>): Vector256_1<T>;
667
- static IsZero<T>(vector: Vector256_1<T>): Vector256_1<T>;
668
- static LastIndexOf<T>(vector: Vector256_1<T>, value: T): int;
669
- static LastIndexOfWhereAllBitsSet<T>(vector: Vector256_1<T>): int;
653
+ static IndexOf<T extends unknown>(vector: Vector256_1<T>, value: T): int;
654
+ static IndexOfWhereAllBitsSet<T extends unknown>(vector: Vector256_1<T>): int;
655
+ static IsEvenInteger<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
656
+ static IsFinite<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
657
+ static IsInfinity<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
658
+ static IsInteger<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
659
+ static IsNaN<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
660
+ static IsNegative<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
661
+ static IsNegativeInfinity<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
662
+ static IsNormal<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
663
+ static IsOddInteger<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
664
+ static IsPositive<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
665
+ static IsPositiveInfinity<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
666
+ static IsSubnormal<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
667
+ static IsZero<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
668
+ static LastIndexOf<T extends unknown>(vector: Vector256_1<T>, value: T): int;
669
+ static LastIndexOfWhereAllBitsSet<T extends unknown>(vector: Vector256_1<T>): int;
670
670
  static Lerp(x: Vector256_1<System_Internal.Double>, y: Vector256_1<System_Internal.Double>, amount: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
671
671
  static Lerp(x: Vector256_1<System_Internal.Single>, y: Vector256_1<System_Internal.Single>, amount: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
672
- static LessThan<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
673
- static LessThanAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
674
- static LessThanAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
675
- static LessThanOrEqual<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
676
- static LessThanOrEqualAll<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
677
- static LessThanOrEqualAny<T>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
678
- static Load<T>(source: ptr<T>): Vector256_1<T>;
679
- static LoadAligned<T>(source: ptr<T>): Vector256_1<T>;
680
- static LoadAlignedNonTemporal<T>(source: ptr<T>): Vector256_1<T>;
681
- static LoadUnsafe<T>(source: T, elementOffset: nuint): Vector256_1<T>;
682
- static LoadUnsafe<T>(source: T): Vector256_1<T>;
672
+ static LessThan<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
673
+ static LessThanAll<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
674
+ static LessThanAny<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
675
+ static LessThanOrEqual<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
676
+ static LessThanOrEqualAll<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
677
+ static LessThanOrEqualAny<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): boolean;
678
+ static Load<T extends unknown>(source: ptr<T>): Vector256_1<T>;
679
+ static LoadAligned<T extends unknown>(source: ptr<T>): Vector256_1<T>;
680
+ static LoadAlignedNonTemporal<T extends unknown>(source: ptr<T>): Vector256_1<T>;
681
+ static LoadUnsafe<T extends unknown>(source: T, elementOffset: nuint): Vector256_1<T>;
682
+ static LoadUnsafe<T extends unknown>(source: T): Vector256_1<T>;
683
683
  static Log(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
684
684
  static Log(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
685
685
  static Log2(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
686
686
  static Log2(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
687
- static Max<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
688
- static MaxMagnitude<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
689
- static MaxMagnitudeNumber<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
690
- static MaxNative<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
691
- static MaxNumber<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
692
- static Min<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
693
- static MinMagnitude<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
694
- static MinMagnitudeNumber<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
695
- static MinNative<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
696
- static MinNumber<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
697
- static Multiply<T>(left: T, right: Vector256_1<T>): Vector256_1<T>;
698
- static Multiply<T>(left: Vector256_1<T>, right: T): Vector256_1<T>;
699
- static Multiply<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
687
+ static Max<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
688
+ static MaxMagnitude<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
689
+ static MaxMagnitudeNumber<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
690
+ static MaxNative<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
691
+ static MaxNumber<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
692
+ static Min<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
693
+ static MinMagnitude<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
694
+ static MinMagnitudeNumber<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
695
+ static MinNative<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
696
+ static MinNumber<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
697
+ static Multiply<T extends unknown>(left: T, right: Vector256_1<T>): Vector256_1<T>;
698
+ static Multiply<T extends unknown>(left: Vector256_1<T>, right: T): Vector256_1<T>;
699
+ static Multiply<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
700
700
  static MultiplyAddEstimate(left: Vector256_1<System_Internal.Double>, right: Vector256_1<System_Internal.Double>, addend: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
701
701
  static MultiplyAddEstimate(left: Vector256_1<System_Internal.Single>, right: Vector256_1<System_Internal.Single>, addend: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
702
702
  static Narrow(lower: Vector256_1<System_Internal.Double>, upper: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Single>;
@@ -713,10 +713,10 @@ export abstract class Vector256$instance {
713
713
  static NarrowWithSaturation(lower: Vector256_1<System_Internal.UInt16>, upper: Vector256_1<System_Internal.UInt16>): Vector256_1<System_Internal.Byte>;
714
714
  static NarrowWithSaturation(lower: Vector256_1<System_Internal.UInt32>, upper: Vector256_1<System_Internal.UInt32>): Vector256_1<System_Internal.UInt16>;
715
715
  static NarrowWithSaturation(lower: Vector256_1<System_Internal.UInt64>, upper: Vector256_1<System_Internal.UInt64>): Vector256_1<System_Internal.UInt32>;
716
- static Negate<T>(vector: Vector256_1<T>): Vector256_1<T>;
717
- static None<T>(vector: Vector256_1<T>, value: T): boolean;
718
- static NoneWhereAllBitsSet<T>(vector: Vector256_1<T>): boolean;
719
- static OnesComplement<T>(vector: Vector256_1<T>): Vector256_1<T>;
716
+ static Negate<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
717
+ static None<T extends unknown>(vector: Vector256_1<T>, value: T): boolean;
718
+ static NoneWhereAllBitsSet<T extends unknown>(vector: Vector256_1<T>): boolean;
719
+ static OnesComplement<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
720
720
  static RadiansToDegrees(radians: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
721
721
  static RadiansToDegrees(radians: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
722
722
  static Round(vector: Vector256_1<System_Internal.Double>, mode: MidpointRounding): Vector256_1<System_Internal.Double>;
@@ -772,21 +772,21 @@ export abstract class Vector256$instance {
772
772
  static Sin(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
773
773
  static SinCos(vector: Vector256_1<System_Internal.Double>): ValueTuple_2<Vector256_1<System_Internal.Double>, Vector256_1<System_Internal.Double>>;
774
774
  static SinCos(vector: Vector256_1<System_Internal.Single>): ValueTuple_2<Vector256_1<System_Internal.Single>, Vector256_1<System_Internal.Single>>;
775
- static Sqrt<T>(vector: Vector256_1<T>): Vector256_1<T>;
776
- static Store<T>(source: Vector256_1<T>, destination: ptr<T>): void;
777
- static StoreAligned<T>(source: Vector256_1<T>, destination: ptr<T>): void;
778
- static StoreAlignedNonTemporal<T>(source: Vector256_1<T>, destination: ptr<T>): void;
779
- static StoreUnsafe<T>(source: Vector256_1<T>, destination: T, elementOffset: nuint): void;
780
- static StoreUnsafe<T>(source: Vector256_1<T>, destination: T): void;
781
- static Subtract<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
782
- static SubtractSaturate<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
783
- static Sum<T>(vector: Vector256_1<T>): T;
784
- static ToScalar<T>(vector: Vector256_1<T>): T;
785
- static ToVector512<T>(vector: Vector256_1<T>): Vector512_1<T>;
786
- static ToVector512Unsafe<T>(vector: Vector256_1<T>): Vector512_1<T>;
775
+ static Sqrt<T extends unknown>(vector: Vector256_1<T>): Vector256_1<T>;
776
+ static Store<T extends unknown>(source: Vector256_1<T>, destination: ptr<T>): void;
777
+ static StoreAligned<T extends unknown>(source: Vector256_1<T>, destination: ptr<T>): void;
778
+ static StoreAlignedNonTemporal<T extends unknown>(source: Vector256_1<T>, destination: ptr<T>): void;
779
+ static StoreUnsafe<T extends unknown>(source: Vector256_1<T>, destination: T, elementOffset: nuint): void;
780
+ static StoreUnsafe<T extends unknown>(source: Vector256_1<T>, destination: T): void;
781
+ static Subtract<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
782
+ static SubtractSaturate<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
783
+ static Sum<T extends unknown>(vector: Vector256_1<T>): T;
784
+ static ToScalar<T extends unknown>(vector: Vector256_1<T>): T;
785
+ static ToVector512<T extends unknown>(vector: Vector256_1<T>): Vector512_1<T>;
786
+ static ToVector512Unsafe<T extends unknown>(vector: Vector256_1<T>): Vector512_1<T>;
787
787
  static Truncate(vector: Vector256_1<System_Internal.Double>): Vector256_1<System_Internal.Double>;
788
788
  static Truncate(vector: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Single>;
789
- static TryCopyTo<T>(vector: Vector256_1<T>, destination: Span_1<T>): boolean;
789
+ static TryCopyTo<T extends unknown>(vector: Vector256_1<T>, destination: Span_1<T>): boolean;
790
790
  static Widen(source: Vector256_1<System_Internal.Byte>): ValueTuple_2<Vector256_1<System_Internal.UInt16>, Vector256_1<System_Internal.UInt16>>;
791
791
  static Widen(source: Vector256_1<System_Internal.Int16>): ValueTuple_2<Vector256_1<System_Internal.Int32>, Vector256_1<System_Internal.Int32>>;
792
792
  static Widen(source: Vector256_1<System_Internal.Int32>): ValueTuple_2<Vector256_1<System_Internal.Int64>, Vector256_1<System_Internal.Int64>>;
@@ -808,10 +808,10 @@ export abstract class Vector256$instance {
808
808
  static WidenUpper(source: Vector256_1<System_Internal.Single>): Vector256_1<System_Internal.Double>;
809
809
  static WidenUpper(source: Vector256_1<System_Internal.UInt16>): Vector256_1<System_Internal.UInt32>;
810
810
  static WidenUpper(source: Vector256_1<System_Internal.UInt32>): Vector256_1<System_Internal.UInt64>;
811
- static WithElement<T>(vector: Vector256_1<T>, index: int, value: T): Vector256_1<T>;
812
- static WithLower<T>(vector: Vector256_1<T>, value: Vector128_1<T>): Vector256_1<T>;
813
- static WithUpper<T>(vector: Vector256_1<T>, value: Vector128_1<T>): Vector256_1<T>;
814
- static Xor<T>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
811
+ static WithElement<T extends unknown>(vector: Vector256_1<T>, index: int, value: T): Vector256_1<T>;
812
+ static WithLower<T extends unknown>(vector: Vector256_1<T>, value: Vector128_1<T>): Vector256_1<T>;
813
+ static WithUpper<T extends unknown>(vector: Vector256_1<T>, value: Vector128_1<T>): Vector256_1<T>;
814
+ static Xor<T extends unknown>(left: Vector256_1<T>, right: Vector256_1<T>): Vector256_1<T>;
815
815
  }
816
816
 
817
817
 
@@ -819,36 +819,36 @@ export type Vector256 = Vector256$instance;
819
819
 
820
820
  export abstract class Vector512$instance {
821
821
  static readonly IsHardwareAccelerated: boolean;
822
- static Abs<T>(vector: Vector512_1<T>): Vector512_1<T>;
823
- static Add<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
824
- static AddSaturate<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
825
- static All<T>(vector: Vector512_1<T>, value: T): boolean;
826
- static AllWhereAllBitsSet<T>(vector: Vector512_1<T>): boolean;
827
- static AndNot<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
828
- static Any<T>(vector: Vector512_1<T>, value: T): boolean;
829
- static AnyWhereAllBitsSet<T>(vector: Vector512_1<T>): boolean;
830
- static As<TFrom, TTo>(vector: Vector512_1<TFrom>): Vector512_1<TTo>;
831
- static AsByte<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Byte>;
832
- static AsDouble<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Double>;
833
- static AsInt16<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int16>;
834
- static AsInt32<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int32>;
835
- static AsInt64<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int64>;
836
- static AsNInt<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.IntPtr>;
837
- static AsNUInt<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.UIntPtr>;
838
- static AsSByte<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.SByte>;
839
- static AsSingle<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.Single>;
840
- static AsUInt16<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt16>;
841
- static AsUInt32<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt32>;
842
- static AsUInt64<T>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt64>;
843
- static AsVector<T>(value: Vector512_1<T>): Vector_1<T>;
844
- static AsVector512<T>(value: Vector_1<T>): Vector512_1<T>;
845
- static BitwiseAnd<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
846
- static BitwiseOr<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
822
+ static Abs<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
823
+ static Add<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
824
+ static AddSaturate<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
825
+ static All<T extends unknown>(vector: Vector512_1<T>, value: T): boolean;
826
+ static AllWhereAllBitsSet<T extends unknown>(vector: Vector512_1<T>): boolean;
827
+ static AndNot<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
828
+ static Any<T extends unknown>(vector: Vector512_1<T>, value: T): boolean;
829
+ static AnyWhereAllBitsSet<T extends unknown>(vector: Vector512_1<T>): boolean;
830
+ static As<TFrom extends unknown, TTo extends unknown>(vector: Vector512_1<TFrom>): Vector512_1<TTo>;
831
+ static AsByte<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.Byte>;
832
+ static AsDouble<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.Double>;
833
+ static AsInt16<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int16>;
834
+ static AsInt32<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int32>;
835
+ static AsInt64<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.Int64>;
836
+ static AsNInt<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.IntPtr>;
837
+ static AsNUInt<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.UIntPtr>;
838
+ static AsSByte<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.SByte>;
839
+ static AsSingle<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.Single>;
840
+ static AsUInt16<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt16>;
841
+ static AsUInt32<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt32>;
842
+ static AsUInt64<T extends unknown>(vector: Vector512_1<T>): Vector512_1<System_Internal.UInt64>;
843
+ static AsVector<T extends unknown>(value: Vector512_1<T>): Vector_1<T>;
844
+ static AsVector512<T extends unknown>(value: Vector_1<T>): Vector512_1<T>;
845
+ static BitwiseAnd<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
846
+ static BitwiseOr<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
847
847
  static Ceiling(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
848
848
  static Ceiling(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
849
- static Clamp<T>(value: Vector512_1<T>, min: Vector512_1<T>, max: Vector512_1<T>): Vector512_1<T>;
850
- static ClampNative<T>(value: Vector512_1<T>, min: Vector512_1<T>, max: Vector512_1<T>): Vector512_1<T>;
851
- static ConditionalSelect<T>(condition: Vector512_1<T>, left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
849
+ static Clamp<T extends unknown>(value: Vector512_1<T>, min: Vector512_1<T>, max: Vector512_1<T>): Vector512_1<T>;
850
+ static ClampNative<T extends unknown>(value: Vector512_1<T>, min: Vector512_1<T>, max: Vector512_1<T>): Vector512_1<T>;
851
+ static ConditionalSelect<T extends unknown>(condition: Vector512_1<T>, left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
852
852
  static ConvertToDouble(vector: Vector512_1<System_Internal.Int64>): Vector512_1<System_Internal.Double>;
853
853
  static ConvertToDouble(vector: Vector512_1<System_Internal.UInt64>): Vector512_1<System_Internal.Double>;
854
854
  static ConvertToInt32(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Int32>;
@@ -861,15 +861,15 @@ export abstract class Vector512$instance {
861
861
  static ConvertToUInt32Native(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.UInt32>;
862
862
  static ConvertToUInt64(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.UInt64>;
863
863
  static ConvertToUInt64Native(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.UInt64>;
864
- static CopySign<T>(value: Vector512_1<T>, sign: Vector512_1<T>): Vector512_1<T>;
865
- static CopyTo<T>(vector: Vector512_1<T>, destination: Span_1<T>): void;
866
- static CopyTo<T>(vector: Vector512_1<T>, destination: T[], startIndex: int): void;
867
- static CopyTo<T>(vector: Vector512_1<T>, destination: T[]): void;
864
+ static CopySign<T extends unknown>(value: Vector512_1<T>, sign: Vector512_1<T>): Vector512_1<T>;
865
+ static CopyTo<T extends unknown>(vector: Vector512_1<T>, destination: Span_1<T>): void;
866
+ static CopyTo<T extends unknown>(vector: Vector512_1<T>, destination: T[], startIndex: int): void;
867
+ static CopyTo<T extends unknown>(vector: Vector512_1<T>, destination: T[]): void;
868
868
  static Cos(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
869
869
  static Cos(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
870
- static Count<T>(vector: Vector512_1<T>, value: T): int;
871
- static CountWhereAllBitsSet<T>(vector: Vector512_1<T>): int;
872
- static Create<T>(values: ReadOnlySpan_1<T>): Vector512_1<T>;
870
+ static Count<T extends unknown>(vector: Vector512_1<T>, value: T): int;
871
+ static CountWhereAllBitsSet<T extends unknown>(vector: Vector512_1<T>): int;
872
+ static Create<T extends unknown>(values: ReadOnlySpan_1<T>): Vector512_1<T>;
873
873
  static Create(e0: byte, e1: byte, e2: byte, e3: byte, e4: byte, e5: byte, e6: byte, e7: byte, e8: byte, e9: byte, e10: byte, e11: byte, e12: byte, e13: byte, e14: byte, e15: byte, e16: byte, e17: byte, e18: byte, e19: byte, e20: byte, e21: byte, e22: byte, e23: byte, e24: byte, e25: byte, e26: byte, e27: byte, e28: byte, e29: byte, e30: byte, e31: byte, e32: byte, e33: byte, e34: byte, e35: byte, e36: byte, e37: byte, e38: byte, e39: byte, e40: byte, e41: byte, e42: byte, e43: byte, e44: byte, e45: byte, e46: byte, e47: byte, e48: byte, e49: byte, e50: byte, e51: byte, e52: byte, e53: byte, e54: byte, e55: byte, e56: byte, e57: byte, e58: byte, e59: byte, e60: byte, e61: byte, e62: byte, e63: byte): Vector512_1<System_Internal.Byte>;
874
874
  static Create(value: byte): Vector512_1<System_Internal.Byte>;
875
875
  static Create(e0: double, e1: double, e2: double, e3: double, e4: double, e5: double, e6: double, e7: double): Vector512_1<System_Internal.Double>;
@@ -904,13 +904,13 @@ export abstract class Vector512$instance {
904
904
  static Create(e0: ulong, e1: ulong, e2: ulong, e3: ulong, e4: ulong, e5: ulong, e6: ulong, e7: ulong): Vector512_1<System_Internal.UInt64>;
905
905
  static Create(value: ulong): Vector512_1<System_Internal.UInt64>;
906
906
  static Create(value: nuint): Vector512_1<System_Internal.UIntPtr>;
907
- static Create<T>(value: T): Vector512_1<T>;
908
- static Create<T>(values: T[], index: int): Vector512_1<T>;
909
- static Create<T>(values: T[]): Vector512_1<T>;
910
- static Create<T>(value: Vector128_1<T>): Vector512_1<T>;
911
- static Create<T>(lower: Vector256_1<T>, upper: Vector256_1<T>): Vector512_1<T>;
912
- static Create<T>(value: Vector256_1<T>): Vector512_1<T>;
913
- static Create<T>(value: Vector64_1<T>): Vector512_1<T>;
907
+ static Create<T extends unknown>(value: T): Vector512_1<T>;
908
+ static Create<T extends unknown>(values: T[], index: int): Vector512_1<T>;
909
+ static Create<T extends unknown>(values: T[]): Vector512_1<T>;
910
+ static Create<T extends unknown>(value: Vector128_1<T>): Vector512_1<T>;
911
+ static Create<T extends unknown>(lower: Vector256_1<T>, upper: Vector256_1<T>): Vector512_1<T>;
912
+ static Create<T extends unknown>(value: Vector256_1<T>): Vector512_1<T>;
913
+ static Create<T extends unknown>(value: Vector64_1<T>): Vector512_1<T>;
914
914
  static CreateScalar(value: byte): Vector512_1<System_Internal.Byte>;
915
915
  static CreateScalar(value: double): Vector512_1<System_Internal.Double>;
916
916
  static CreateScalar(value: short): Vector512_1<System_Internal.Int16>;
@@ -923,7 +923,7 @@ export abstract class Vector512$instance {
923
923
  static CreateScalar(value: uint): Vector512_1<System_Internal.UInt32>;
924
924
  static CreateScalar(value: ulong): Vector512_1<System_Internal.UInt64>;
925
925
  static CreateScalar(value: nuint): Vector512_1<System_Internal.UIntPtr>;
926
- static CreateScalar<T>(value: T): Vector512_1<T>;
926
+ static CreateScalar<T extends unknown>(value: T): Vector512_1<T>;
927
927
  static CreateScalarUnsafe(value: byte): Vector512_1<System_Internal.Byte>;
928
928
  static CreateScalarUnsafe(value: double): Vector512_1<System_Internal.Double>;
929
929
  static CreateScalarUnsafe(value: short): Vector512_1<System_Internal.Int16>;
@@ -936,81 +936,81 @@ export abstract class Vector512$instance {
936
936
  static CreateScalarUnsafe(value: uint): Vector512_1<System_Internal.UInt32>;
937
937
  static CreateScalarUnsafe(value: ulong): Vector512_1<System_Internal.UInt64>;
938
938
  static CreateScalarUnsafe(value: nuint): Vector512_1<System_Internal.UIntPtr>;
939
- static CreateScalarUnsafe<T>(value: T): Vector512_1<T>;
940
- static CreateSequence<T>(start: T, step: T): Vector512_1<T>;
939
+ static CreateScalarUnsafe<T extends unknown>(value: T): Vector512_1<T>;
940
+ static CreateSequence<T extends unknown>(start: T, step: T): Vector512_1<T>;
941
941
  static DegreesToRadians(degrees: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
942
942
  static DegreesToRadians(degrees: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
943
- static Divide<T>(left: Vector512_1<T>, right: T): Vector512_1<T>;
944
- static Divide<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
945
- static Dot<T>(left: Vector512_1<T>, right: Vector512_1<T>): T;
946
- static Equals<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
947
- static EqualsAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
948
- static EqualsAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
943
+ static Divide<T extends unknown>(left: Vector512_1<T>, right: T): Vector512_1<T>;
944
+ static Divide<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
945
+ static Dot<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): T;
946
+ static Equals<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
947
+ static EqualsAll<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
948
+ static EqualsAny<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
949
949
  static Exp(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
950
950
  static Exp(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
951
- static ExtractMostSignificantBits<T>(vector: Vector512_1<T>): ulong;
951
+ static ExtractMostSignificantBits<T extends unknown>(vector: Vector512_1<T>): ulong;
952
952
  static Floor(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
953
953
  static Floor(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
954
954
  static FusedMultiplyAdd(left: Vector512_1<System_Internal.Double>, right: Vector512_1<System_Internal.Double>, addend: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
955
955
  static FusedMultiplyAdd(left: Vector512_1<System_Internal.Single>, right: Vector512_1<System_Internal.Single>, addend: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
956
- static GetElement<T>(vector: Vector512_1<T>, index: int): T;
957
- static GetLower<T>(vector: Vector512_1<T>): Vector256_1<T>;
958
- static GetUpper<T>(vector: Vector512_1<T>): Vector256_1<T>;
959
- static GreaterThan<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
960
- static GreaterThanAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
961
- static GreaterThanAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
962
- static GreaterThanOrEqual<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
963
- static GreaterThanOrEqualAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
964
- static GreaterThanOrEqualAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
956
+ static GetElement<T extends unknown>(vector: Vector512_1<T>, index: int): T;
957
+ static GetLower<T extends unknown>(vector: Vector512_1<T>): Vector256_1<T>;
958
+ static GetUpper<T extends unknown>(vector: Vector512_1<T>): Vector256_1<T>;
959
+ static GreaterThan<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
960
+ static GreaterThanAll<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
961
+ static GreaterThanAny<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
962
+ static GreaterThanOrEqual<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
963
+ static GreaterThanOrEqualAll<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
964
+ static GreaterThanOrEqualAny<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
965
965
  static Hypot(x: Vector512_1<System_Internal.Double>, y: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
966
966
  static Hypot(x: Vector512_1<System_Internal.Single>, y: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
967
- static IndexOf<T>(vector: Vector512_1<T>, value: T): int;
968
- static IndexOfWhereAllBitsSet<T>(vector: Vector512_1<T>): int;
969
- static IsEvenInteger<T>(vector: Vector512_1<T>): Vector512_1<T>;
970
- static IsFinite<T>(vector: Vector512_1<T>): Vector512_1<T>;
971
- static IsInfinity<T>(vector: Vector512_1<T>): Vector512_1<T>;
972
- static IsInteger<T>(vector: Vector512_1<T>): Vector512_1<T>;
973
- static IsNaN<T>(vector: Vector512_1<T>): Vector512_1<T>;
974
- static IsNegative<T>(vector: Vector512_1<T>): Vector512_1<T>;
975
- static IsNegativeInfinity<T>(vector: Vector512_1<T>): Vector512_1<T>;
976
- static IsNormal<T>(vector: Vector512_1<T>): Vector512_1<T>;
977
- static IsOddInteger<T>(vector: Vector512_1<T>): Vector512_1<T>;
978
- static IsPositive<T>(vector: Vector512_1<T>): Vector512_1<T>;
979
- static IsPositiveInfinity<T>(vector: Vector512_1<T>): Vector512_1<T>;
980
- static IsSubnormal<T>(vector: Vector512_1<T>): Vector512_1<T>;
981
- static IsZero<T>(vector: Vector512_1<T>): Vector512_1<T>;
982
- static LastIndexOf<T>(vector: Vector512_1<T>, value: T): int;
983
- static LastIndexOfWhereAllBitsSet<T>(vector: Vector512_1<T>): int;
967
+ static IndexOf<T extends unknown>(vector: Vector512_1<T>, value: T): int;
968
+ static IndexOfWhereAllBitsSet<T extends unknown>(vector: Vector512_1<T>): int;
969
+ static IsEvenInteger<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
970
+ static IsFinite<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
971
+ static IsInfinity<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
972
+ static IsInteger<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
973
+ static IsNaN<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
974
+ static IsNegative<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
975
+ static IsNegativeInfinity<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
976
+ static IsNormal<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
977
+ static IsOddInteger<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
978
+ static IsPositive<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
979
+ static IsPositiveInfinity<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
980
+ static IsSubnormal<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
981
+ static IsZero<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
982
+ static LastIndexOf<T extends unknown>(vector: Vector512_1<T>, value: T): int;
983
+ static LastIndexOfWhereAllBitsSet<T extends unknown>(vector: Vector512_1<T>): int;
984
984
  static Lerp(x: Vector512_1<System_Internal.Double>, y: Vector512_1<System_Internal.Double>, amount: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
985
985
  static Lerp(x: Vector512_1<System_Internal.Single>, y: Vector512_1<System_Internal.Single>, amount: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
986
- static LessThan<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
987
- static LessThanAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
988
- static LessThanAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
989
- static LessThanOrEqual<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
990
- static LessThanOrEqualAll<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
991
- static LessThanOrEqualAny<T>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
992
- static Load<T>(source: ptr<T>): Vector512_1<T>;
993
- static LoadAligned<T>(source: ptr<T>): Vector512_1<T>;
994
- static LoadAlignedNonTemporal<T>(source: ptr<T>): Vector512_1<T>;
995
- static LoadUnsafe<T>(source: T, elementOffset: nuint): Vector512_1<T>;
996
- static LoadUnsafe<T>(source: T): Vector512_1<T>;
986
+ static LessThan<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
987
+ static LessThanAll<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
988
+ static LessThanAny<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
989
+ static LessThanOrEqual<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
990
+ static LessThanOrEqualAll<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
991
+ static LessThanOrEqualAny<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): boolean;
992
+ static Load<T extends unknown>(source: ptr<T>): Vector512_1<T>;
993
+ static LoadAligned<T extends unknown>(source: ptr<T>): Vector512_1<T>;
994
+ static LoadAlignedNonTemporal<T extends unknown>(source: ptr<T>): Vector512_1<T>;
995
+ static LoadUnsafe<T extends unknown>(source: T, elementOffset: nuint): Vector512_1<T>;
996
+ static LoadUnsafe<T extends unknown>(source: T): Vector512_1<T>;
997
997
  static Log(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
998
998
  static Log(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
999
999
  static Log2(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
1000
1000
  static Log2(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
1001
- static Max<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1002
- static MaxMagnitude<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1003
- static MaxMagnitudeNumber<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1004
- static MaxNative<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1005
- static MaxNumber<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1006
- static Min<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1007
- static MinMagnitude<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1008
- static MinMagnitudeNumber<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1009
- static MinNative<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1010
- static MinNumber<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1011
- static Multiply<T>(left: T, right: Vector512_1<T>): Vector512_1<T>;
1012
- static Multiply<T>(left: Vector512_1<T>, right: T): Vector512_1<T>;
1013
- static Multiply<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1001
+ static Max<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1002
+ static MaxMagnitude<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1003
+ static MaxMagnitudeNumber<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1004
+ static MaxNative<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1005
+ static MaxNumber<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1006
+ static Min<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1007
+ static MinMagnitude<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1008
+ static MinMagnitudeNumber<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1009
+ static MinNative<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1010
+ static MinNumber<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1011
+ static Multiply<T extends unknown>(left: T, right: Vector512_1<T>): Vector512_1<T>;
1012
+ static Multiply<T extends unknown>(left: Vector512_1<T>, right: T): Vector512_1<T>;
1013
+ static Multiply<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1014
1014
  static MultiplyAddEstimate(left: Vector512_1<System_Internal.Double>, right: Vector512_1<System_Internal.Double>, addend: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
1015
1015
  static MultiplyAddEstimate(left: Vector512_1<System_Internal.Single>, right: Vector512_1<System_Internal.Single>, addend: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
1016
1016
  static Narrow(lower: Vector512_1<System_Internal.Double>, upper: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Single>;
@@ -1027,10 +1027,10 @@ export abstract class Vector512$instance {
1027
1027
  static NarrowWithSaturation(lower: Vector512_1<System_Internal.UInt16>, upper: Vector512_1<System_Internal.UInt16>): Vector512_1<System_Internal.Byte>;
1028
1028
  static NarrowWithSaturation(lower: Vector512_1<System_Internal.UInt32>, upper: Vector512_1<System_Internal.UInt32>): Vector512_1<System_Internal.UInt16>;
1029
1029
  static NarrowWithSaturation(lower: Vector512_1<System_Internal.UInt64>, upper: Vector512_1<System_Internal.UInt64>): Vector512_1<System_Internal.UInt32>;
1030
- static Negate<T>(vector: Vector512_1<T>): Vector512_1<T>;
1031
- static None<T>(vector: Vector512_1<T>, value: T): boolean;
1032
- static NoneWhereAllBitsSet<T>(vector: Vector512_1<T>): boolean;
1033
- static OnesComplement<T>(vector: Vector512_1<T>): Vector512_1<T>;
1030
+ static Negate<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
1031
+ static None<T extends unknown>(vector: Vector512_1<T>, value: T): boolean;
1032
+ static NoneWhereAllBitsSet<T extends unknown>(vector: Vector512_1<T>): boolean;
1033
+ static OnesComplement<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
1034
1034
  static RadiansToDegrees(radians: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
1035
1035
  static RadiansToDegrees(radians: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
1036
1036
  static Round(vector: Vector512_1<System_Internal.Double>, mode: MidpointRounding): Vector512_1<System_Internal.Double>;
@@ -1086,19 +1086,19 @@ export abstract class Vector512$instance {
1086
1086
  static Sin(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
1087
1087
  static SinCos(vector: Vector512_1<System_Internal.Double>): ValueTuple_2<Vector512_1<System_Internal.Double>, Vector512_1<System_Internal.Double>>;
1088
1088
  static SinCos(vector: Vector512_1<System_Internal.Single>): ValueTuple_2<Vector512_1<System_Internal.Single>, Vector512_1<System_Internal.Single>>;
1089
- static Sqrt<T>(vector: Vector512_1<T>): Vector512_1<T>;
1090
- static Store<T>(source: Vector512_1<T>, destination: ptr<T>): void;
1091
- static StoreAligned<T>(source: Vector512_1<T>, destination: ptr<T>): void;
1092
- static StoreAlignedNonTemporal<T>(source: Vector512_1<T>, destination: ptr<T>): void;
1093
- static StoreUnsafe<T>(source: Vector512_1<T>, destination: T, elementOffset: nuint): void;
1094
- static StoreUnsafe<T>(source: Vector512_1<T>, destination: T): void;
1095
- static Subtract<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1096
- static SubtractSaturate<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1097
- static Sum<T>(vector: Vector512_1<T>): T;
1098
- static ToScalar<T>(vector: Vector512_1<T>): T;
1089
+ static Sqrt<T extends unknown>(vector: Vector512_1<T>): Vector512_1<T>;
1090
+ static Store<T extends unknown>(source: Vector512_1<T>, destination: ptr<T>): void;
1091
+ static StoreAligned<T extends unknown>(source: Vector512_1<T>, destination: ptr<T>): void;
1092
+ static StoreAlignedNonTemporal<T extends unknown>(source: Vector512_1<T>, destination: ptr<T>): void;
1093
+ static StoreUnsafe<T extends unknown>(source: Vector512_1<T>, destination: T, elementOffset: nuint): void;
1094
+ static StoreUnsafe<T extends unknown>(source: Vector512_1<T>, destination: T): void;
1095
+ static Subtract<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1096
+ static SubtractSaturate<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1097
+ static Sum<T extends unknown>(vector: Vector512_1<T>): T;
1098
+ static ToScalar<T extends unknown>(vector: Vector512_1<T>): T;
1099
1099
  static Truncate(vector: Vector512_1<System_Internal.Double>): Vector512_1<System_Internal.Double>;
1100
1100
  static Truncate(vector: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Single>;
1101
- static TryCopyTo<T>(vector: Vector512_1<T>, destination: Span_1<T>): boolean;
1101
+ static TryCopyTo<T extends unknown>(vector: Vector512_1<T>, destination: Span_1<T>): boolean;
1102
1102
  static Widen(source: Vector512_1<System_Internal.Byte>): ValueTuple_2<Vector512_1<System_Internal.UInt16>, Vector512_1<System_Internal.UInt16>>;
1103
1103
  static Widen(source: Vector512_1<System_Internal.Int16>): ValueTuple_2<Vector512_1<System_Internal.Int32>, Vector512_1<System_Internal.Int32>>;
1104
1104
  static Widen(source: Vector512_1<System_Internal.Int32>): ValueTuple_2<Vector512_1<System_Internal.Int64>, Vector512_1<System_Internal.Int64>>;
@@ -1120,10 +1120,10 @@ export abstract class Vector512$instance {
1120
1120
  static WidenUpper(source: Vector512_1<System_Internal.Single>): Vector512_1<System_Internal.Double>;
1121
1121
  static WidenUpper(source: Vector512_1<System_Internal.UInt16>): Vector512_1<System_Internal.UInt32>;
1122
1122
  static WidenUpper(source: Vector512_1<System_Internal.UInt32>): Vector512_1<System_Internal.UInt64>;
1123
- static WithElement<T>(vector: Vector512_1<T>, index: int, value: T): Vector512_1<T>;
1124
- static WithLower<T>(vector: Vector512_1<T>, value: Vector256_1<T>): Vector512_1<T>;
1125
- static WithUpper<T>(vector: Vector512_1<T>, value: Vector256_1<T>): Vector512_1<T>;
1126
- static Xor<T>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1123
+ static WithElement<T extends unknown>(vector: Vector512_1<T>, index: int, value: T): Vector512_1<T>;
1124
+ static WithLower<T extends unknown>(vector: Vector512_1<T>, value: Vector256_1<T>): Vector512_1<T>;
1125
+ static WithUpper<T extends unknown>(vector: Vector512_1<T>, value: Vector256_1<T>): Vector512_1<T>;
1126
+ static Xor<T extends unknown>(left: Vector512_1<T>, right: Vector512_1<T>): Vector512_1<T>;
1127
1127
  }
1128
1128
 
1129
1129
 
@@ -1131,34 +1131,34 @@ export type Vector512 = Vector512$instance;
1131
1131
 
1132
1132
  export abstract class Vector64$instance {
1133
1133
  static readonly IsHardwareAccelerated: boolean;
1134
- static Abs<T>(vector: Vector64_1<T>): Vector64_1<T>;
1135
- static Add<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1136
- static AddSaturate<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1137
- static All<T>(vector: Vector64_1<T>, value: T): boolean;
1138
- static AllWhereAllBitsSet<T>(vector: Vector64_1<T>): boolean;
1139
- static AndNot<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1140
- static Any<T>(vector: Vector64_1<T>, value: T): boolean;
1141
- static AnyWhereAllBitsSet<T>(vector: Vector64_1<T>): boolean;
1142
- static As<TFrom, TTo>(vector: Vector64_1<TFrom>): Vector64_1<TTo>;
1143
- static AsByte<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Byte>;
1144
- static AsDouble<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Double>;
1145
- static AsInt16<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int16>;
1146
- static AsInt32<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int32>;
1147
- static AsInt64<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int64>;
1148
- static AsNInt<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.IntPtr>;
1149
- static AsNUInt<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.UIntPtr>;
1150
- static AsSByte<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.SByte>;
1151
- static AsSingle<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.Single>;
1152
- static AsUInt16<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt16>;
1153
- static AsUInt32<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt32>;
1154
- static AsUInt64<T>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt64>;
1155
- static BitwiseAnd<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1156
- static BitwiseOr<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1134
+ static Abs<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1135
+ static Add<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1136
+ static AddSaturate<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1137
+ static All<T extends unknown>(vector: Vector64_1<T>, value: T): boolean;
1138
+ static AllWhereAllBitsSet<T extends unknown>(vector: Vector64_1<T>): boolean;
1139
+ static AndNot<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1140
+ static Any<T extends unknown>(vector: Vector64_1<T>, value: T): boolean;
1141
+ static AnyWhereAllBitsSet<T extends unknown>(vector: Vector64_1<T>): boolean;
1142
+ static As<TFrom extends unknown, TTo extends unknown>(vector: Vector64_1<TFrom>): Vector64_1<TTo>;
1143
+ static AsByte<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.Byte>;
1144
+ static AsDouble<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.Double>;
1145
+ static AsInt16<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int16>;
1146
+ static AsInt32<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int32>;
1147
+ static AsInt64<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.Int64>;
1148
+ static AsNInt<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.IntPtr>;
1149
+ static AsNUInt<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.UIntPtr>;
1150
+ static AsSByte<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.SByte>;
1151
+ static AsSingle<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.Single>;
1152
+ static AsUInt16<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt16>;
1153
+ static AsUInt32<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt32>;
1154
+ static AsUInt64<T extends unknown>(vector: Vector64_1<T>): Vector64_1<System_Internal.UInt64>;
1155
+ static BitwiseAnd<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1156
+ static BitwiseOr<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1157
1157
  static Ceiling(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
1158
1158
  static Ceiling(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1159
- static Clamp<T>(value: Vector64_1<T>, min: Vector64_1<T>, max: Vector64_1<T>): Vector64_1<T>;
1160
- static ClampNative<T>(value: Vector64_1<T>, min: Vector64_1<T>, max: Vector64_1<T>): Vector64_1<T>;
1161
- static ConditionalSelect<T>(condition: Vector64_1<T>, left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1159
+ static Clamp<T extends unknown>(value: Vector64_1<T>, min: Vector64_1<T>, max: Vector64_1<T>): Vector64_1<T>;
1160
+ static ClampNative<T extends unknown>(value: Vector64_1<T>, min: Vector64_1<T>, max: Vector64_1<T>): Vector64_1<T>;
1161
+ static ConditionalSelect<T extends unknown>(condition: Vector64_1<T>, left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1162
1162
  static ConvertToDouble(vector: Vector64_1<System_Internal.Int64>): Vector64_1<System_Internal.Double>;
1163
1163
  static ConvertToDouble(vector: Vector64_1<System_Internal.UInt64>): Vector64_1<System_Internal.Double>;
1164
1164
  static ConvertToInt32(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Int32>;
@@ -1171,15 +1171,15 @@ export abstract class Vector64$instance {
1171
1171
  static ConvertToUInt32Native(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.UInt32>;
1172
1172
  static ConvertToUInt64(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.UInt64>;
1173
1173
  static ConvertToUInt64Native(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.UInt64>;
1174
- static CopySign<T>(value: Vector64_1<T>, sign: Vector64_1<T>): Vector64_1<T>;
1175
- static CopyTo<T>(vector: Vector64_1<T>, destination: Span_1<T>): void;
1176
- static CopyTo<T>(vector: Vector64_1<T>, destination: T[], startIndex: int): void;
1177
- static CopyTo<T>(vector: Vector64_1<T>, destination: T[]): void;
1174
+ static CopySign<T extends unknown>(value: Vector64_1<T>, sign: Vector64_1<T>): Vector64_1<T>;
1175
+ static CopyTo<T extends unknown>(vector: Vector64_1<T>, destination: Span_1<T>): void;
1176
+ static CopyTo<T extends unknown>(vector: Vector64_1<T>, destination: T[], startIndex: int): void;
1177
+ static CopyTo<T extends unknown>(vector: Vector64_1<T>, destination: T[]): void;
1178
1178
  static Cos(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
1179
1179
  static Cos(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1180
- static Count<T>(vector: Vector64_1<T>, value: T): int;
1181
- static CountWhereAllBitsSet<T>(vector: Vector64_1<T>): int;
1182
- static Create<T>(values: ReadOnlySpan_1<T>): Vector64_1<T>;
1180
+ static Count<T extends unknown>(vector: Vector64_1<T>, value: T): int;
1181
+ static CountWhereAllBitsSet<T extends unknown>(vector: Vector64_1<T>): int;
1182
+ static Create<T extends unknown>(values: ReadOnlySpan_1<T>): Vector64_1<T>;
1183
1183
  static Create(e0: byte, e1: byte, e2: byte, e3: byte, e4: byte, e5: byte, e6: byte, e7: byte): Vector64_1<System_Internal.Byte>;
1184
1184
  static Create(value: byte): Vector64_1<System_Internal.Byte>;
1185
1185
  static Create(value: double): Vector64_1<System_Internal.Double>;
@@ -1199,9 +1199,9 @@ export abstract class Vector64$instance {
1199
1199
  static Create(value: uint): Vector64_1<System_Internal.UInt32>;
1200
1200
  static Create(value: ulong): Vector64_1<System_Internal.UInt64>;
1201
1201
  static Create(value: nuint): Vector64_1<System_Internal.UIntPtr>;
1202
- static Create<T>(value: T): Vector64_1<T>;
1203
- static Create<T>(values: T[], index: int): Vector64_1<T>;
1204
- static Create<T>(values: T[]): Vector64_1<T>;
1202
+ static Create<T extends unknown>(value: T): Vector64_1<T>;
1203
+ static Create<T extends unknown>(values: T[], index: int): Vector64_1<T>;
1204
+ static Create<T extends unknown>(values: T[]): Vector64_1<T>;
1205
1205
  static CreateScalar(value: byte): Vector64_1<System_Internal.Byte>;
1206
1206
  static CreateScalar(value: double): Vector64_1<System_Internal.Double>;
1207
1207
  static CreateScalar(value: short): Vector64_1<System_Internal.Int16>;
@@ -1214,7 +1214,7 @@ export abstract class Vector64$instance {
1214
1214
  static CreateScalar(value: uint): Vector64_1<System_Internal.UInt32>;
1215
1215
  static CreateScalar(value: ulong): Vector64_1<System_Internal.UInt64>;
1216
1216
  static CreateScalar(value: nuint): Vector64_1<System_Internal.UIntPtr>;
1217
- static CreateScalar<T>(value: T): Vector64_1<T>;
1217
+ static CreateScalar<T extends unknown>(value: T): Vector64_1<T>;
1218
1218
  static CreateScalarUnsafe(value: byte): Vector64_1<System_Internal.Byte>;
1219
1219
  static CreateScalarUnsafe(value: double): Vector64_1<System_Internal.Double>;
1220
1220
  static CreateScalarUnsafe(value: short): Vector64_1<System_Internal.Int16>;
@@ -1227,79 +1227,79 @@ export abstract class Vector64$instance {
1227
1227
  static CreateScalarUnsafe(value: uint): Vector64_1<System_Internal.UInt32>;
1228
1228
  static CreateScalarUnsafe(value: ulong): Vector64_1<System_Internal.UInt64>;
1229
1229
  static CreateScalarUnsafe(value: nuint): Vector64_1<System_Internal.UIntPtr>;
1230
- static CreateScalarUnsafe<T>(value: T): Vector64_1<T>;
1231
- static CreateSequence<T>(start: T, step: T): Vector64_1<T>;
1230
+ static CreateScalarUnsafe<T extends unknown>(value: T): Vector64_1<T>;
1231
+ static CreateSequence<T extends unknown>(start: T, step: T): Vector64_1<T>;
1232
1232
  static DegreesToRadians(degrees: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
1233
1233
  static DegreesToRadians(degrees: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1234
- static Divide<T>(left: Vector64_1<T>, right: T): Vector64_1<T>;
1235
- static Divide<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1236
- static Dot<T>(left: Vector64_1<T>, right: Vector64_1<T>): T;
1237
- static Equals<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1238
- static EqualsAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1239
- static EqualsAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1234
+ static Divide<T extends unknown>(left: Vector64_1<T>, right: T): Vector64_1<T>;
1235
+ static Divide<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1236
+ static Dot<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): T;
1237
+ static Equals<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1238
+ static EqualsAll<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1239
+ static EqualsAny<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1240
1240
  static Exp(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
1241
1241
  static Exp(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1242
- static ExtractMostSignificantBits<T>(vector: Vector64_1<T>): uint;
1242
+ static ExtractMostSignificantBits<T extends unknown>(vector: Vector64_1<T>): uint;
1243
1243
  static Floor(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
1244
1244
  static Floor(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1245
1245
  static FusedMultiplyAdd(left: Vector64_1<System_Internal.Double>, right: Vector64_1<System_Internal.Double>, addend: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
1246
1246
  static FusedMultiplyAdd(left: Vector64_1<System_Internal.Single>, right: Vector64_1<System_Internal.Single>, addend: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1247
- static GetElement<T>(vector: Vector64_1<T>, index: int): T;
1248
- static GreaterThan<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1249
- static GreaterThanAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1250
- static GreaterThanAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1251
- static GreaterThanOrEqual<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1252
- static GreaterThanOrEqualAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1253
- static GreaterThanOrEqualAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1247
+ static GetElement<T extends unknown>(vector: Vector64_1<T>, index: int): T;
1248
+ static GreaterThan<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1249
+ static GreaterThanAll<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1250
+ static GreaterThanAny<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1251
+ static GreaterThanOrEqual<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1252
+ static GreaterThanOrEqualAll<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1253
+ static GreaterThanOrEqualAny<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1254
1254
  static Hypot(x: Vector64_1<System_Internal.Double>, y: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
1255
1255
  static Hypot(x: Vector64_1<System_Internal.Single>, y: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1256
- static IndexOf<T>(vector: Vector64_1<T>, value: T): int;
1257
- static IndexOfWhereAllBitsSet<T>(vector: Vector64_1<T>): int;
1258
- static IsEvenInteger<T>(vector: Vector64_1<T>): Vector64_1<T>;
1259
- static IsFinite<T>(vector: Vector64_1<T>): Vector64_1<T>;
1260
- static IsInfinity<T>(vector: Vector64_1<T>): Vector64_1<T>;
1261
- static IsInteger<T>(vector: Vector64_1<T>): Vector64_1<T>;
1262
- static IsNaN<T>(vector: Vector64_1<T>): Vector64_1<T>;
1263
- static IsNegative<T>(vector: Vector64_1<T>): Vector64_1<T>;
1264
- static IsNegativeInfinity<T>(vector: Vector64_1<T>): Vector64_1<T>;
1265
- static IsNormal<T>(vector: Vector64_1<T>): Vector64_1<T>;
1266
- static IsOddInteger<T>(vector: Vector64_1<T>): Vector64_1<T>;
1267
- static IsPositive<T>(vector: Vector64_1<T>): Vector64_1<T>;
1268
- static IsPositiveInfinity<T>(vector: Vector64_1<T>): Vector64_1<T>;
1269
- static IsSubnormal<T>(vector: Vector64_1<T>): Vector64_1<T>;
1270
- static IsZero<T>(vector: Vector64_1<T>): Vector64_1<T>;
1271
- static LastIndexOf<T>(vector: Vector64_1<T>, value: T): int;
1272
- static LastIndexOfWhereAllBitsSet<T>(vector: Vector64_1<T>): int;
1256
+ static IndexOf<T extends unknown>(vector: Vector64_1<T>, value: T): int;
1257
+ static IndexOfWhereAllBitsSet<T extends unknown>(vector: Vector64_1<T>): int;
1258
+ static IsEvenInteger<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1259
+ static IsFinite<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1260
+ static IsInfinity<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1261
+ static IsInteger<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1262
+ static IsNaN<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1263
+ static IsNegative<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1264
+ static IsNegativeInfinity<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1265
+ static IsNormal<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1266
+ static IsOddInteger<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1267
+ static IsPositive<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1268
+ static IsPositiveInfinity<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1269
+ static IsSubnormal<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1270
+ static IsZero<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1271
+ static LastIndexOf<T extends unknown>(vector: Vector64_1<T>, value: T): int;
1272
+ static LastIndexOfWhereAllBitsSet<T extends unknown>(vector: Vector64_1<T>): int;
1273
1273
  static Lerp(x: Vector64_1<System_Internal.Double>, y: Vector64_1<System_Internal.Double>, amount: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
1274
1274
  static Lerp(x: Vector64_1<System_Internal.Single>, y: Vector64_1<System_Internal.Single>, amount: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1275
- static LessThan<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1276
- static LessThanAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1277
- static LessThanAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1278
- static LessThanOrEqual<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1279
- static LessThanOrEqualAll<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1280
- static LessThanOrEqualAny<T>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1281
- static Load<T>(source: ptr<T>): Vector64_1<T>;
1282
- static LoadAligned<T>(source: ptr<T>): Vector64_1<T>;
1283
- static LoadAlignedNonTemporal<T>(source: ptr<T>): Vector64_1<T>;
1284
- static LoadUnsafe<T>(source: T, elementOffset: nuint): Vector64_1<T>;
1285
- static LoadUnsafe<T>(source: T): Vector64_1<T>;
1275
+ static LessThan<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1276
+ static LessThanAll<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1277
+ static LessThanAny<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1278
+ static LessThanOrEqual<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1279
+ static LessThanOrEqualAll<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1280
+ static LessThanOrEqualAny<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): boolean;
1281
+ static Load<T extends unknown>(source: ptr<T>): Vector64_1<T>;
1282
+ static LoadAligned<T extends unknown>(source: ptr<T>): Vector64_1<T>;
1283
+ static LoadAlignedNonTemporal<T extends unknown>(source: ptr<T>): Vector64_1<T>;
1284
+ static LoadUnsafe<T extends unknown>(source: T, elementOffset: nuint): Vector64_1<T>;
1285
+ static LoadUnsafe<T extends unknown>(source: T): Vector64_1<T>;
1286
1286
  static Log(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
1287
1287
  static Log(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1288
1288
  static Log2(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
1289
1289
  static Log2(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1290
- static Max<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1291
- static MaxMagnitude<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1292
- static MaxMagnitudeNumber<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1293
- static MaxNative<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1294
- static MaxNumber<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1295
- static Min<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1296
- static MinMagnitude<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1297
- static MinMagnitudeNumber<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1298
- static MinNative<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1299
- static MinNumber<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1300
- static Multiply<T>(left: T, right: Vector64_1<T>): Vector64_1<T>;
1301
- static Multiply<T>(left: Vector64_1<T>, right: T): Vector64_1<T>;
1302
- static Multiply<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1290
+ static Max<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1291
+ static MaxMagnitude<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1292
+ static MaxMagnitudeNumber<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1293
+ static MaxNative<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1294
+ static MaxNumber<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1295
+ static Min<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1296
+ static MinMagnitude<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1297
+ static MinMagnitudeNumber<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1298
+ static MinNative<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1299
+ static MinNumber<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1300
+ static Multiply<T extends unknown>(left: T, right: Vector64_1<T>): Vector64_1<T>;
1301
+ static Multiply<T extends unknown>(left: Vector64_1<T>, right: T): Vector64_1<T>;
1302
+ static Multiply<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1303
1303
  static MultiplyAddEstimate(left: Vector64_1<System_Internal.Double>, right: Vector64_1<System_Internal.Double>, addend: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
1304
1304
  static MultiplyAddEstimate(left: Vector64_1<System_Internal.Single>, right: Vector64_1<System_Internal.Single>, addend: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1305
1305
  static Narrow(lower: Vector64_1<System_Internal.Double>, upper: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Single>;
@@ -1316,10 +1316,10 @@ export abstract class Vector64$instance {
1316
1316
  static NarrowWithSaturation(lower: Vector64_1<System_Internal.UInt16>, upper: Vector64_1<System_Internal.UInt16>): Vector64_1<System_Internal.Byte>;
1317
1317
  static NarrowWithSaturation(lower: Vector64_1<System_Internal.UInt32>, upper: Vector64_1<System_Internal.UInt32>): Vector64_1<System_Internal.UInt16>;
1318
1318
  static NarrowWithSaturation(lower: Vector64_1<System_Internal.UInt64>, upper: Vector64_1<System_Internal.UInt64>): Vector64_1<System_Internal.UInt32>;
1319
- static Negate<T>(vector: Vector64_1<T>): Vector64_1<T>;
1320
- static None<T>(vector: Vector64_1<T>, value: T): boolean;
1321
- static NoneWhereAllBitsSet<T>(vector: Vector64_1<T>): boolean;
1322
- static OnesComplement<T>(vector: Vector64_1<T>): Vector64_1<T>;
1319
+ static Negate<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1320
+ static None<T extends unknown>(vector: Vector64_1<T>, value: T): boolean;
1321
+ static NoneWhereAllBitsSet<T extends unknown>(vector: Vector64_1<T>): boolean;
1322
+ static OnesComplement<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1323
1323
  static RadiansToDegrees(radians: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
1324
1324
  static RadiansToDegrees(radians: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1325
1325
  static Round(vector: Vector64_1<System_Internal.Double>, mode: MidpointRounding): Vector64_1<System_Internal.Double>;
@@ -1369,21 +1369,21 @@ export abstract class Vector64$instance {
1369
1369
  static Sin(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1370
1370
  static SinCos(vector: Vector64_1<System_Internal.Double>): ValueTuple_2<Vector64_1<System_Internal.Double>, Vector64_1<System_Internal.Double>>;
1371
1371
  static SinCos(vector: Vector64_1<System_Internal.Single>): ValueTuple_2<Vector64_1<System_Internal.Single>, Vector64_1<System_Internal.Single>>;
1372
- static Sqrt<T>(vector: Vector64_1<T>): Vector64_1<T>;
1373
- static Store<T>(source: Vector64_1<T>, destination: ptr<T>): void;
1374
- static StoreAligned<T>(source: Vector64_1<T>, destination: ptr<T>): void;
1375
- static StoreAlignedNonTemporal<T>(source: Vector64_1<T>, destination: ptr<T>): void;
1376
- static StoreUnsafe<T>(source: Vector64_1<T>, destination: T, elementOffset: nuint): void;
1377
- static StoreUnsafe<T>(source: Vector64_1<T>, destination: T): void;
1378
- static Subtract<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1379
- static SubtractSaturate<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1380
- static Sum<T>(vector: Vector64_1<T>): T;
1381
- static ToScalar<T>(vector: Vector64_1<T>): T;
1382
- static ToVector128<T>(vector: Vector64_1<T>): Vector128_1<T>;
1383
- static ToVector128Unsafe<T>(vector: Vector64_1<T>): Vector128_1<T>;
1372
+ static Sqrt<T extends unknown>(vector: Vector64_1<T>): Vector64_1<T>;
1373
+ static Store<T extends unknown>(source: Vector64_1<T>, destination: ptr<T>): void;
1374
+ static StoreAligned<T extends unknown>(source: Vector64_1<T>, destination: ptr<T>): void;
1375
+ static StoreAlignedNonTemporal<T extends unknown>(source: Vector64_1<T>, destination: ptr<T>): void;
1376
+ static StoreUnsafe<T extends unknown>(source: Vector64_1<T>, destination: T, elementOffset: nuint): void;
1377
+ static StoreUnsafe<T extends unknown>(source: Vector64_1<T>, destination: T): void;
1378
+ static Subtract<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1379
+ static SubtractSaturate<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1380
+ static Sum<T extends unknown>(vector: Vector64_1<T>): T;
1381
+ static ToScalar<T extends unknown>(vector: Vector64_1<T>): T;
1382
+ static ToVector128<T extends unknown>(vector: Vector64_1<T>): Vector128_1<T>;
1383
+ static ToVector128Unsafe<T extends unknown>(vector: Vector64_1<T>): Vector128_1<T>;
1384
1384
  static Truncate(vector: Vector64_1<System_Internal.Double>): Vector64_1<System_Internal.Double>;
1385
1385
  static Truncate(vector: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Single>;
1386
- static TryCopyTo<T>(vector: Vector64_1<T>, destination: Span_1<T>): boolean;
1386
+ static TryCopyTo<T extends unknown>(vector: Vector64_1<T>, destination: Span_1<T>): boolean;
1387
1387
  static Widen(source: Vector64_1<System_Internal.Byte>): ValueTuple_2<Vector64_1<System_Internal.UInt16>, Vector64_1<System_Internal.UInt16>>;
1388
1388
  static Widen(source: Vector64_1<System_Internal.Int16>): ValueTuple_2<Vector64_1<System_Internal.Int32>, Vector64_1<System_Internal.Int32>>;
1389
1389
  static Widen(source: Vector64_1<System_Internal.Int32>): ValueTuple_2<Vector64_1<System_Internal.Int64>, Vector64_1<System_Internal.Int64>>;
@@ -1405,8 +1405,8 @@ export abstract class Vector64$instance {
1405
1405
  static WidenUpper(source: Vector64_1<System_Internal.Single>): Vector64_1<System_Internal.Double>;
1406
1406
  static WidenUpper(source: Vector64_1<System_Internal.UInt16>): Vector64_1<System_Internal.UInt32>;
1407
1407
  static WidenUpper(source: Vector64_1<System_Internal.UInt32>): Vector64_1<System_Internal.UInt64>;
1408
- static WithElement<T>(vector: Vector64_1<T>, index: int, value: T): Vector64_1<T>;
1409
- static Xor<T>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1408
+ static WithElement<T extends unknown>(vector: Vector64_1<T>, index: int, value: T): Vector64_1<T>;
1409
+ static Xor<T extends unknown>(left: Vector64_1<T>, right: Vector64_1<T>): Vector64_1<T>;
1410
1410
  }
1411
1411
 
1412
1412