API Diff between 5.14.0 and 5.17.0
1 Additions
19 Removals
DotNext
DotNext.Buffers
DotNext.Buffers.Binary
DotNext.Net.Http
DotNext.Numerics
-
public static class Number
- public static bool IsBitSet<T>(this T number, int position) where T : struct, INumber<T>, IBitwiseOperators<T, T, T>, IShiftOperators<T, int, T>
- public static T SetBit<T>(this T number, int position, bool value) where T : struct, INumber<T>, IBitwiseOperators<T, T, T>, IShiftOperators<T, int, T>
DotNext.Runtime
-
public static class Intrinsics
- public static void KeepAlive<T>(ref T location) where T : struct
DotNext.Threading
DotNext.Threading.Tasks