Working on unit tests for class world
This commit is contained in:
@@ -23,6 +23,9 @@ using StringVec = std::vector<std::string>;
|
||||
using HashValue = std::pair<uint64_t, uint64_t>;
|
||||
using IdVector = std::vector<int64_t>;
|
||||
|
||||
// ID vector debug string.
|
||||
std::string id_vector_debug_string(const IdVector &idv);
|
||||
|
||||
// Unions and sorts two ID vectors.
|
||||
IdVector sort_union_id_vectors(const IdVector &v1, const IdVector &v2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user