| 1 | ///////////////////////// ankerl::unordered_dense::{map, set} ///////////////////////// |
| 2 | |
| 3 | // A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion. |
| 4 | // Version 4.8.1 |
nothing calls this directly
no test coverage detected