Discord.SortedSet.to_list

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

Specs

Converts a SortedSet into a List

This operation requires copying the entire SortedSet out of NIF space and back into Elixir space it can be very expensive.