Struct ranagrams::util::CharSet[][src]

pub struct CharSet {
    pub chars: Vec<bool>,
    // some fields omitted
}

A set-ish representation of the characters in a CharCount. A CharSet is a record of the types of characters present without regard to their count.

Fields

Methods

impl CharSet
[src]

Trait Implementations

impl Debug for CharSet
[src]

Formats the value using the given formatter. Read more

impl Clone for CharSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CharSet

impl Sync for CharSet