muta
muta copied to clipboard
Buffer handling
Currently Buffers are not wrapped, so mutating one will mutate the original. This should be prevented with a copy-on-write wrapper (not efficient for large Buffers, but probably fine).