Allow ObjectId to beĀ
- Initialized by Span<byte>
- return Span<byte> (ToSpan())
- Allow Unpack to work on Span<byte>
to allow performance boost in certain scenarios.
This is a continuation of CSHARP-2592 (Support for .Net Standard 2.0)
- backported by
-
CSHARP-2592 Add .NET Standard 2.0 support
- Closed