Skip to content
  • Philip Woolford's avatar
    Fix `buffer::pop` · 66932603
    Philip Woolford authored
    The `pop()` function rotated the internal state in the wrong order, causing `pop()`s to overwrite `b`, `c` and `d` to be equal every time.
    This has been fixed, and the `mut a` has been removed from `push()` too.
    66932603