Struct compacts::bits::Set [] [src]

pub struct Set { /* fields omitted */ }

Methods

impl Set
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl Set
[src]

[src]

[src]

Trait Implementations

impl Index<u32> for Set
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<T: AsRef<[u32]>> From<T> for Set
[src]

[src]

Performs the conversion.

impl<'a> FromIterator<Entry<'a>> for Set
[src]

[src]

Creates a value from an iterator. Read more

impl<'a> FromIterator<u32> for Set
[src]

[src]

Creates a value from an iterator. Read more

impl<'a> FromIterator<&'a u32> for Set
[src]

[src]

Creates a value from an iterator. Read more

impl IntoIterator for Set
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl<'a> IntoIterator for &'a Set
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl PopCount<u64> for Set
[src]

MAX_BOUND: u64 = 1 << 32

[src]

[src]

impl Rank<u32> for Set
[src]

[src]

Returns occurences of non-zero bit in [0, i). rank1(i) should be equal to i - self.rank0(i). Read more

[src]

Returns occurences of zero bit in [0, i). rank0(i) should be equal to i - self.rank1(i). Read more

impl Select1<u32> for Set
[src]

[src]

Returns the position of 'c+1'th appearance of non-zero bit.

impl Select0<u32> for Set
[src]

[src]

Returns the position of 'c+1'th appearance of non-zero bit.

impl Debug for Set
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Set
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Set
[src]

[src]

Returns the "default value" for a type. Read more

impl PartialEq for Set
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Set
[src]

Auto Trait Implementations

impl Send for Set

impl Sync for Set