Open koraa opened 3 years ago
We should provide heuristic versions of all traits in a companion library. We should move the hash() version with support for object-hash there.
The heuristic versions use custom visitors that fill in the gaps where no type specific version is implemented.
This library can also provide an objectId registry, assigning each object a unique id.
This depends on #185
We should provide heuristic versions of all traits in a companion library. We should move the hash() version with support for object-hash there.
The heuristic versions use custom visitors that fill in the gaps where no type specific version is implemented.
This library can also provide an objectId registry, assigning each object a unique id.
This depends on #185