o_IsBinSubsetOf

open override fun o_IsBinSubsetOf(self: AvailObject, potentialSuperset: A_Set): Boolean

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.