Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Sort< TKey, TValue >() [1/2]

static void System.MemoryExtensions.Sort< TKey, TValue > ( this Span< TKey > keys,
Span< TValue > items )
inlinestatic

Definition at line 1303 of file MemoryExtensions.cs.

1304 {
1305 keys.Sort<TKey, TValue, IComparer<TKey>>(items, null);
1306 }

References System.keys.