Files
ladybird/AK
Linus Groh 1ed72cc580 AK: Add HashMap(std::initializer_list<Entry>) constructor
This allows us to construct a HashMap from an initializer list like so:

    HashMap<K, V> hash_map = { { K, V }, { K, V } { K, V } };
2020-12-29 15:22:15 +01:00
..
2020-12-20 21:13:10 +01:00
2020-09-25 21:18:17 +02:00
2020-09-25 21:18:17 +02:00
2020-11-22 16:07:00 +01:00
2020-10-17 23:19:37 +02:00
2020-10-03 12:36:49 +02:00
2020-09-25 21:18:17 +02:00
2020-10-29 11:52:31 +01:00
2020-11-11 12:18:25 +01:00
2020-11-09 16:21:29 +01:00
2020-11-09 16:21:29 +01:00
2020-10-08 09:59:55 +02:00
2020-11-22 10:54:33 +01:00
2020-10-08 09:59:55 +02:00
2020-09-25 21:18:17 +02:00
2020-10-03 20:16:26 +02:00
2020-10-03 12:36:49 +02:00
2020-10-14 11:29:29 +02:00
2020-12-26 12:32:27 +01:00
2020-11-12 10:19:04 +01:00