Struct ucd_trie::TrieSetSlice [−][src]
pub struct TrieSetSlice<'a> { /* fields omitted */ }
A borrowed trie set.
Implementations
impl<'a> TrieSetSlice<'a>
[src]
impl<'a> TrieSetSlice<'a>
[src]pub fn contains_char(&self, c: char) -> bool
[src]
Returns true if and only if the given Unicode scalar value is in this set.
pub fn contains_u32(&self, cp: u32) -> bool
[src]
Returns true if and only if the given codepoint is in this set.
If the given value exceeds the codepoint range (i.e., it’s greater
than 0x10FFFF
), then this returns false.
Trait Implementations
impl<'a> Clone for TrieSetSlice<'a>
[src]
impl<'a> Clone for TrieSetSlice<'a>
[src]