tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
StringSorter.sort
tango
text
locale
Collation
StringSorter
Sorts all the elements in an array.
inout
(
void
)
sort
(inout(char)[][] array)
class
StringSorter
inout
(
void
)
sort
(
ref
inout
(
char
)[][]
array
)
inout
(
void
)
sort
(inout(char)[][] array, size_t index, size_t count)
Parameters
array
inout
(
char
)[][]
The array of strings to sort.
Meta
Source
See Implementation
tango
text
locale
Collation
StringSorter
constructors
this
functions
sort
properties
currentCulture
currentCultureIgnoreCase
static functions
invariantCulture
invariantCultureIgnoreCase
Sorts all the elements in an array.