Function IndexedStack.PopMany
        
                PopMany
        
                (T[] resultBuffer, int popCount)
    
            
            Pop the last N elements and store them in the buffer.
                Public
            
        void PopMany (
T[]  |     resultBuffer  |         |
int  |     popCount  |         
Pop the last N elements and store them in the buffer.
The items will be in insertion order.