Files
openzeppelin-contracts/.changeset/cold-cheetahs-check.md
Hadrien Croubois c80b675b8d Add CircularBuffer data structure (#4913)
Co-authored-by: ernestognw <ernestognw@gmail.com>
2024-04-26 10:28:59 -06:00

6 lines
125 B
Markdown

---
'openzeppelin-solidity': minor
---
`CircularBuffer`: Add a data structure that stores the last `N` values pushed to it.