microstates
microstates copied to clipboard
ArrayType#sort should pass microstates to comparer instead of value
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.