take abstract method
Eagerly selects the first count
characters.
If count
is greater than length, the count of character
available, then the entire sequence of characters
is returned.
Implementation
@override
Characters take(int count);
Eagerly selects the first count
characters.
If count
is greater than length, the count of character
available, then the entire sequence of characters
is returned.
@override
Characters take(int count);