min
05/12/2026, 12:49 PM@Composable
inline fun <reified T, reified L: List<T>> MyListOfItems(items: L) {
// ...
}Tgo1014
05/12/2026, 1:27 PMImmutableList<T>? Or what do you mean?shikasd
05/15/2026, 12:44 PMList from the compiler perspective