public static bool TestComparable <T>(List2D <T> list, T value)
     where T : IComparable <T>
 => list.ContainsComparable(value);