XEts.to_list

You're seeing just the function to_list, go back to XEts module for more information.

Specs

to_list(tab()) :: [tuple()]

Convert a table to a list of tuples.

See also: :ets.tab2list/1.