Discord.SortedSet.NifBridge.debug
You're seeing just the function
debug, go back to Discord.SortedSet.NifBridge module for more information.
Specs
debug(set :: Discord.SortedSet.t()) :: String.t() | Discord.SortedSet.Types.common_errors()
Returns a string representation of the underlying Rust data structure.
This function is mostly provided as a convenience, since the actual data structure is stored in the NIF memory space it can be difficult to introspect the data structure as it changes. This function allows the caller to get the view of the data structure as Rust sees it.