Get all items in a map that match selectFunc.
Function selectAll
#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.
Vector of all values that matched.