Skip to content

ListPool supports Span<T> and ReadOnly<T> from constructor

Compare
Choose a tag to compare
@faustodavid faustodavid released this 07 Feb 15:50
a23937e

Now ListPool supports Span and ReadOnly from the constructor and from extensions methods. Additionally, create ListPool from an array was optimized.