mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
11 lines
481 B
C#
11 lines
481 B
C#
// ReSharper disable once CheckNamespace
|
|
namespace System.Numerics;
|
|
/// <summary>
|
|
/// Included for compatibility with .net7+, but has no members.
|
|
/// Thus it cannot be explicitly used in generator code.
|
|
/// Use it for static analysis only.
|
|
/// </summary>
|
|
/// <typeparam name="T">The left operand type.</typeparam>
|
|
/// <typeparam name="T1">The right operand type.</typeparam>
|
|
/// <typeparam name="T2">The return type.</typeparam>
|
|
internal interface IEqualityOperators<T, T1, T2>; |