pub type CommentMap<'a> = HashMap<usize, Rc<Vec<Comment<'a>>>>;
Expand description
Map where the comments are stored in collections where the key is the previous token end or start of file or next token start or end of the file.
Aliased Typeยง
struct CommentMap<'a> { /* private fields */ }