Generates a string containing Function Name, along with it's argument types. Makes it easier to differentiate b/w function overloads
Arguments: name is the function name argTypes is the array of it's arguments' Data Types
the byte code style function name
st{ assert ("abcd".encodeFunctionName ([DataType(DataType.Type.Double,3),DataType(DataType.Type.Void)]) == "abcd/double[][][]/void/"
See Implementation
Generates a string containing Function Name, along with it's argument types. Makes it easier to differentiate b/w function overloads
Arguments: name is the function name argTypes is the array of it's arguments' Data Types