Returns true if the map contains a value matching containFunc.
Function contains
#include <Geode/utils/map.hpp>map
Map to check
containFunc
Predicate run against each value in map; return true if the item matches what is being looked for, and false if not.
True if value matching `containFunc` was found, false if not.