phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
Sorted.source
nxt
container
sorted
Sorted
Undocumented in source. Be warned that the author may not have intended to support it.
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)
)
auto
source
(
)
if
(
is
(
typeof
(
A.init
[]))
)
auto
source
()
Meta
Source
See Implementation
nxt
container
sorted
Sorted
constructors
this
functions
capacity
insert
opSlice
reserve
source
unions
__anonymous