- Notifications
You must be signed in to change notification settings - Fork8
allow for customising of the hash return type asH
#12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@srt32 would you kindly take a look at this |
JnBrymn commentedApr 17, 2023
To add some context. I'm working on a copilot PR and we would like to use an LRUCache implementation for the memoization cache. There's already an LRUCache implementation present within copilot, but w/o this change we're forced to create a wrapper for it because it can't be used directly. It would be nice to just use |
This should allow for the hashing return type to be properly typed by an implementation.