Remove IndexType
Open
stale
- Dominant language
- C++
- Stars
- 403
- Forks
- 154
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 82
Description
**Is your feature request related to a problem? Please describe.**
I think this was introduced when 32bit to 64bit processor transition happened. I don't really think it is good to keep.
In most cases, `int` is sufficient for indexing. In cases that 64 bit int is needed, we should explicitly use `size_t` I assume.
Contributor guide
Assessment
This issue has not been assessed yet.