Get the first item in a map that matches selectFunc.
Function select
#include <Geode/utils/map.hpp>map
Map to check
selectFunc
Predicate run against each value in map; return true if the item matches what is being looked for, and false if not.
The value matching `selectFunc` if one was found, otherwise the default value for type R or `nullptr` if R is a pointer.