(values, index)
| 126067 | } |
| 126068 | |
| 126069 | function sort(values, index) { |
| 126070 | values.sort.call(index, function (a, b) { |
| 126071 | var x = values[a], |
| 126072 | y = values[b]; |
| 126073 | return x < y ? -1 : x > y ? 1 : 0; |
| 126074 | }); |
| 126075 | return (0, _d3Array.permute)(values, index); |
| 126076 | } |
| 126077 | |
| 126078 | function merge(base, value0, index0, n0, value1, index1, n1, value, index) { |
| 126079 | var i0 = 0, |