Skip to main content

is_superset

Function is_superset 

Source
pub fn is_superset(value: &str, range: &str) -> bool
Expand description

Returns true if value contains range (the ISSUPERSET operator) — the inverse of is_subset.