pub const TYPARAMS: &str = "typarams";
A def’s type parameters — def map[T, U](…). Always present on a def, empty when the definition is monomorphic, so that the form has one shape (docs/32 §32.7).
def
def map[T, U](…)
docs/32