typeParameter
fun typeParameter(modifiers: List<Node.Modifier> = listOf(), name: Node.Expression.NameExpression, type: Node.Type? = null, supplement: NodeSupplement = NodeSupplement()): Node.TypeParameter
Creates a new Node.TypeParameter instance.