phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Sorted.length
nxt
container
sorted
Sorted
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Sorted
(A, bool uniqueElements = true, alias less = "a < b", SwapStrategy ss = SwapStrategy.unstable)
@
trusted
scope pure nothrow @
nogc
static if
(
isDynamic
)
size_t
length
(
)
if
(
is
(
typeof
(
A.init
[]))
)
Meta
Source
See Implementation
nxt
container
sorted
Sorted
constructors
this
functions
capacity
insert
length
opSlice
reserve
source
unions
__anonymous