
This library has been made publicly available as an example of modern C++ coding techniques and as a source of inspiration for other library writers. Therefore, we adopt the latest language features quickly if it helps the case.

Being free of such constraints is an important requirement for further enhancements.Ĭlean and expressive code makes reasoning about it - and thus further progress - easier. We consider the library to be production-quality code, but it is important to know that we do not strive for stable interfaces. To get in touch with other programmers, we regularly give talks about our ideas, using this library as a reference. We continuously improve our library as part of our daily work, and whenever we gain new insights, we add them as we go. It mostly covers ranges, but you will see that it also contains other handy features.

This library consists of several core C++ utilities that we at think-cell Software have developed and consider to be useful.
