Discord.SortedSet.NifBridge.new

You're seeing just the function new, go back to Discord.SortedSet.NifBridge module for more information.
Link to this function

new(capacity, bucket_size)

View Source

Specs

new(capacity :: pos_integer(), bucket_size :: pos_integer()) ::
  {:ok, Discord.SortedSet.t()}

Creates a new SortedSet.

To prevent copying the set into and out of NIF space, the NIF returns an opaque reference handle that should be used in all subsequent calls to identify the SortedSet.