How to specify multiple return types of a function

Maybe

::Tuple{String,Int}

I think return values are just tuples

1 Like