Given a type node a that may contain type vars, and a substitution m, apply all the substitutions in m to a and return the resulting TypeNode.
a
m
Generated using TypeDoc
Given a type node
athat may contain type vars, and a substitutionm, apply all the substitutions inmtoaand return the resulting TypeNode.