![]() | Container |
Name | Description | |
---|---|---|
![]() ![]() | GreaterThanV(DequeV, DequeV) | Checks if Deque a is a proper superdeque of b. Requires a to contain more entries than b and same values at same position for being true. |
![]() ![]() | GreaterThanV(ListV, ListV) | Checks if List a is a proper superlist of b. Requires a to contain more entries than b and same values at same index for being true. |
![]() ![]() | GreaterThanK, V(DictionaryK, V, DictionaryK, V) | Checks if set/map a is a proper superset/map of b. For a map, key and value must be same to be equal. |