joaoportela / CircularBuffer-CSharp

A simple, single file, implementation of a circular buffer in C#.
The Unlicense
224 stars 45 forks source link

Having a Clear() method would be useful. #30

Closed Noemata closed 2 years ago

Noemata commented 3 years ago

Nice. I like it. Having a Clear() method would be handy. Resize too.

acolombi commented 2 years ago

@joaoportela , would you accept a PR for Clear() (with associated unit tests, etc?)

joaoportela commented 2 years ago

Yes. I haven't got around to this yet, but a PR is much quicker.