quicker captures
- new code for extracting capture content with
result.get<...>()
functions, which should instantiate O(1) on C++20 compatible compilers with CNTTP
simple benchmark on GCC shows 50% better compile time in capture heavy code (tests/gets.cpp
)