function f{T<:Float64}(x::T...)
    print(x)
end

function f{T<:BigInt}(x::T...)
    print(x)
end


Reply via email to