<string> #include "semimap.h" #define ID(x) []() constexpr { return x; } int main() { semi::map<std::string, std::string> map; // Using string literals to access the container is super fast: // computational complexity remains constant regardless of the number of key, value ...