A function signature to iterate on a MatrixMap of type T
T
typedef MatrixMapIterator<T> = void Function(T item, int colIndex, int rowIndex);