I'd like to match divide_handle with an inverse function that combines handles back together. This would be the signature: ```c++ handle_t combine_handles(const std::vector<handle_t>& handles); ``` Any thoughts?