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
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Array (Array)
Stride index (integer /Number)
the type of the array (Array3, Array2, ...)
Compare Element index (integer /Number)
which element to compare (see stride)
Filter Method index (integer /Number)
Compare to (Number)
Outputs
Result (Array)
Patches using FilterArray
Changelog
created op 2022-01-22 - pandur | |
Ops.User.pandur.FilterArray renamed to Ops.Array.FilterArray 2022-01-22 - pandur |