Retrieving reified generic arguments
Kotlin has a great feature that will allow you to preserve generic type T for further work, not only type resolution. So how much we can utilize it? This simple code does not take any “normal” argument, but it take one generic argument – the T. Usually, we can just pass the T around to … Read more