If I have a class `Thing<T : Cache>`, is the...
# announcements
r
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?