updates
fun <ItemView : CSViewInterface> CSProperty<Int>.updates(items: MutableList<ItemView>, layout: ViewGroup, fromStart: Boolean = false, layoutParams: ViewGroup.LayoutParams? = null, createView: (index: Int) -> ItemView): CSRegistration
fun <ItemView : CSViewInterface> MutableList<ItemView>.updates(count: Int, layout: ViewGroup, fromStart: Boolean = false, layoutParams: ViewGroup.LayoutParams? = null, createView: (index: Int) -> ItemView)