o_Is Bin Subset Of
open override fun o_IsBinSubsetOf(self: AvailObject, potentialSuperset: A_Set): Boolean
Content copied to clipboard
Sets only use explicit bins for collisions, otherwise they store the element itself. This works because a bin can't be an element of a set.
Return
Whether the object (acting as a singleton bin) was in the set.
Parameters
self
The set bin, or single value in this case, to test for being within the given set.
potential Superset
The set inside which to look for the given object.