skipLast abstract method

Characters skipLast(
  1. int count
)

Eagerly selects all but the last count characters.

If count is greater than length, the count of character available, then the empty sequence of characters is returned.

Implementation

Characters skipLast(int count);