Devise a way to guarantee an IEnumerable<T>
produces an unmanaged
IEnumerator
#295
Labels
effort-high
Focused - 4 to 8 hours
priority-high
Good candidate to bump to the top of your queue next time you need a task.
Currently we haven't figured out a way to generically accept
IEnumerable<T>
instances while retaining burst compatibility.Devise a way to do this.
Idea
Can we create a
BurstableEnumerable
that wrapsIEnumerable
s and enforces theunmanaged
constraint on theIEnumerator
?The text was updated successfully, but these errors were encountered: