is_subset
Description:
[
Version ( since =
"1.8.1" ) ]
public Bool is_subset (
Set larger_set)
Tests whether set is a subset of larger_set.
Parameters:
| larger_set |
Another set
|
| set |
A set
|
Returns:
|
`true` if the set is a subset of (or equal to) larger_set, `false` otherwise.
|