MCPcopy
hub / github.com/immutable-js/immutable-js / sort

Method sort

src/Map.js:100–103  ·  view source on GitHub ↗
(comparator)

Source from the content-addressed store, hash-verified

98 // @pragma Composition
99
100 sort(comparator) {
101 // Late binding
102 return OrderedMap(sortFactory(this, comparator));
103 }
104
105 sortBy(mapper, comparator) {
106 // Late binding

Callers

nothing calls this directly

Calls 2

OrderedMapClass · 0.90
sortFactoryFunction · 0.90

Tested by

no test coverage detected