![]() | ContainerHelperLessThan Method |
Name | Description | |
---|---|---|
![]() ![]() | LessThanK, V(DictionaryK, V, DictionaryK, V) |
Checks if set/map a is a proper subset/map of b.
For a map, key and value must be same to be equal.
|
![]() ![]() | LessThanV(ListV, ListV) |
Checks if List a is a proper sublist of b.
Requires a to contain less entries than b and same values at same index for being true.
|
![]() ![]() | LessThanV(DequeV, DequeV) |
Checks if Deque a is a proper subseque of b.
Requires a to contain less entries than b and same values at same position for being true.
|