o_Is Bin Subset Of
open override fun o_IsBinSubsetOf(self: AvailObject, potentialSuperset: A_Set): Boolean
Content copied to clipboard
Check if object, a bin, holds a subset of the potentialSuperset's elements.
TODO (MvG]) – This could be much quicker in the case that some of the bins are shared between the sets. Even if not, we should be able to avoid traversing some of the hashed layers for each element.