Efficient, configurable functions with constexpr and std::optional
Introduction I was hacking around with a personal project and bumped into a cool thing with constexpr, std::optional, and lambdas. Maybe it’s a well known interaction, but I thought I’d write a po...