function f{T<:Float64}(x::T...)
print(x)
end
function f{T<:BigInt}(x::T...)
print(x)
end- [julia-users] why are these methods ambiguous? Ariel Keselman
- Re: [julia-users] why are these methods ambiguou... Andreas Noack Jensen
- Re: [julia-users] why are these methods ambi... Andreas Noack Jensen
