-
-
Notifications
You must be signed in to change notification settings - Fork 0
CountableIterator
github-actions edited this page Mar 31, 2026
·
2 revisions
- Full name:
\FastForward\Iterator\CountableIterator - This class implements:
Iterator,Countable - This class is an Abstract class
Counts the number of elements in the iterable.
public count(): intIf the inner iterator implements Countable, it uses that. Otherwise, it counts the elements by iterating through them.
Return Value:
the number of elements in the iterable