Retrieve the rest of a list

rest(lst)

Arguments

lst

the list to get everything but the first index

Value

the list excluding the first index

Details

Retrieve the rest of the elements from a list type data structure.

Author

Jay Morgan

Examples