We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think you can use inline static methods with function pointers and it will avoid boilerplate of creating classes as C# does not have inline classes.
inline static methods
The text was updated successfully, but these errors were encountered:
it is part of C# as per notes https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-9
Sorry, something went wrong.
hi, thank for your remark, do you have some example where func pointers are faster than delegate or "Struct specialization" ?
Regards.
not faster, but probably same. but these could be nicer in API
No branches or pull requests
I think you can use
inline static methods
with function pointers and it will avoid boilerplate of creating classes as C# does not have inline classes.The text was updated successfully, but these errors were encountered: