mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
I've been using `const util::buffer` a lot of places where that's not really what I mean, because I was avoiding having a separate type for buffers with const pointers. But really this needed to happen.