@tsonic/dotnet 0.7.3 → 0.7.4

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 (76) hide show
  1. package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
  2. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
  3. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
  4. package/System/internal/index.d.ts +79 -72
  5. package/System.Buffers/internal/index.d.ts +1 -1
  6. package/System.Buffers.d.ts +11 -2
  7. package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
  8. package/System.Collections.Concurrent/internal/index.d.ts +1 -0
  9. package/System.Collections.Concurrent.d.ts +11 -2
  10. package/System.Collections.Generic/internal/index.d.ts +10 -0
  11. package/System.Collections.Immutable/internal/index.d.ts +16 -11
  12. package/System.Collections.ObjectModel.d.ts +11 -2
  13. package/System.Collections.Specialized/internal/index.d.ts +3 -2
  14. package/System.ComponentModel/internal/index.d.ts +11 -7
  15. package/System.ComponentModel.Design/internal/index.d.ts +3 -0
  16. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
  17. package/System.Data/internal/index.d.ts +12 -7
  18. package/System.Data.SqlTypes/internal/index.d.ts +26 -26
  19. package/System.Data.d.ts +17 -4
  20. package/System.Diagnostics/internal/index.d.ts +19 -19
  21. package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
  22. package/System.Diagnostics.Metrics.d.ts +11 -2
  23. package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
  24. package/System.Drawing/internal/index.d.ts +7 -7
  25. package/System.Dynamic/internal/index.d.ts +2 -2
  26. package/System.Formats.Asn1/internal/index.d.ts +1 -1
  27. package/System.Globalization/internal/index.d.ts +1 -1
  28. package/System.IO/internal/index.d.ts +9 -9
  29. package/System.Linq/internal/index.d.ts +5 -0
  30. package/System.Linq.Expressions/internal/index.d.ts +47 -47
  31. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  32. package/System.Linq.Expressions.d.ts +11 -2
  33. package/System.Linq.d.ts +35 -10
  34. package/System.Net/internal/index.d.ts +6 -2
  35. package/System.Net.Http/internal/index.d.ts +1 -1
  36. package/System.Net.Security/internal/index.d.ts +1 -1
  37. package/System.Net.ServerSentEvents.d.ts +11 -2
  38. package/System.Net.Sockets/internal/index.d.ts +2 -2
  39. package/System.Numerics/internal/index.d.ts +61 -21
  40. package/System.Numerics.d.ts +11 -2
  41. package/System.Reflection/internal/index.d.ts +3 -3
  42. package/System.Reflection.Emit/internal/index.d.ts +7 -7
  43. package/System.Reflection.Metadata/internal/index.d.ts +46 -43
  44. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
  45. package/System.Resources/internal/index.d.ts +2 -0
  46. package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
  47. package/System.Runtime.CompilerServices.d.ts +41 -12
  48. package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
  49. package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
  50. package/System.Runtime.InteropServices.Swift.d.ts +11 -2
  51. package/System.Runtime.InteropServices.d.ts +11 -2
  52. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  53. package/System.Runtime.Intrinsics.d.ts +29 -8
  54. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  55. package/System.Security.AccessControl.d.ts +23 -6
  56. package/System.Security.Cryptography/internal/index.d.ts +15 -15
  57. package/System.Security.Principal/internal/index.d.ts +1 -1
  58. package/System.Text/internal/index.d.ts +10 -9
  59. package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
  60. package/System.Text.Json/internal/index.d.ts +1 -1
  61. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
  62. package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
  63. package/System.Text.Json.Serialization.d.ts +23 -6
  64. package/System.Threading/internal/index.d.ts +5 -5
  65. package/System.Threading.Channels.d.ts +13 -2
  66. package/System.Threading.Tasks/internal/index.d.ts +12 -12
  67. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
  68. package/System.Threading.Tasks.Dataflow.d.ts +21 -2
  69. package/System.Threading.Tasks.Sources.d.ts +11 -2
  70. package/System.Threading.Tasks.d.ts +29 -8
  71. package/System.Transactions/internal/index.d.ts +1 -1
  72. package/System.Xml.Linq/internal/index.d.ts +10 -10
  73. package/System.d.ts +75 -14
  74. package/families.json +359 -0
  75. package/package.json +1 -1
  76. package/tsconfig.json +2 -1
@@ -54,13 +54,16 @@ export type IAdditiveIdentity_2<TSelf extends IAdditiveIdentity_2<TSelf, TResult
54
54
 
55
55
  export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPointIeee754_1<TSelf>, IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, IFloatingPoint_1<TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
56
56
  compareTo(obj: unknown): int;
57
+ compareTo(other: TSelf): int;
57
58
  getExponentByteCount(): int;
58
59
  toString(format: string, formatProvider: IFormatProvider): string;
59
60
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
61
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
60
62
  tryWriteExponentBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
61
63
  writeExponentBigEndian(destination: byte[], startIndex: int): int;
62
64
  writeExponentBigEndian(destination: byte[]): int;
63
65
  writeExponentBigEndian(destination: Span_1<CLROf<byte>>): int;
66
+ equals(other: TSelf): boolean;
64
67
  }
65
68
 
66
69
 
@@ -68,13 +71,16 @@ export type IBinaryFloatingPointIeee754_1<TSelf extends IBinaryFloatingPointIeee
68
71
 
69
72
  export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IShiftOperators_3<TSelf, CLROf<int>, TSelf> {
70
73
  compareTo(obj: unknown): int;
74
+ compareTo(other: TSelf): int;
71
75
  getByteCount(): int;
72
76
  toString(format: string, formatProvider: IFormatProvider): string;
73
77
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
78
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
74
79
  tryWriteBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
75
80
  writeBigEndian(destination: byte[], startIndex: int): int;
76
81
  writeBigEndian(destination: byte[]): int;
77
82
  writeBigEndian(destination: Span_1<CLROf<byte>>): int;
83
+ equals(other: TSelf): boolean;
78
84
  }
79
85
 
80
86
 
@@ -84,8 +90,11 @@ export type IBinaryInteger_1<TSelf extends IBinaryInteger_1<TSelf>> = IBinaryInt
84
90
 
85
91
  export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>> extends IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
86
92
  compareTo(obj: unknown): int;
93
+ compareTo(other: TSelf): int;
87
94
  toString(format: string, formatProvider: IFormatProvider): string;
88
95
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
96
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
97
+ equals(other: TSelf): boolean;
89
98
  }
90
99
 
91
100
 
@@ -128,6 +137,8 @@ export type IEqualityOperators_3<TSelf extends IEqualityOperators_3<TSelf, TOthe
128
137
  export interface IExponentialFunctions_1$instance<TSelf extends IExponentialFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
129
138
  toString(format: string, formatProvider: IFormatProvider): string;
130
139
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
140
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
141
+ equals(other: TSelf): boolean;
131
142
  }
132
143
 
133
144
 
@@ -135,13 +146,16 @@ export type IExponentialFunctions_1<TSelf extends IExponentialFunctions_1<TSelf>
135
146
 
136
147
  export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf> {
137
148
  compareTo(obj: unknown): int;
149
+ compareTo(other: TSelf): int;
138
150
  getExponentByteCount(): int;
139
151
  toString(format: string, formatProvider: IFormatProvider): string;
140
152
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
153
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
141
154
  tryWriteExponentBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
142
155
  writeExponentBigEndian(destination: byte[], startIndex: int): int;
143
156
  writeExponentBigEndian(destination: byte[]): int;
144
157
  writeExponentBigEndian(destination: Span_1<CLROf<byte>>): int;
158
+ equals(other: TSelf): boolean;
145
159
  }
146
160
 
147
161
 
@@ -150,6 +164,8 @@ export type IFloatingPoint_1<TSelf extends IFloatingPoint_1<TSelf>> = IFloatingP
150
164
  export interface IFloatingPointConstants_1$instance<TSelf extends IFloatingPointConstants_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
151
165
  toString(format: string, formatProvider: IFormatProvider): string;
152
166
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
167
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
168
+ equals(other: TSelf): boolean;
153
169
  }
154
170
 
155
171
 
@@ -157,13 +173,16 @@ export type IFloatingPointConstants_1<TSelf extends IFloatingPointConstants_1<TS
157
173
 
158
174
  export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIeee754_1<TSelf>> extends IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPoint_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
159
175
  compareTo(obj: unknown): int;
176
+ compareTo(other: TSelf): int;
160
177
  getExponentByteCount(): int;
161
178
  toString(format: string, formatProvider: IFormatProvider): string;
162
179
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
180
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
163
181
  tryWriteExponentBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
164
182
  writeExponentBigEndian(destination: byte[], startIndex: int): int;
165
183
  writeExponentBigEndian(destination: byte[]): int;
166
184
  writeExponentBigEndian(destination: Span_1<CLROf<byte>>): int;
185
+ equals(other: TSelf): boolean;
167
186
  }
168
187
 
169
188
 
@@ -172,6 +191,8 @@ export type IFloatingPointIeee754_1<TSelf extends IFloatingPointIeee754_1<TSelf>
172
191
  export interface IHyperbolicFunctions_1$instance<TSelf extends IHyperbolicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
173
192
  toString(format: string, formatProvider: IFormatProvider): string;
174
193
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
194
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
195
+ equals(other: TSelf): boolean;
175
196
  }
176
197
 
177
198
 
@@ -186,6 +207,8 @@ export type IIncrementOperators_1<TSelf extends IIncrementOperators_1<TSelf>> =
186
207
  export interface ILogarithmicFunctions_1$instance<TSelf extends ILogarithmicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
187
208
  toString(format: string, formatProvider: IFormatProvider): string;
188
209
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
210
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
211
+ equals(other: TSelf): boolean;
189
212
  }
190
213
 
191
214
 
@@ -217,8 +240,11 @@ export type IMultiplyOperators_3<TSelf extends IMultiplyOperators_3<TSelf, TOthe
217
240
 
218
241
  export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
219
242
  compareTo(obj: unknown): int;
243
+ compareTo(other: TSelf): int;
220
244
  toString(format: string, formatProvider: IFormatProvider): string;
221
245
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
246
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
247
+ equals(other: TSelf): boolean;
222
248
  }
223
249
 
224
250
 
@@ -229,6 +255,8 @@ export type INumber_1<TSelf extends INumber_1<TSelf>> = INumber_1$instance<TSelf
229
255
  export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> extends IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
230
256
  toString(format: string, formatProvider: IFormatProvider): string;
231
257
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
258
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
259
+ equals(other: TSelf): boolean;
232
260
  }
233
261
 
234
262
 
@@ -239,6 +267,8 @@ export type INumberBase_1<TSelf extends INumberBase_1<TSelf>> = INumberBase_1$in
239
267
  export interface IPowerFunctions_1$instance<TSelf extends IPowerFunctions_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
240
268
  toString(format: string, formatProvider: IFormatProvider): string;
241
269
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
270
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
271
+ equals(other: TSelf): boolean;
242
272
  }
243
273
 
244
274
 
@@ -247,6 +277,8 @@ export type IPowerFunctions_1<TSelf extends IPowerFunctions_1<TSelf>> = IPowerFu
247
277
  export interface IRootFunctions_1$instance<TSelf extends IRootFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
248
278
  toString(format: string, formatProvider: IFormatProvider): string;
249
279
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
280
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
281
+ equals(other: TSelf): boolean;
250
282
  }
251
283
 
252
284
 
@@ -261,6 +293,8 @@ export type IShiftOperators_3<TSelf extends IShiftOperators_3<TSelf, TOther, TRe
261
293
  export interface ISignedNumber_1$instance<TSelf extends ISignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
262
294
  toString(format: string, formatProvider: IFormatProvider): string;
263
295
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
296
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
297
+ equals(other: TSelf): boolean;
264
298
  }
265
299
 
266
300
 
@@ -275,6 +309,8 @@ export type ISubtractionOperators_3<TSelf extends ISubtractionOperators_3<TSelf,
275
309
  export interface ITrigonometricFunctions_1$instance<TSelf extends ITrigonometricFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
276
310
  toString(format: string, formatProvider: IFormatProvider): string;
277
311
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
312
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
313
+ equals(other: TSelf): boolean;
278
314
  }
279
315
 
280
316
 
@@ -295,6 +331,8 @@ export type IUnaryPlusOperators_2<TSelf extends IUnaryPlusOperators_2<TSelf, TRe
295
331
  export interface IUnsignedNumber_1$instance<TSelf extends IUnsignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
296
332
  toString(format: string, formatProvider: IFormatProvider): string;
297
333
  tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
334
+ tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
335
+ equals(other: TSelf): boolean;
298
336
  }
299
337
 
300
338
 
@@ -408,15 +446,16 @@ export interface __BigInteger$views {
408
446
  As_INumberBase_1(): INumberBase_1$instance<BigInteger>;
409
447
 
410
448
  // Structural method bridges for numeric interface constraints
411
- Equals(other: BigInteger): boolean;
412
- CompareTo(obj: unknown): int;
413
- ToString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
414
- TryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
415
- GetByteCount(): int;
416
- TryWriteBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
417
- WriteBigEndian(destination: byte[], startIndex: int): int;
418
- WriteBigEndian(destination: byte[]): int;
419
- WriteBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>): int;
449
+ equals(other: BigInteger): boolean;
450
+ compareTo(obj: unknown): int;
451
+ toString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
452
+ tryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
453
+ tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
454
+ getByteCount(): int;
455
+ tryWriteBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
456
+ writeBigEndian(destination: byte[], startIndex: int): int;
457
+ writeBigEndian(destination: byte[]): int;
458
+ writeBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>): int;
420
459
  }
421
460
 
422
461
  export type BigInteger = BigInteger$instance & __BigInteger$views;
@@ -521,9 +560,10 @@ export interface __Complex$views {
521
560
  As_INumberBase_1(): INumberBase_1$instance<Complex>;
522
561
 
523
562
  // Structural method bridges for numeric interface constraints
524
- Equals(other: Complex): boolean;
525
- ToString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
526
- TryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
563
+ equals(other: Complex): boolean;
564
+ toString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
565
+ tryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
566
+ tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
527
567
  }
528
568
 
529
569
  export type Complex = Complex$instance & __Complex$views;
@@ -590,7 +630,7 @@ export interface __Matrix3x2$views {
590
630
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Matrix3x2>;
591
631
 
592
632
  // Structural method bridges for numeric interface constraints
593
- Equals(other: Matrix3x2): boolean;
633
+ equals(other: Matrix3x2): boolean;
594
634
  }
595
635
 
596
636
  export type Matrix3x2 = Matrix3x2$instance & __Matrix3x2$views;
@@ -701,7 +741,7 @@ export interface __Matrix4x4$views {
701
741
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Matrix4x4>;
702
742
 
703
743
  // Structural method bridges for numeric interface constraints
704
- Equals(other: Matrix4x4): boolean;
744
+ equals(other: Matrix4x4): boolean;
705
745
  }
706
746
 
707
747
  export type Matrix4x4 = Matrix4x4$instance & __Matrix4x4$views;
@@ -738,7 +778,7 @@ export interface __Plane$views {
738
778
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Plane>;
739
779
 
740
780
  // Structural method bridges for numeric interface constraints
741
- Equals(other: Plane): boolean;
781
+ equals(other: Plane): boolean;
742
782
  }
743
783
 
744
784
  export type Plane = Plane$instance & __Plane$views;
@@ -790,7 +830,7 @@ export interface __Quaternion$views {
790
830
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Quaternion>;
791
831
 
792
832
  // Structural method bridges for numeric interface constraints
793
- Equals(other: Quaternion): boolean;
833
+ equals(other: Quaternion): boolean;
794
834
  }
795
835
 
796
836
  export type Quaternion = Quaternion$instance & __Quaternion$views;
@@ -817,7 +857,7 @@ export interface __TotalOrderIeee754Comparer_1$views<T extends IFloatingPointIee
817
857
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<TotalOrderIeee754Comparer_1<T>>;
818
858
 
819
859
  // Structural method bridges for numeric interface constraints
820
- Equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
860
+ equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
821
861
  }
822
862
 
823
863
  export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee754_1<T>> extends System_Collections_Generic_Internal.IComparer_1$instance<T> {}
@@ -863,7 +903,7 @@ export interface __Vector_1$views<T> {
863
903
  As_IFormattable(): System_Internal.IFormattable$instance;
864
904
 
865
905
  // Structural method bridges for numeric interface constraints
866
- Equals(other: Vector_1<T>): boolean;
906
+ equals(other: Vector_1<T>): boolean;
867
907
  }
868
908
 
869
909
  export interface Vector_1$instance<T> extends IAdditionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IBitwiseOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IDivisionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IEqualityOperators_3$instance<Vector_1<T>, Vector_1<T>, CLROf<boolean>>, IMultiplyOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IShiftOperators_3$instance<Vector_1<T>, CLROf<int>, Vector_1<T>>, ISubtractionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IUnaryNegationOperators_2$instance<Vector_1<T>, Vector_1<T>>, IUnaryPlusOperators_2$instance<Vector_1<T>, Vector_1<T>> {}
@@ -1023,7 +1063,7 @@ export interface __Vector2$views {
1023
1063
  As_IFormattable(): System_Internal.IFormattable$instance;
1024
1064
 
1025
1065
  // Structural method bridges for numeric interface constraints
1026
- Equals(other: Vector2): boolean;
1066
+ equals(other: Vector2): boolean;
1027
1067
  }
1028
1068
 
1029
1069
  export type Vector2 = Vector2$instance & __Vector2$views;
@@ -1183,7 +1223,7 @@ export interface __Vector3$views {
1183
1223
  As_IFormattable(): System_Internal.IFormattable$instance;
1184
1224
 
1185
1225
  // Structural method bridges for numeric interface constraints
1186
- Equals(other: Vector3): boolean;
1226
+ equals(other: Vector3): boolean;
1187
1227
  }
1188
1228
 
1189
1229
  export type Vector3 = Vector3$instance & __Vector3$views;
@@ -1349,7 +1389,7 @@ export interface __Vector4$views {
1349
1389
  As_IFormattable(): System_Internal.IFormattable$instance;
1350
1390
 
1351
1391
  // Structural method bridges for numeric interface constraints
1352
- Equals(other: Vector4): boolean;
1392
+ equals(other: Vector4): boolean;
1353
1393
  }
1354
1394
 
1355
1395
  export type Vector4 = Vector4$instance & __Vector4$views;
@@ -15,10 +15,8 @@ export { BitOperations$instance as BitOperations } from './System.Numerics/inter
15
15
  export { Matrix3x2 as Matrix3x2 } from './System.Numerics/internal/index.js';
16
16
  export { Matrix4x4 as Matrix4x4 } from './System.Numerics/internal/index.js';
17
17
  export { Plane as Plane } from './System.Numerics/internal/index.js';
18
- export { Vector$instance as Vector_0 } from './System.Numerics/internal/index.js';
19
18
  export { Quaternion as Quaternion } from './System.Numerics/internal/index.js';
20
19
  export { TotalOrderIeee754Comparer_1 as TotalOrderIeee754Comparer } from './System.Numerics/internal/index.js';
21
- export { Vector_1 as Vector } from './System.Numerics/internal/index.js';
22
20
  export { Vector2 as Vector2 } from './System.Numerics/internal/index.js';
23
21
  export { Vector3 as Vector3 } from './System.Numerics/internal/index.js';
24
22
  export { Vector4 as Vector4 } from './System.Numerics/internal/index.js';
@@ -56,3 +54,14 @@ export type IUnaryPlusOperators<TSelf extends Internal.IUnaryPlusOperators_2<TSe
56
54
  export type IUnsignedNumber<TSelf extends Internal.IUnsignedNumber_1<TSelf>> = Internal.IUnsignedNumber_1<TSelf>;
57
55
  export { BigInteger as BigInteger } from './System.Numerics/internal/index.js';
58
56
  export { Complex as Complex } from './System.Numerics/internal/index.js';
57
+
58
+ // Multi-arity family sentinel (detects unspecified type parameters)
59
+ declare const __unspecified: unique symbol;
60
+ export type __ = typeof __unspecified;
61
+
62
+ export type Vector<
63
+ T1 = __,
64
+ > =
65
+ [T1] extends [__] ? Internal.Vector :
66
+ Internal.Vector_1<T1>;
67
+
@@ -467,7 +467,7 @@ export interface __CustomAttributeNamedArgument$views {
467
467
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeNamedArgument>;
468
468
 
469
469
  // Structural method bridges for numeric interface constraints
470
- Equals(other: CustomAttributeNamedArgument): boolean;
470
+ equals(other: CustomAttributeNamedArgument): boolean;
471
471
  }
472
472
 
473
473
  export type CustomAttributeNamedArgument = CustomAttributeNamedArgument$instance & __CustomAttributeNamedArgument$views;
@@ -493,7 +493,7 @@ export interface __CustomAttributeTypedArgument$views {
493
493
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeTypedArgument>;
494
494
 
495
495
  // Structural method bridges for numeric interface constraints
496
- Equals(other: CustomAttributeTypedArgument): boolean;
496
+ equals(other: CustomAttributeTypedArgument): boolean;
497
497
  }
498
498
 
499
499
  export type CustomAttributeTypedArgument = CustomAttributeTypedArgument$instance & __CustomAttributeTypedArgument$views;
@@ -1321,7 +1321,7 @@ export interface MethodInfo$instance extends MethodBase$instance {
1321
1321
  getGenericMethodDefinition(): MethodInfo;
1322
1322
  getHashCode(): int;
1323
1323
  isDefined(attributeType: Type, inherit: boolean): boolean;
1324
- makeGenericMethod(typeArguments: Type[]): MethodInfo;
1324
+ makeGenericMethod(...typeArguments: Type[]): MethodInfo;
1325
1325
  }
1326
1326
 
1327
1327
 
@@ -171,7 +171,7 @@ export interface __Label$views {
171
171
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Label>;
172
172
 
173
173
  // Structural method bridges for numeric interface constraints
174
- Equals(other: Label): boolean;
174
+ equals(other: Label): boolean;
175
175
  }
176
176
 
177
177
  export type Label = Label$instance & __Label$views;
@@ -203,7 +203,7 @@ export interface __OpCode$views {
203
203
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<OpCode>;
204
204
 
205
205
  // Structural method bridges for numeric interface constraints
206
- Equals(other: OpCode): boolean;
206
+ equals(other: OpCode): boolean;
207
207
  }
208
208
 
209
209
  export type OpCode = OpCode$instance & __OpCode$views;
@@ -516,7 +516,7 @@ export interface GenericTypeParameterBuilder$instance extends TypeInfo {
516
516
  setCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
517
517
  setCustomAttribute(customBuilder: CustomAttributeBuilder): void;
518
518
  setGenericParameterAttributes(genericParameterAttributes: GenericParameterAttributes): void;
519
- setInterfaceConstraints(interfaceConstraints: Type[]): void;
519
+ setInterfaceConstraints(...interfaceConstraints: Type[]): void;
520
520
  }
521
521
 
522
522
 
@@ -597,7 +597,7 @@ export type LocalBuilder = LocalBuilder$instance;
597
597
 
598
598
  export interface MethodBuilder$instance extends MethodInfo {
599
599
  initLocals: boolean;
600
- defineGenericParameters(names: string[]): GenericTypeParameterBuilder[];
600
+ defineGenericParameters(...names: string[]): GenericTypeParameterBuilder[];
601
601
  defineParameter(position: int, attributes: ParameterAttributes, strParamName: string): ParameterBuilder;
602
602
  getCustomAttributes(inherit: boolean): unknown[];
603
603
  getCustomAttributes(attributeType: Type, inherit: boolean): unknown[];
@@ -607,7 +607,7 @@ export interface MethodBuilder$instance extends MethodInfo {
607
607
  setCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
608
608
  setCustomAttribute(customBuilder: CustomAttributeBuilder): void;
609
609
  setImplementationFlags(attributes: MethodImplAttributes): void;
610
- setParameters(parameterTypes: Type[]): void;
610
+ setParameters(...parameterTypes: Type[]): void;
611
611
  setReturnType(returnType: Type): void;
612
612
  setSignature(returnType: Type, returnTypeRequiredCustomModifiers: Type[], returnTypeOptionalCustomModifiers: Type[], parameterTypes: Type[], parameterTypeRequiredCustomModifiers: Type[][], parameterTypeOptionalCustomModifiers: Type[][]): void;
613
613
  }
@@ -1022,7 +1022,7 @@ export interface TypeBuilder$instance extends TypeInfo {
1022
1022
  defineEvent(name: string, attributes: EventAttributes, eventtype: Type): EventBuilder;
1023
1023
  defineField(fieldName: string, type_: Type, attributes: FieldAttributes): FieldBuilder;
1024
1024
  defineField(fieldName: string, type_: Type, requiredCustomModifiers: Type[], optionalCustomModifiers: Type[], attributes: FieldAttributes): FieldBuilder;
1025
- defineGenericParameters(names: string[]): GenericTypeParameterBuilder[];
1025
+ defineGenericParameters(...names: string[]): GenericTypeParameterBuilder[];
1026
1026
  defineInitializedData(name: string, data: byte[], attributes: FieldAttributes): FieldBuilder;
1027
1027
  defineMethod(name: string, attributes: MethodAttributes): MethodBuilder;
1028
1028
  defineMethod(name: string, attributes: MethodAttributes, callingConvention: CallingConventions): MethodBuilder;
@@ -1089,7 +1089,7 @@ export interface TypeBuilder$instance extends TypeInfo {
1089
1089
  makeArrayType(): Type;
1090
1090
  makeArrayType(rank: int): Type;
1091
1091
  makeByRefType(): Type;
1092
- makeGenericType(typeArguments: Type[]): Type;
1092
+ makeGenericType(...typeArguments: Type[]): Type;
1093
1093
  makePointerType(): Type;
1094
1094
  setCustomAttribute(con: ConstructorInfo, binaryAttribute: byte[]): void;
1095
1095
  setCustomAttribute(customBuilder: CustomAttributeBuilder): void;