dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
Array.sort
dmd
root
array
Array
Ditto, but use
opCmp
by default
typeof
(
this
)
sort
()
typeof
(
this
)
sort
()
struct
Array
(T)
extern (
D
) ref nothrow
typeof
(this)
sort
()
(
)
if
(
is
(
typeof
(this.
data
[0].
opCmp
(this.
data
[1])) :
int
)
)
Meta
Source
See Implementation
dmd
root
array
Array
constructors
this
functions
insert
sort
toChars
toString
Ditto, but use opCmp by default