size

fun size(of: Iterable<Any>): Number

Return

the non-negative size of the collection

Parameters

of

collection to get the size of

Chaining

This function is designed to be chained with other function calls:
Iterable<Any>::size -> Number