julia
dde5028a
- Remove `similar` specialization with `Integer`s (#56881)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Remove `similar` specialization with `Integer`s (#56881) This method seems unnecessary, as the method on line 830 does the same thing. Having this method in `Base` requires packages to disambiguate against this by adding redundant methods.
References
#56881 - Remove `similar` specialization with `Integer`s
Author
jishnub
Parents
ccfeb938
Loading