Returns a Boolean value that indicates whether this set is a subset of the given set.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
Parameters
other
Another set.
Return Value
true
if the set is a subset of other
; otherwise, false
.
Discussion
Set A is a subset of another set B if every member of A is also a member of B.