public static bool TestAny <T>(List2D <T> list, T value) => list.Contains(value);