final object Drop

A view that drops leading elements of the underlying collection.

Constructors

Members

def apply ( underlying: Iterable [ A ] , n: Int ) : Drop [ A ]
def unapply ( x$1: Drop [ A ] ) : Drop [ A ]