phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Sorted.source
nxt
container
sorted
Sorted
Undocumented in source.
auto
source
()
struct
Sorted
(A, bool uniqueElements = true, alias less = "a < b", SwapStrategy ss = SwapStrategy.unstable)
pragma(
inline
, true)
static if
(
isDynamic
)
static if
(
is(A == U[], U)
)
@
trusted
=>
_source
auto
source
(
)
if
(
is
(
typeof
(
A.init
[]))
)
auto
source
()
Meta
Source
See Implementation
nxt
container
sorted
Sorted
constructors
this
functions
capacity
insert
length
opSlice
reserve
source
unions
__anonymous