I am new to the world of Erlang so I am trying to experiment with it.
I have an ETS table that is called numbers.
ets:new(numbers,[ordered_set,named_table])
It has the format [{Name,Number},{Name,Number}] etc.
I am wondering is there a way to output the contents of the whole the ets table?