Allow dispatch on second argument
This PR makes the following legal
@with_signature [legacy=false] myfunc(eq::Equation, mesh::Mesh1d)
@accepts u
v = u
@returns v
end
This PR makes the following legal
@with_signature [legacy=false] myfunc(eq::Equation, mesh::Mesh1d)
@accepts u
v = u
@returns v
end