Set (Elixir v1.18.3)
View Source
      This module is deprecated. Use MapSet instead.
    
    Generic API for sets.
This module is deprecated, use the MapSet module instead.
Summary
Functions
        delete(set, value)
          deprecated
      
    
        difference(set1, set2)
          deprecated
      
    
        disjoint?(set1, set2)
          deprecated
      
    
        empty(set)
          deprecated
      
    
        equal?(set1, set2)
          deprecated
      
    
        intersection(set1, set2)
          deprecated
      
    
        member?(set, value)
          deprecated
      
    
        put(set, value)
          deprecated
      
    
        size(set)
          deprecated
      
    
        subset?(set1, set2)
          deprecated
      
    
        to_list(set)
          deprecated
      
    
        union(set1, set2)
          deprecated
      
    Types
Functions
      This function is deprecated. Use the MapSet module for working with sets.
    
  
      This function is deprecated. Use the MapSet module for working with sets.
    
  
      This function is deprecated. Use the MapSet module for working with sets.
    
  
      This function is deprecated. Use the MapSet module for working with sets.
    
  
      This function is deprecated. Use the MapSet module for working with sets.
    
  
      This function is deprecated. Use the MapSet module for working with sets.
    
  
      This function is deprecated. Use the MapSet module for working with sets.
    
  
      This function is deprecated. Use the MapSet module for working with sets.
    
  
      This function is deprecated. Use the MapSet module for working with sets.
    
  
      This function is deprecated. Use the MapSet module for working with sets.
    
  
      This function is deprecated. Use the MapSet module for working with sets.
    
  
      This function is deprecated. Use the MapSet module for working with sets.