-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RFC: Change iteratorsize trait of
product(itr1, itr2)
(#16437)
change iteratorsize trait of `product(itr1, itr2)` fixes #16436 - Adds many tests to product function and tests more thoroughly the iterator traits - Adds a Prod1 type - Adds ndims(::Base.Prod*) - Change state of Prod1 iterator from tuple to integer
- Loading branch information
1 parent
2fa728a
commit 26a6bfc
Showing
2 changed files
with
221 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters