pub fn get_grapheme_string<'a>( graphemes: &Vec<&'a str>, end_grapheme: &str, start_index: usize, ) -> RUMString
Get the grapheme block and concatenate it into a newly allocated RUMString.
RUMString