Rea icon indicating copy to clipboard operation
Rea copied to clipboard

Lightweight library of data structures implemented in C++11, designed for constant time insertion, erasure, lookup, and fastest possible iteration.

Results 1 Rea issues
Sort by recently updated
recently updated
newest added

I can't compile the tests. I believe there are a few problems ```cpp using SlotSizeType = SizeType; ``` I don't think it's valid trying to get the size_type from the...