---- kpp::u8str_size << Basic String Utils << Type System << Kpp c++ ----
kpp::u8str_size is a c++ object used to get the character count of c++ raw string const char8_t *
Calling Sig:
constexpr kpp::u64 size = kpp::u8str_size(the_constexpr_string);
kpp::u64 size = kpp::u8str_size(the_string);