Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
iter::count
count(items) => a
Parameter
Type
Description
items
Iterable
The items to count
Returns
(Integer) The amount of items that meet the condition.