set.drop()
Description
Drops a provided number of elements from a Set, beginning at element[0]. This lets you "skip" the elements.
The calling Set isn’t changed.
set.drop()
Drops a provided number of elements from a Set, beginning at element[0]. This lets you "skip" the elements.
The calling Set isn’t changed.