Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make the
constructorof
fallback method non-@generated
I don't see a justification for using `@generated`. The effects are good without it: ```julia-repl julia> Base.infer_effects(constructorof, Tuple{Type{Int}}) (+c,+e,+n,+t,+s,+m,+u,+o,+r) ``` Updates JuliaObjects#21
- Loading branch information