`namespace` keyword

This is also the same idea you included into the metatype proposal back then. I recently thought about something similar where a module would have a storage type with boxes that would have weak references to unique class instances and with the combination of future factory initialisation on classes could have unique references (e.g. UIColor instances are singletons for each different color). Similar approach could work for static metatypes if they were reference types.