julia
94626c18 - make the Base.indexed_iterate method for Array also cover Memory (#60809)

Commit
26 days ago
make the Base.indexed_iterate method for Array also cover Memory (#60809) Intended to improve the performance of destructuring `Memory`. If `Array` is special-cased, it seems fair to also special-case `Memory`, instead of treating it as a generic iterator.
Author
Parents
Loading