Contains types used in creating and managing memory buffers, such as those represented by Span<T>
and Memory<T>
.
Documentation can be found here: https://learn.microsoft.com/en-us/dotnet/api/system.buffers.
See the Help Wanted issues.
../System.Private.CoreLib/src/System/Buffers
System.Buffers is included in the shared framework. The package does not need to be installed into any project compatible with .NET Standard 2.1; it only needs to be installed when targeting .NET Standard 2.0.