Hacker News new | ask | show | jobs
by pmcg 4255 days ago
Hopefully they make a way for arrays to be stack-allocated and passed by value too and take a step ahead of C# in this department. :)
1 comments

In C#, you can kind of do this with stackalloc and fixed arrays, but it is still not as ideal as could be.