Julia Programming Language
Dispatching functions and keyword usage
General Usage
dispatch
,
keywords
StevenWhitaker
October 15, 2021, 1:28pm
2
I would do something like
testfn(c::Int64; kwargs...) = testfn(c, c, c; kwargs...)
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Function dispatch ignores keyword arguments
General Usage
3
293
May 10, 2021
How can kwargs be used in multiple dispatch
General Usage
question
11
1534
September 5, 2022
Rules for method dispatch with keyword arguments
Internals & Design
question
4
2045
April 28, 2019
Why don’t different non-optional keyword parameters specify multiple dispatches
General Usage
question
4
420
February 3, 2021
Distpatch on keyword arguments
General Usage
3
575
June 28, 2018