The upper bounds on the data class seem to be the ...
# announcements
m
The upper bounds on the data class seem to be the problem, because I want to say when I send this message
PrimeCacheKey<String, Foo>(foo.keyFn(), foo)
and not have to type
PrimeCacheKey<String: Keyable, Foo: Any>(foo.keyFn(), foo)