issues
search
dice-group
/
dice-hash
https://dice-group.github.io/dice-hash/
GNU Affero General Public License v3.0
2
stars
1
forks
source link
make combine functions available
#15
Closed
bigerl
closed
3 years ago
bigerl
commented
3 years ago
[x]
dice_hash_invertible_combine
should be available with an arbitrary number of arguments in namespace
Dice::hash
. Arguments should be size_t.
[x] additionally,
dice_hash_combine
should also be with an arbitrary number of arguments in namespace
Dice::hash
. Arguments should be size_t.
[x] add examples how to use above functions
[x] add tests for above functions
LukasKerk
commented
3 years ago
See #18
dice_hash_invertible_combine
should be available with an arbitrary number of arguments in namespaceDice::hash
. Arguments should be size_t.dice_hash_combine
should also be with an arbitrary number of arguments in namespaceDice::hash
. Arguments should be size_t.