pub type SingleThreadedCommentsMap = Rc<RefCell<HashMap<BytePos, Vec<Comment, Global>, BuildHasherDefault<FxHasher>>>>;
Available on crate feature __utils only.