julia
6d447075
- retrieve `splice!` item via `only` rather than `getindex` (#50430)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
retrieve `splice!` item via `only` rather than `getindex` (#50430) Because `only` uses iteration, similar to the other branches here, rather than assuming it supports one-based-indexing.
References
#50430 - make `splice!` work when `replacement` is a length-1 generator
Author
adienes
Parents
b6bfe988
Loading