Configurable Comparator similar to java.util.Comparator in Java 8
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.gf.qytechs.cn/scripts/390752/745016/Comparator.js
Sets up a "compare(a, b)" - function:
- With accessor-functions (e.g. to sort by properies)
- In ascending or descending order
- null and undefined first or last
Possible chaining of Comparators or Accessor-functions.