Struct bitsetium::Layered[][src]

pub struct Layered<T, B, const N: usize> { /* fields omitted */ }

Trait Implementations

Returns bit-set has bits set for each index that has bit set in exactly one of two arguments.

Returns empty bitset for which all bits are unset.

Returns bit-set with bits set for each index that has bit set in either of two arguments.

Searches for first bit set starting with lower_bound. Returns index of first bit set. Read more

Searches for bit set specified range. Returns index of bit set. Read more

Set bit at specified index. Read more

Sets bit at specified index. Read more

Largest possible bit index that can be set. Any larger index will always be unset. Setting larger index is now allowed. Read more

Tests if bit at specified index is set.

Returns bit-set with bits set for each index that has bit set in both of two arguments.

Unsets bit at specified index. Read more

Unsets bit at specified index. Read more

Largest possible bit index that can be unset. Any larger index will always be set. Unsetting larger index is now allowed. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.