Contents:
Helper function to dynamically generate a Struct class from a structTypeDict definition. Used in Closure Generation to capture a closure’s arguments.
typeName (str) – Name of the Struct class that is being created
_structTypeDict (Dict[str, Type[BaseType]]) – Layout of the Struct class that is being created
Returns the class definition of a Struct class corresponding to the function arguments
Type[Struct]