> Also as an aside, what's the reason behind the sort functions not assuming > system.cmp if no cmp parameter is specified?
What if `system.cmd[T]` is not defined for `T`? The default would be missing, so it wouldn't compile even when you don't need the default. (I think.).
