function moveItem(list, from, to) { return list.delete(from).insert(to, list.get(from)); }