a suffix to match against the keys
array of matching keys
Get all keys in an object which end with a string and are immediately preceded by "_". For example, provide "vertices" and this will match "edges_vertices", "faces_vertices", but not "vertices_edges"
an object, FOLD object or otherwise.