rememberSelectionModel

@Composable
fun <M : SelectionModel<ListIndexModel.ListIndex>> rememberSelectionModel(itemsCount: Int, selectionMode: SelectionMode<M>): M