Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify first index in
FastContiguousSubArray
definition (#56491)
Since `Slice <: AbstractUnitRange` and `Union{Slice, AbstractUnitRange} == AbstractUnitRange`, we may simplify the first index.
- Loading branch information