androidboss.info
What are Generics in Kotlin? - AndroidBoss - Build Android Apps Like a Boss
Generics are the powerful features that allow us to define classes, methods and properties which are accessible using different data types while keeping a check of the compile-time type safety. A generic type is a class or method that is parameterized over types.