so for example, two classes `Protocol<String&gt...
# getting-started
a
so for example, two classes
Protocol<String>
vs.
Protocol<Integer>
classes would not work with that example. Nor
Map<String, Int>
vs.
Map<String, Any
. Nor
List<Anythign>