@Maikon_Araujo wrote:
Is it possible to dispatch on parametric types? Something like that:
function f(x::F{Int}) where F end
Dispatch on types parameterized on ints.
Thank you.
Posts: 4
Participants: 2
@Maikon_Araujo wrote:
Is it possible to dispatch on parametric types? Something like that:
function f(x::F{Int}) where F end
Dispatch on types parameterized on ints.
Thank you.
Posts: 4
Participants: 2