i have a function:
public static bool Append(this List list, T value) where T : IComparable { int l = 0; in