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