Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

define at-invoke macro #38438

Merged
merged 1 commit into from
Dec 25, 2020
Merged

define at-invoke macro #38438

merged 1 commit into from
Dec 25, 2020

Commits on Dec 25, 2020

  1. define at-invoke macro:

    - provides easier syntax to call `Core.invoke`, e.g. `@invoke 
    f(a::Integer)` will be expanded into `invoke(f, Tuple{Integer}, a)`
    - when type annotation is omitted, the argument type is specified as 
    `Any`
    
    Built on top of JuliaLang#37971
    aviatesk committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    ed3df19 View commit details
    Browse the repository at this point in the history