addAnd

fun <S : MutableList<T>, T> S.addAnd(index: Int, item: T): S
fun <S : MutableCollection<T>, T> S.addAnd(item: T): S