mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
* Move leb128 out of debug and remove trivial *mem functions as discussed in #5588 * Turns out one of the *Mem functions was used by MachO. Replaced with trivial use of FixedBufferStream.