Join Slack
Powered by
If I have a class `Thing<T : Cache>`, is the...
# announcements
r
Ruckus
10/03/2016, 5:31 PM
If I have a class
Thing<T : Cache>
, is there a clean way to make a mutable map that has `Thing`s as keys and caches as values, ensuring the cache is the same type as the thing's generic type?
2
Views
Open in Slack
Previous
Next