Bits icon indicating copy to clipboard operation
Bits copied to clipboard

Bitwise operations library for .NET

Results 3 Bits issues
Sort by recently updated
recently updated
newest added

https://docs.microsoft.com/en-us/dotnet/api/system.nint?view=xamarin-ios-sdk-12

Some open questions: * Should these be "checked" (making sure the provided value fits & that the mask is consecutive 1's)? * Should these do the shifting for you?

enhancement