Is there a C# a list-like data structure that does not interact with Unity 3.5/4 .NET mono GC?
I know C# structs behave like scope variables in Unity and are not controlled via GC. I wonder if there is any free from GC if possible IEnumerable
compatible List-like structure - with ability to filter, add elements into it and remove from it?