template <typename T>
rll::num concept

Concept that is true if T is a number.

Template parameters
T Type to check.

Will yield true for any type that is an integral or floating point type, except for bool and std::nullptr_t.