The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
simpleSort
mir
utility
Simple sort algorithm usefull for CTFE code.
template
simpleSort
(alias cmp = "a < b")
@
optmath
T
[]
simpleSort
(
T
)
(
return
T
[]
array
)
Members
Functions
simpleSort
T
[]
simpleSort
(T[] array)
Meta
Source
See Implementation
mir
utility
functions
_expect
extMul
max
min
structs
ExtMulResult
templates
simpleSort
Simple sort algorithm usefull for CTFE code.