Kev
01/23/2024, 6:18 AMMap<A, B>
, is there a way to construct a map where type B is dependant on A. However, for different variations of A (say, enum values), B needs to represent a different type. Is this even possible?Szymon Jeziorski
01/23/2024, 8:42 AMAlejandro Serrano.Mena
01/23/2024, 9:44 AM