Type Definition move_lang::parser::comments::CommentMap
source · pub type CommentMap = BTreeMap<Symbol, MatchedFileCommentMap>;
Expand description
Types to represent comments.
pub type CommentMap = BTreeMap<Symbol, MatchedFileCommentMap>;
Types to represent comments.