Since then I discovered that there is a fallback in Base
method that handles the ::Int
case, and in any case, nothing lowers to that. So it is enough to write the ::Tuple{Vararg{Int}}
method.
1 Like
Since then I discovered that there is a fallback in Base
method that handles the ::Int
case, and in any case, nothing lowers to that. So it is enough to write the ::Tuple{Vararg{Int}}
method.