| 61 | |
| 62 | __forceinline T* begin() const { return (T*)items; }; |
| 63 | __forceinline T* end () const { return (T*)items+M; }; |
| 64 | |
| 65 | |
| 66 | /********************** Capacity ****************************/ |
nothing calls this directly
no outgoing calls
no test coverage detected