returns a collection containing all the items that fullfill the filter-condition
None
None
| std::map | applies a function to all items of a collection |
| std::find_first | returns the first item of a collection that fullfills the condition |
| std_types::hash_table | returns a new hash table containing only the elements for which the given function returns true |