Open
Description
Some types like NSErrorUserInfoKey
are really just a list of certain NSString
s that may be valid where it is used.
It would be nice to have a better way of handling these!
Something like rust-lang/lang-team#149 could help here, likewise if we had associated statics.