microstates icon indicating copy to clipboard operation
microstates copied to clipboard

ArrayType#sort should pass microstates to comparer instead of value

Open taras opened this issue 6 years ago • 0 comments

map & filter transitions pass context-free microstates to their callbacks to ensure that the user is able to use the full capability of a type in the map/filter operation. This allows using getters in these functions if necessary. Array#sort should behave the same way.

taras avatar Apr 06 '19 19:04 taras