datastructure Constructor Check
fun datastructureConstructorCheck(dataStructureType: DataStructureType, initialValue: List<ExpressionNode>, argumentTypes: List<Type>, ctx: VAlgoLangParser.DataStructureConstructorContext)
Content copied to clipboard
Datastructure constructor check
Parameters
dataStructureType
initialValue
argumentTypes
ctx