-
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added into_iter for anyarray (#1851)
Fixes #1832. The implementation isn't what I want, but it adds `into_iter` for `&AnyArray` and I hope unblocking thomcc. Later it would be better to get rid of `AnyArray` in its current state and use `Array<AnyElement>` instead, I will investigate that possibility. But for now that is how it is and without any breaking change.
- Loading branch information
1 parent
d13cd30
commit 86c6a0f
Showing
2 changed files
with
72 additions
and
1 deletion.
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