Deprecated alias for std::make_unsigned_t. Prefer the std version directly.
Declared in <absl/meta/type_traits.h>
template<class T>
using make_unsigned_t [[deprecated]] = std::make_unsigned_t<T>;
Deprecated. Use of this entity is allowed but discouraged.