Streamline typed containers
Allow creating typed containers more easily, e.g.: TypedDict[int, str] is a typed dictionary with int keys and str values.
Allow creating typed containers more easily, e.g.: TypedDict[int, str] is a typed dictionary with int keys and str values.