Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
specialize
VersionNumber
constructors less aggressively (JuliaLang#…
…54386) There's no need to specialize this code for every set of Tuple types that it might see, especially when the primary callers don't know their Tuple type any more precisely than this anyway. Eliminates a dynamic dispatch from `tryparse(VersionNumber, "...")` Co-authored-by: Gabriel Baraldi <baraldigabriel@gmail.com>
- Loading branch information