pub type CommentMap<'src> = HashMap<usize, Vec<Comment<'src>>>;
pub struct CommentMap<'src> { /* private fields */ }