Given a list of type nodes as that may contain type vars and type elipsis, and a substitution m, apply all the substitutions in m to as and return the resulting list of type nodes.
as
m
Generated using TypeDoc
Given a list of type nodes
as
that may contain type vars and type elipsis, and a substitutionm
, apply all the substitutions inm
toas
and return the resulting list of type nodes.