FilterArray Op
compare elements from an array and remove not matching ones
Summary (oneliner)
<p>filter an array of arbitrary stride by one set of elements and output the filtered array</p>
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:
<i>integer</i>
)<p>the type of the array (Array3, Array2, ...)</p>
Compare Element index (Number:
<i>integer</i>
)<p>which element to compare (see stride)</p>
Filter Method index (Number:
<i>integer</i>
)Compare to (Number)
OUTPUT PORTS
Result (Array)