map
Maps every cell into a new matrix, visiting and emitting keys in ascending order.
API Reference
Signature
Parameters
Returns
A new matrix with the same keys (ascending) and mapped values. The input is not mutated.
Throws
Does not throw (beyond errors raised by mapper).