Discord.SortedSet.NifBridge.slice

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

slice(set, start, amount)

View Source

Specs

slice(
  set :: Discord.SortedSet.t(),
  start :: non_neg_integer(),
  amount :: non_neg_integer()
) ::
  [any()] | Discord.SortedSet.Types.common_errors()

Retrieve a slice of starting at the start index and taking up to amount