1 --- include/frozen/bits/pmh.h 2024-09-01 12:04:54.942684661 +0100
2 +++ include/frozen/bits/pmh.h 2024-09-01 12:05:11.899749238 +0100
6 std::uint64_t first_seed,
7 - carray<seed_or_index, M> first_table,
8 - carray<std::size_t, M> second_table,
9 + const carray<seed_or_index, M>& first_table,
10 + const carray<std::size_t, M>& second_table,
13 , first_seed_(first_seed)