flatiter.next x.next() -> the next value, or raise StopIteration
flatiter.coords An N-dimensional tuple of current coordinates. Examples
flatiter.copy() Get a copy of the iterator as a 1-D array. Examples