for every top level array, an array that contains true values at every index of a number in the array.
Convert an array of arrays of numbers into an array of array of booleans where the booleans are at the index positions of the numbers, making this array act as a quick hash lookup for whether or not an index exists.
an array of arrays of numbers