an array of arrays of integers
the inverted array of arrays of integers
Invert an array of arrays of integer values where values become indices and indices are stored inside array values. This ensures that for non-bijective maps, no data is lost.
an array of arrays of integers