()
| 67 | public bool IsEmpty() => TArrayImplementation.TArray_IsEmptyImplementation(GarbageCollectionHandle); |
| 68 | |
| 69 | public int Max() => TArrayImplementation.TArray_MaxImplementation(GarbageCollectionHandle); |
| 70 | |
| 71 | public T this[int InIndex] |
| 72 | { |
nothing calls this directly
no test coverage detected