FilterArray Op
compare elements from an array and remove not matching ones
Summary (oneliner)
filter an array of arbitrary stride by one set of elements and output the filtered array
Full Name
- Ops.Array.FilterArray
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch FilterArray Example
INPUT PORTS
Array (Array)
Stride index (Number: integer)
the type of the array (Array3, Array2, ...)
Compare Element index (Number: integer)
which element to compare (see stride)
Filter Method index (Number: integer)
Compare to (Number)
OUTPUT PORTS
Result (Array)