array →
cardinality() → integer

Returns the number of elements in the input array.

Parameters

This function has no parameters.

Examples

{} | cardinality  0
{1, 2, 3} | cardinality  3

Kind: Function
Scope: array
Aliases: None


This site uses Just the Docs, a documentation theme for Jekyll.