Deque
Deque copied to clipboard
Add bulk add/remove/read methods using spans.
- 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.