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
Merge details
added feature label
merged
mentioned in commit e28a6d01
mentioned in commit 236a24d5