drop(L, i)
drop(L, {j,k})
|
|
|
|
The pair \{j,k\} must be given with both entries non-negative, and $j\le k$. Otherwise the original list is returned.
|
|
The object drop is a compiled function.