Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Base
: append!
, resize!
: convert length to Int
before passing …
…it on (#57585) Reduces the number of invalidations from 512 to 505 on running this code: ```julia struct I <: Integer end Base.Int(::I) = 7 ```
- Loading branch information