added `Hash::combine` use-case
Added a use-case for `Hash::combine` showing the (missing, imho) step of mapping a key to single value. The docs show how to get just the key and how to map the key to an array, but not to a single value. Might be obvious in hindsight but it cost me a few minutes and a slack chat today.
Loading
Please sign in to comment