dropColumns
Drops the first n columns from a 2D list of Rectangles.
This function removes the first n elements from each inner list in the 2D list, effectively dropping the first n columns of the structure.
Return
A new 2D list of Rectangles with the first n columns removed.
Parameters
n
The number of columns to drop from each inner list. Must be non-negative.