julia
dde5028a - Remove `similar` specialization with `Integer`s (#56881)

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.
Author
Parents
Loading