dxx-rebirth/common/unittest
Kp f61db8ae7a Make enumerate() default to std::size_t for index_type
Change from `uint_fast32_t` to `std::size_t` for consistency with how
arrays are typically indexed.

Change the decltype() lookup to use a non-template function for the
fallback case.

Move the remove_reference logic into the caller, to allow fewer
instantiations of `array_index_type`.
2022-10-09 23:15:20 +00:00
..
enumerate.cpp Make enumerate() default to std::size_t for index_type 2022-10-09 23:15:20 +00:00
partial_range.cpp
serial.cpp
valptridx-range.cpp Fix compilation of valptridx unit tests 2022-10-02 19:51:35 +00:00
xrange.cpp Use xrange for texture merge loops 2021-12-01 03:15:21 +00:00
zip.cpp