How do i give a type signature to julia's help mode? `?(::String, ::String)` gives

how do i give a type signature to julia’s help mode? ?(::String, ::String) gives something like *
or ::Intand get back every function where ::Int shows up as an argument. For stuff like Any it would be absurd, i think it’d be nice for types that don’t have a ton of overloads.

Note that the original poster on Slack cannot see your response here on Discourse. Consider transcribing the appropriate answer back to Slack, or pinging the poster here on Discourse so they can follow this thread.
(Original message :slack:) (More Info)

methodswith

1 Like

https://github.com/JuliaLang/julia/pull/38791