We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\FastForward\Iterator\CountableIteratorIteratorTrait
Counts the number of elements in the iterable.
public count(): int
If 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