Type Definition CommentList
glsl_lang::parse
type CommentList = BTreeMap<NodeSpan, Comment>;
A list of comments indexed by their position