You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aliased in the filterer as `ofArray`, this filter verifies that the argument is an array that passes the given specification. This is
472
472
essentially a flipped version of `Filterer::filter` that allows for testing nested associative arrays.
473
473
474
+
#### Arrays::copy
475
+
476
+
Aliased in the filterer as `array-copy`, this filter copies values from the source array into a destination array using the provided destination key map.
Aliased in the filterer as `array-copy-each`, this filter copies values from each array in the source array into a destination array using the provided destination key map.
Aliased in the filterer as `array-pad`, this filter pads an array to the specified length with a value. Padding optionally to the front or end of the array.
0 commit comments