API Diff between 0.14.0 and 1.0.1
4 Additions
18 Removals
DotNext
-
public static class Span
- public static void ForEach<T>(this Span<T> span, ref ValueRefAction action)
- public static void ForEach<T>(this Span<T> span, RefAction<T, int> action)
- public static int IndexOf<T>(this ReadOnlySpan<T> span, T value, int startIndex, ref ValueFunc comparer)
- public static int IndexOf<T>(this ReadOnlySpan<T> span, T value, int startIndex, Func<T, T, bool> comparer)
DotNext.Buffers
DotNext.Collections.Generic
DotNext.IO
DotNext.Runtime.InteropServices
DotNext.Text
DotNext.Threading
DotNext.Threading.Tasks