Closed nalimilan closed 2 years ago
The fallback defined in Base calls convert(T, x), giving the same result, and these methods cause invalidations.
convert(T, x)
Actually it seems it was only tested indirectly. I've added tests.
https://github.com/JuliaRegistries/General/pull/68941
The fallback defined in Base calls
convert(T, x)
, giving the same result, and these methods cause invalidations.