Element type produced by both iterables.
Source iterable whose membership is being tested.
Iterable that must contain all values from src.
Optional factory supplying the set used for membership checks.
true when src is a subset of seq, otherwise false.
Determines whether every element of the source iterable exists in the comparison sequence.