Discord.SortedSet.from_enumerable
You're seeing just the function
from_enumerable, go back to Discord.SortedSet module for more information.
Specs
from_enumerable( terms :: [Discord.SortedSet.Types.supported_term()], bucket_size :: pos_integer() ) :: t() | Discord.SortedSet.Types.common_errors()
Construct a new SortedSet from an enumerable.
The enumerable does not have to be proper to use this constructor, if the enumerable is proper
then the from_proper_enumerable/2 function should be used as it is slightly faster.
See from_proper_enumerable/2 for a definition of proper.