-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Inline arrays #257
Labels
Milestone
Comments
adrianoc
added a commit
that referenced
this issue
Mar 19, 2024
adrianoc
added a commit
that referenced
this issue
Mar 19, 2024
adrianoc
added a commit
that referenced
this issue
Mar 19, 2024
adrianoc
added a commit
that referenced
this issue
Mar 19, 2024
also fixes the reference to Unsafe.As<TBuffer, TElement>() and Unsafe.Add<TElement>(); the code was accessing the open generic methods, as opposed to the generic instance methods.
adrianoc
added a commit
that referenced
this issue
Mar 19, 2024
there are at least 2 cases (marked as TODOs) not supported
adrianoc
added a commit
that referenced
this issue
Mar 19, 2024
there are at least 2 (unrelated) cases (marked as TODOs) not supported
adrianoc
added a commit
that referenced
this issue
Mar 27, 2024
adrianoc
added a commit
that referenced
this issue
Mar 27, 2024
adrianoc
added a commit
that referenced
this issue
Mar 27, 2024
adrianoc
added a commit
that referenced
this issue
Mar 27, 2024
also fixes the reference to Unsafe.As<TBuffer, TElement>() and Unsafe.Add<TElement>(); the code was accessing the open generic methods, as opposed to the generic instance methods.
adrianoc
added a commit
that referenced
this issue
Mar 27, 2024
there are at least 2 (unrelated) cases (marked as TODOs) not supported
adrianoc
added a commit
that referenced
this issue
Mar 29, 2024
also fixes conversion to Span<T>; generated method was calling generic methods (as opposed to their instantiations)
adrianoc
added a commit
that referenced
this issue
Mar 29, 2024
adrianoc
added a commit
that referenced
this issue
Mar 29, 2024
adrianoc
added a commit
that referenced
this issue
Mar 29, 2024
adrianoc
added a commit
that referenced
this issue
Mar 29, 2024
also fixes the reference to Unsafe.As<TBuffer, TElement>() and Unsafe.Add<TElement>(); the code was accessing the open generic methods, as opposed to the generic instance methods.
adrianoc
added a commit
that referenced
this issue
Mar 29, 2024
there are at least 2 (unrelated) cases (marked as TODOs) not supported
adrianoc
added a commit
that referenced
this issue
Mar 29, 2024
also fixes conversion to Span<T>; generated method was calling generic methods (as opposed to their instantiations)
adrianoc
pushed a commit
that referenced
this issue
Mar 29, 2024
adrianoc
added
fixed-in-dev-branch
fixed-in-staging
and removed
wip
Work In Progress
fixed-in-dev-branch
labels
Mar 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inline arrays proposal
Example in Sharplab.io
The text was updated successfully, but these errors were encountered: