Hacker News new | ask | show | jobs
by oconnor663 2579 days ago
I wonder if the API could be expanded to accept any type that implements `Borrow<T>`, like `HashMap::get`. Then both `5` and `&5` could work.