|
In the SBE Stage Builder, there were a number of common operations that were implemented using TraverseStage. In ABT, we are moving away from TraverseStage in favor of traverseP() and traverseF().
Here is a list of the the common array operations that were implemented using TraverseStage in the SBE Stage Builder:
- A function that finds the min element or max element of an array.
- A function that traverses an array and returns a new array containing only the elements that match a given predicate.
- A function that takes an array and checks if it matches a specified size.
- A function that takes an array and returns a contiguous slice of the array.
|