First page
Back
Continue
Last page
Graphics
remove_copy(b, e, d, t)
copy sequence from [b,e) to d, where value of element is not equal to t.
see remove2.cpp for example.