Function elm_parser::helpers::tag_loop

source ยท
pub fn tag_loop(
    tag_stack: &mut Vec<TagInfo>,
    output: &mut String,
    indent: &usize,
)