Crate bitsetium[][src]

Expand description

bitsetium crate contains traits for common bitset operations, and number of implementations.

Structs

Bit-set wrapper that acts like set complement.

Bit-set wrapper that acts like set complement.

Bit-set wrapper that acts like set complement.

Bit-set wrapper that acts like set complement.

Traits

Trait to get dual set to the given.

Difference between two subsets.

Tests any of the following equivalent properties:

Intersection of bit-sets.

Search for set its.

Sets single bit. This trait should be implemented for all mutable bit-set.

Trait to define static limit on set bits.

Tests any of the following equivalent properties:

Test single bit. This trait should be implemented for all bit-set.

Test all bit. This trait should be implemented for most bit-set.

Test any bit. This trait should be implemented for most bit-set.

Union of bit-sets.

Unset single bit. This trait should be implemented for most mutable bit-set that support resetting bits.

Trait to define static limit on set bits.

BitSet that supports all operations.

Type Definitions