hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

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