Replies: 0 comments 1 reply
-
They are. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in addition to .NET 6 – Generic Math i would suggest mark int primitives with a corresponding IInteger interface
Int16 / Int32 / Int64 as IInteger interface and
UInt16 / UInt32 / UInt64 as IUInteger interface
IInteger interface might combine all interfaces IComparable, IConvertible, IFormattable, IComparable, IEquatable, ISpanFormattable
Beta Was this translation helpful? Give feedback.
All reactions