Function is_closed_under
pub fn is_closed_under<T, F>(elements: &[T], operation: F) -> boolExpand description
Commonly used facade items.
Returns whether applying operation to any pair of values in elements
yields another member of elements.