We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I want to get my hands on a Tuple{Float32, Float32} in Python and there doesn't seem to be a good way of doing it
Tuple{Float32, Float32}
>>> jl("typeof")(jl("Tuple{Float32, Float32}")((0.0, 1.0))) Julia: Tuple{Float64, Float64}