tail property

List tail

tail Gets all but the first element of array.

Implementation

List get tail => array.tail(this);