constructor
constructor (reads from string generated by Function.toString)
postblit
Reads this Function from a string (reverse of toString)
the data type of the arguments received by this function
the data type of the arguments received by this function
the name of the function
the data type of the value returned by this function
st{ Function func = Function("potato",DataType(DataType.Type.Void),[]); assert(Function(func.toString) == func, func.toString); func = Function("potato",DataType(DataType.Type.Int),[DataType("@potatoType[]")]); assert(Function(func.toString) == func, func.toString
To store information about a function