datastructureConstructorCheck

fun datastructureConstructorCheck(dataStructureType: DataStructureType, initialValue: List<ExpressionNode>, argumentTypes: List<Type>, ctx: VAlgoLangParser.DataStructureConstructorContext)

Datastructure constructor check

Parameters

dataStructureType
initialValue
argumentTypes
ctx