Example #1
0
            public RefEnumerator(ref PooledList <T> List)
            {
                List.AsSpan(out Span);

                CurrentIndex = -1;
            }