Skip to primary navigation
Skip to content
Skip to footer
PinkCrab Function Constructors
Home
Functions
▾
Arrays
Strings
Numbers
General
Objects
Comparisons
Examples
Tags
GitHub
Toggle search
Toggle menu
Variadic
Home
»
Tags
» variadic
Accepts any number of arguments of the same kind via ...$args.
Arrays
(6)
Arrays\filterAnd()
Arrays\filterOr()
Arrays\mapWith()
Arrays\pick()
Arrays\replace()
Arrays\replaceRecursive()
Comparisons
(7)
Comparisons\all()
Comparisons\allTrue()
Comparisons\any()
Comparisons\anyTrue()
Comparisons\groupAnd()
Comparisons\groupOr()
Comparisons\sameScalar()
General
(8)
GeneralFunctions\compose()
GeneralFunctions\composeR()
GeneralFunctions\composeSafe()
GeneralFunctions\composeTypeSafe()
GeneralFunctions\pipe()
GeneralFunctions\pipeR()
GeneralFunctions\pluckProperty()
GeneralFunctions\recordEncoder()
Strings
(1)
Strings\composeSafeStringFunc()