Please consider making `LazyMap::new` a const fn. It saves extra `Lazy` wrapper when declaring a static variable.
Please consider making
LazyMap::newa const fn. It saves extraLazywrapper when declaring a static variable.