Biohazrd icon indicating copy to clipboard operation
Biohazrd copied to clipboard

Revisit struct enumerators in Biohazrd being ref structs, which prevents using LINQ

Open PathogenDavid opened this issue 3 years ago • 0 comments

I don't remember exactly why ref structs are used. I think it was mainly because I didn't want to think about the struct enumerators being boxes but forgot that'd break LINQ.

PathogenDavid avatar Jan 22 '21 04:01 PathogenDavid