View Source ETS.Base (ets v0.9.0)
Base implementation for table modules (e.g. ETS.Set
and ETS.Bag
). Should not be used directly.
Link to this section Summary
Link to this section Types
Specs
Specs
options() :: [option()]
Specs
table_types() :: :bag | :duplicate_bag | :ordered_set | :set
Link to this section Functions
Specs
Specs
select(ETS.continuation()) :: {:ok, {[tuple()], ETS.continuation()} | ETS.end_of_table()} | {:error, any()}