MatrixMapIterator<T> typedef

MatrixMapIterator<T> = void Function(T item, int colIndex, int rowIndex)

A function signature to iterate on a MatrixMap of type T

Implementation

typedef MatrixMapIterator<T> = void Function(T item, int colIndex, int rowIndex);