Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Modern C# has Span<T> and Memory<T> types to give you the ability to work with unmanaged memory without directly touching pointers or `unsafe`, FWIW. Worth messing with the next time you need to do it.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: