Skip to content

specialize last#25

Merged
nsajko merged 1 commit intoJuliaArrays:mainfrom
nsajko:last
Apr 12, 2025
Merged

specialize last#25
nsajko merged 1 commit intoJuliaArrays:mainfrom
nsajko:last

Conversation

@nsajko
Copy link
Copy Markdown
Member

@nsajko nsajko commented Apr 12, 2025

Fixes #22

@nsajko
Copy link
Copy Markdown
Member Author

nsajko commented Apr 12, 2025

julia> Base.infer_effects(last, Tuple{BoxConst{Float32}})
(+c,+e,+n,+t,+s,+m,+i)

julia> Base.infer_effects(last, Tuple{Box{Float32}})
(!c,+e,+n,+t,+s,?m,+i)

@nsajko nsajko merged commit 2bd8fb8 into JuliaArrays:main Apr 12, 2025
2 checks passed
@nsajko nsajko deleted the last branch April 12, 2025 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

specialize last

1 participant