Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
ADT
ADT.Set

Method ADT.Set()->`<()


Method `<

int(0..1) `<(ADT.Set other)

Description

True subset. A < B returns true if each item in A is also present in B, and B contains at least one item not present in A.