Hi, I would like to know the difference between:

function f1(::Int64) 

and 

function f2(::Type{Int64})


when to use which ?

Thanks

Reply via email to