Files
Odin/core/container
Feoramund 58bda1209a container/queue: Deprecate peek_*
The `*_ptr` and `peek_*` procedures did the same thing, except `peek_*`
was over-cautiously putting the index through a modulo when all
assignments to `q.offset` are already wrapped.
2025-06-11 11:54:52 -04:00
..
2025-04-29 00:14:46 +02:00
2025-06-11 11:54:52 -04:00
2024-06-27 21:56:26 +02:00