Elegant way of exclusive indexing

Have you benchmarked the nice deleteat() function written by @GunnarFarneback, edited with unsafe_copyto!()?

In my limited testing it worked on par or faster than deleteat!() and with no need to copy the argument.