Gets the pointer to the first item in the collection (linear allocation).
| 237 | /// Gets the pointer to the first item in the collection (linear allocation). |
| 238 | /// </summary> |
| 239 | FORCE_INLINE T* Get() |
| 240 | { |
| 241 | return _allocation.Get(); |
| 242 | } |
| 243 | |
| 244 | /// <summary> |
| 245 | /// Gets the pointer to the first item in the collection (linear allocation). |
no outgoing calls
no test coverage detected