pub fn used_keywords(edition: impl Copy + FnOnce() -> Edition) -> Vec<Symbol>
Collect all the keywords in a given edition into a vector.
Note: Please update this if a new keyword is added beyond the current range.