used_keywords

Function used_keywords 

Source
pub fn used_keywords(edition: impl Copy + FnOnce() -> Edition) -> Vec<Symbol>
Expand description

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.