On Thu, Feb 12, 2004 at 04:29:58PM -0500, Uri Guttman wrote: : again, confusing. why should the order of a binary operator mean so : much? the order of a sort key is either ascending or descending. that is : what coders want to specify. translating that to the correct operator : (cmp or <=>) and the correct binary order is not the same as specifying : the key sort order and key type (int, string, float).
Uri is dead on with this one, guys. Larry