[This is preliminary documentation and is subject to change.]
Removes an item from the head of the CircularBuffer.
| C# |
public T Remove()
The item removed, or the default value of T if the buffer is
empty.
[This is preliminary documentation and is subject to change.]
| C# |
public T Remove()