create_make(type_, *args, modifiers=None)#

Return the expression tree for making a structured value.

Parameters:
type_suite.NamedType

Type to instantiate.

argsList[EX]

Values of the type instance.

modifiersUnion[ET, List[ET]], default: None

List of higher-order constructs, which is provided as a keyword parameter.

Returns:
ET