pub type CommentList = BTreeMap<NodeSpan, Comment>;
A list of comments indexed by their position
struct CommentList { /* private fields */ }