In statically typed languages with generics, like C#, I can specify in the method signature that each of the map's keys is an atom and each value is a list of {string, int} tuple. How do I define the type specification for function arguments like that in Elixir?
PS: if you are reading this and have >1500 rating, could you please create a type-specification tag.