Console
hyTags
Home
Home
Getting Started
Getting Started
Documentation
Documentation
array-select
Creates a new array containing only elements for which the commands return true.
Parameter
Type
Description
self
[T]
Array to filter
commands
commands
Commands that return boolean to test each element
return
[T]
New array with filtered elements