Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-modifier is recognised as ref #79

Closed
gpetrou opened this issue Aug 19, 2019 · 1 comment · Fixed by #85
Closed

In-modifier is recognised as ref #79

gpetrou opened this issue Aug 19, 2019 · 1 comment · Fixed by #85
Milestone

Comments

@gpetrou
Copy link

gpetrou commented Aug 19, 2019

We have the following constructor:

public Matrix(in Matrix)

However, the generated API is:

public Matrix(ref Matrix)

Would it be possible to add support for in-modifier?

@danielmarbach
Copy link
Member

So I spiked rudimentary in modifier support in #85. Have a look. What do you think?

@danielmarbach danielmarbach added this to the 10.0.0 milestone Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants