sknano.core.ListBasedSet¶
-
class
sknano.core.
ListBasedSet
(iterable)[source][source]¶ Alternate set implementation favoring space over speed and not requiring the set elements to be hashable.
Parameters: iterable Methods
isdisjoint
(other)Return True if two sets have a null intersection.