SmartAdapter

fun <T> SmartAdapter(list: MutableList<T> = mutableListOf(), bind: SmartContainer<T>? = null)