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 */ }