Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Make array repeat and scan ops generic over extension reqs (#1716
) Closes #1714 BREAKING CHANGE: Array `scan` and `repeat` ops get an additional type parameter specifying the extension requirements of their input functions. Furthermore, `repeat` is no longer part of `ArrayOpDef` but is instead specified via a new `ArrayScan` struct.
- Loading branch information