NoAllocList
1 min read • 35 wordsnamespace InitialPrefabs.Collections
A stack only list backed by a Span{T}. The capacity is fixed, however the total number of elements are tracked.
NoAllocEnumerator<T> GetEnumerator()
Go back to API Home