CareBoo / Blinq

Burst Compatible Linq Implementations
MIT License
23 stars 0 forks source link

Implement ToArray, ToDictionary, ToList, and ToLookup #30

Closed jasonboukheir closed 4 years ago

jasonboukheir commented 4 years ago

https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable.toarray?view=netframework-4.7.1 https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable.todictionary?view=netframework-4.7.1 https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable.tolist?view=netframework-4.7.1 https://docs.microsoft.com/en-us/dotnet/api/system.linq.enumerable.tolookup?view=netframework-4.7.1

jasonboukheir commented 4 years ago

Since these classes aren't usable inside Burst, I think it's better not to implement these for now.