Function wordcut_engine::find_clusters[][src]

pub fn find_clusters(
    text: &str,
    byte_to_char_idx_map: &[usize],
    dfa: &DenseDFA<Vec<usize>, usize>,
    len: usize
) -> Vec<usize>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator