Closed CertainLach closed 3 weeks ago
std.sort doesn't seem to respect keyF argument:
std.sort([1,2,3], keyF=function(v) error "not reached?")
Returns [1, 2, 3], keyF function is not called.
[1, 2, 3]
keyF
std.sort doesn't seem to respect keyF argument:
Returns
[1, 2, 3]
,keyF
function is not called.