Jcd.BitManipulation

A bit manipulation readability enhancement library.

Jcd.BitManipulation

Jcd.BitManipulation Assembly

Namespaces  
Jcd.BitManipulation Provides extension methods and types that makes code for bit and byte manipulation on intrinsic data types easier to read vs the standard operators: &, \|, ^, and ~. These are provided for C# supported types.
Jcd.BitManipulation.Algorithms Provides various software implementations of common bit manipulation algorithms, for C# supported types.