Results for “Std.RingBuffer.PopResult”
2 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.RingBuffer.PopResult
The result of a successful pop operation containing the updated buffer and the dequeued item.
- Std.RingBuffer.pop
&Std.RingBuffer.RingBuffer -> Option[Std.RingBuffer.PopResult]Dequeues an item from the head of the buffer. Returns None if the buffer is empty.
