move

fun <T> List<T>.move(value: T, pos: Int = size): List<T>