setIsSubset

Tests whether set is a subset of larger_set.

Parameters

setA set
largerSetAnother set

Returns

true if the set is a subset of (or equal to) larger_set, false otherwise.