tsl::robin_map tries to have an interface similar to std::unordered_map, but some differences exist. No support for some buckets related methods (like bucket_size, bucket, ...). These differences also ...