Macro foreach_grapheme

Source
macro_rules! foreach_grapheme {
    ($buffer:expr, $start:ident, $end:ident, $($body:tt)*) => { ... };
}