Examples
Basic Examples (2)
Find the highest numbered slot in a function:
In this function, slot 2 goes unused, but it will still be counted:
Scope (4)
Slots in inner functions will not be counted:
A function that uses SlotSequence will be counted as having infinite arguments:
String slots will be counted as being part of the first argument:
ArgumentCount works with compiled functions:
Options (2)
IgnoreSlotSequence (2)
A function that uses SlotSequence will be counted as having infinite arguments:
This behavior can be changed with the "IgnoreSlotSequence" option:
Publisher
Sjoerd Smit
Version History
-
1.0.2
– 15 May 2024
-
1.0.1
– 01 March 2021
-
1.0.0
– 29 May 2019
Related Resources