Function hash

#include <Geode/utils/general.hpp>uinthash(,)

A simple constexpr hash of std::wstring_view for switch cases and other constexpr uses.

Parameters

str

The string
Return value
The computed hash
Examples0