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