Deque icon indicating copy to clipboard operation
Deque copied to clipboard

Add bulk add/remove/read methods using spans.

Open mpartel opened this issue 2 years ago • 7 comments

  • Added factory methods because overloaded constructors taking (ReadOnlySpan<T> span) and (IEnumerable<T> collection) would be ambiguous given an array.
  • This bumps the minimum .NET requirement to .NET Standard 2.1.

mpartel avatar Dec 15 '22 09:12 mpartel