grid
grid copied to clipboard
Allow swapping two elements
A method like swap((row_a, col_a), (row_b, col_b)) would be very useful, since only the underlying vector has ownership of the values and can move them around.