Ets, an Elixir wrapper for Erlang’s :ets module
:ets
Module for creating and interacting with :ets tables of the type :bag and :duplicate_bag
:bag
:duplicate_bag
Base implementation for table modules (e.g. Ets.Set and Ets.Bag). Should not be used directly
Ets.Set
Ets.Bag
Module for creating and interacting with :ets tables of the type :set and :ordered_set
:set
:ordered_set
Contains helper macros used by Ets modules
Ets