Returns true if collection is empty.
| 187 | /// Returns true if collection is empty. |
| 188 | /// </summary> |
| 189 | FORCE_INLINE bool IsEmpty() const |
| 190 | { |
| 191 | return _count == 0; |
| 192 | } |
| 193 | |
| 194 | /// <summary> |
| 195 | /// Gets the item at the given index. |
no outgoing calls
no test coverage detected