API Diff between 3.2.1 and 3.0.0
45 Additions
15 Removals
DotNext
-
public struct Consumer<T> : IConsumer<T>
-
public static class OneDimensionalArray
-
public static class Span
-
public struct Supplier<TResult> : ISupplier<TResult>
-
public struct Supplier<T, TResult> : ISupplier<T, TResult>
- public static bool op_Equality(Supplier<T, TResult> x, Supplier<T, TResult> y)
- public static Func<T, TResult> op_Explicit(Supplier<T, TResult> supplier)
- public static bool op_Inequality(Supplier<T, TResult> x, Supplier<T, TResult> y)
- public bool Equals(Supplier<T, TResult> other)
- public Func<T, TResult> ToDelegate()
-
public struct Supplier<T1, T2, TResult> : ISupplier<T1, T2, TResult>
- public static bool op_Equality(Supplier<T1, T2, TResult> x, Supplier<T1, T2, TResult> y)
- public static Func<T1, T2, TResult> op_Explicit(Supplier<T1, T2, TResult> supplier)
- public static bool op_Inequality(Supplier<T1, T2, TResult> x, Supplier<T1, T2, TResult> y)
- public bool Equals(Supplier<T1, T2, TResult> other)
- public Func<T1, T2, TResult> ToDelegate()
-
public static class TupleExtensions
DotNext.Buffers
-
public static class BufferHelpers
-
public abstract class BufferWriter<T> : Disposable, IBufferWriter<T>, ISupplier<ReadOnlyMemory<T>>, IReadOnlyList<T>, IEnumerable<T>, IEnumerable, IReadOnlyCollection<T>, IGrowableBuffer<T>, IReadOnlySpanConsumer<T>, ISupplier<ReadOnlyMemory<T>, CancellationToken, ValueTask>, IDisposable
-
public struct BufferWriterSlim<T>
-
public interface IGrowableBuffer<T> : IReadOnlySpanConsumer<T>, ISupplier<ReadOnlyMemory<T>, CancellationToken, ValueTask>, IDisposable
-
public struct MemoryOwner<T> : IMemoryOwner<T>, IDisposable, ISupplier<Memory<T>>
- public ref T this[IntPtr index] { get; }
- public static MemoryOwner<T> Create<TArg>(method provider, int length, TArg arg, bool exactSize = true)
- public bool TryResize(int newLength)
-
public struct SpanReader<T>
-
public struct SpanWriter<T>
-
public class SparseBufferWriter<T> : Disposable, IEnumerable<ReadOnlyMemory<T>>, IEnumerable, IGrowableBuffer<T>, IReadOnlySpanConsumer<T>, ISupplier<ReadOnlyMemory<T>, CancellationToken, ValueTask>, IDisposable, ISupplier<ReadOnlySequence<T>>, IBufferWriter<T>
DotNext.Collections.Generic
DotNext.Runtime
DotNext.Runtime.InteropServices
DotNext.Text.Json
DotNext.Threading
DotNext.Threading.Tasks