#include <Iterable.h>
IIterable concept: std::ranges::range and iterated over values satisfy argument predicate (if given)
Checks if argument is ranges::range and if the value of items iterated over ITEM_PREDICATE.
https://stackoverflow.com/questions/76532448/combining-concepts-in-c-via-parameter
Definition at line 81 of file Iterable.h.