[ 源代码: node-stable ]
软件包:node-stable(0.1.8-2)
stable array sort, as Array#sort() is not guaranteed to be stable
The default sort is, as with Array#sort, lexicographical. Unlike Array#sort, the default sort is not in-place. To do an in-place sort, use stable.inplace, which otherwise works the same.
其他与 node-stable 有关的软件包
|
|
|
|
-
- dep: nodejs (>= 6)
- evented I/O for V8 javascript - runtime executable