[][src]Type Definition jsonc_parser::CommentMap

type CommentMap = HashMap<usize, Rc<Vec<Comment>>>;

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.