get_grapheme_string

Function get_grapheme_string 

Source
pub fn get_grapheme_string<'a>(
    graphemes: &Vec<&'a str>,
    end_grapheme: &str,
    start_index: usize,
) -> RUMString
Expand description

Get the grapheme block and concatenate it into a newly allocated RUMString.