OutOfMemoryError
for Tuple{Vararg{T, N}} where {T}
for large N::Int
#57813
Labels
types and dispatch
Types, subtyping and method dispatch
I'd expect Julia to be able to handle an
UnionAll
Vararg
like here without trying to expand it. Instead, anOutOfMemoryError
is thrown:The text was updated successfully, but these errors were encountered: