-
Notifications
You must be signed in to change notification settings - Fork 5
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
Low-level/unsafe features? #120
Comments
Just my thoughts:
|
So im going to comment only on the points i know something about:
|
I vote for annotation with attribute for structs.
To consider: that's similar to how F# does it, but it may be worth a look
I say a type annotation as well, like |
Thanks for your input! I generally agree with your points - and admittedly, haven't really thought too deeply on some of them. I definitely like the "leaving the C-heritage syntax behind" mentality, |
Didn't talk about |
How about introducing
|
This will be a discussion of including (or not) perfomance-related, low-level and unsafe C# features such as:
struct
sunsafe
context in general*T
) andref
sdelegate*<>
)stackalloc
The text was updated successfully, but these errors were encountered: