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
a
that may contain type vars, and a substitutionm
, apply all the substitutions inm
toa
and return the resulting TypeNode.