constexpr_floor
Declared in <folly/ConstexprMath.h>
<folly/ConstexprMath.h>
template<typename T> constexpr T constexpr_floor(T const t);
mimic: std::floor (C++23)
The largest integer value not greater than t.