Julia Programming Language
Best practices for type dispatch?
General Usage
ChrisRackauckas
April 11, 2017, 6:10pm
2
Duplicate. Here’s my answer.
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Should I dispatch on singleton types or their instances?
General Usage
question
,
package
6
1327
September 1, 2019
Match a type or an instance of it
New to Julia
2
294
July 22, 2020
What is the diffence between abstract type and singleton type
General Usage
question
,
type
4
522
February 8, 2023
Dispatch on type only
General Usage
dispatch
4
666
August 16, 2021
f(x::MyType{T, S}) where (T || S) <: Foo?
General Usage
15
381
December 14, 2022