the two main invert functions are very similar and repeat a lot of the same code We should be able to clean this up and functionalize any reused code so that we are not repeating ourselves (makes it harder to read otherwise)
the two main invert functions are very similar and repeat a lot of the same code
We should be able to clean this up and functionalize any reused code so that we are not repeating ourselves (makes it harder to read otherwise)