Closed joshtemple closed 2 years ago
We shouldn't directly mutate the input when calling .dump in case it needs to be reused by the user. Instead, we should make a copy before operating on it.
.dump
Closes #61.
Awesome! Thanks for this 🙏
We shouldn't directly mutate the input when calling
.dump
in case it needs to be reused by the user. Instead, we should make a copy before operating on it.Closes #61.