export function discordSort<Key, Value extends { id: Snowflake; rawPosition: number }>( collection: ReadonlyCollection<Key, Value>,): Collection<Key, Value>;Sorts by Discord's position and id.
Parameters
collection: ReadonlyCollection<Key, Value>
Collection of objects to sort