tuple →
arity() → integer

Returns the number of positional elements in the input tuple.

Parameters

This function has no parameters.

Examples

T(10, "foo", #true) | arity  3

Kind: Function
Scope: tuple
Aliases: arity


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