Add a static Type or TypeMarker element to all VariableTypes.
jTET needs a large amount of throw away instances of types or their marker for its work. Instead of creating a new instance each time, use a static instance to avoid the work. It also makes it more obvious when something is temporary.
Loading
Please register or sign in to comment