Skip to content

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

Merge request reports

Loading