Func

constructor(name: String, vararg ops: Operand, type: VarType = VarType.Float1)
constructor(name: String, ops: List<Operand>, type: VarType = VarType.Float1)