API Diff between 4.12.1 and 4.7.1
64 Additions
2 Removals
DotNext
DotNext.Buffers
-
public static class BufferHelpers
-
public struct BufferWriterSlim<T>
- public ref T Add()
- public void Rewind(int count)
-
public class SparseBufferWriter<T> : Disposable, IGrowableBuffer<T>, IReadOnlySpanConsumer<T>, ISupplier<ReadOnlyMemory<T>, CancellationToken, ValueTask>, IFunctional<Func<ReadOnlyMemory<T>, CancellationToken, ValueTask>>, IDisposable, IResettable, ISupplier<ReadOnlySequence<T>>, IFunctional<Func<ReadOnlySequence<T>>>, IEnumerable<ReadOnlyMemory<T>>, IEnumerable, IBufferWriter<T>
DotNext.Buffers.Binary
DotNext.Collections.Generic
DotNext.Collections.Specialized
DotNext.Diagnostics
DotNext.Runtime
DotNext.Runtime.Caching
DotNext.Runtime.CompilerServices
DotNext.Threading