1 2 3 4 5 6 7 8
#pragma once namespace floormat { size_t int_hash(uint32_t x) noexcept; size_t int_hash(uint64_t x) noexcept; } // namespace floormat