Type Alias glsl_lang_lexer::context::CommentList
source · pub type CommentList = BTreeMap<NodeSpan, Comment>;
Expand description
A list of comments indexed by their position
Aliased Type§
struct CommentList { /* private fields */ }