handle Explicit Template Parameters
fun handleExplicitTemplateParameters(constructExpression: ConstructExpression, template: ClassTemplateDeclaration, templateParametersExplicitInitialization: MutableMap<Node, Node>)
Matches declared template arguments to the explicit instantiation
Parameters
construct Expression
containing the explicit instantiation
template
containing declared template arguments
template Parameters Explicit Initialization
mapping of the template parameter to the explicit instantiation