Function: -drop
-drop is a function alias for nthcdr, defined in fns.c.
Signature
(-drop N LIST)
Documentation
Return the tail (not a copy) of LIST without the first N items.
Return nil if LIST contains N items or fewer. Return LIST if N is zero or less.
For another variant, see also -drop-last.