drop/2
drop(enumerable, count)Drops count elements from the enumerable.
If a negative count is given, the count last values will be dropped.
drop(enumerable, count)Drops count elements from the enumerable.
If a negative count is given, the count last values will be dropped.