[ 原始碼: 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