Searched defs:commap (Results 1 – 1 of 1) sorted by relevance
122 let commap = new fastmap((firstValue, secondValue) => {return firstValue > secondValue}); variable142 commap = new fastmap((firstValue, secondValue) => {return firstValue.id > secondValue.id}); variable151 commap = new fastmap((firstValue, secondValue) => {return firstValue < secondValue}); variable