ets v0.7.1 API Reference
Modules
Module for creating and interacting with :ets tables of the type :bag
and :duplicate_bag
Module for creating and interacting with :ets tables of the type :set
and :ordered_set
The Key Value Set is an extension of Ets.Set
which abstracts the concept of tuple records
away, replacing it with the standard concept of key/value. Behind the scenes, the set stores
its records as {key, value}